Bump the php-dev group across 1 directory with 8 updates #388
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the php-dev group with 8 updates in the / directory:
2.6.02.6.22.0.22.0.39.21.09.25.09.5.69.6.21.12.191.12.291.4.131.4.169.6.229.6.273.11.33.13.4Updates
friends-of-behat/symfony-extensionfrom 2.6.0 to 2.6.2Release notes
Sourced from friends-of-behat/symfony-extension's releases.
Commits
3ed86d7Merge pull request #217 from loic425/fix/lazy-object-with-sf-7.308c7d24Bump package versions and fix errorsb1b9b34Add deprecated message7fd0fb7Fix Mink lazy object with SF7.3 and PHP 8.4814dc0eMerge pull request #213 from wuchen90/fix-bootstrap65cd347fix: allow to use parameter resolution in configuration for bootstrap keyUpdates
khanamiryan/qrcode-detector-decoderfrom 2.0.2 to 2.0.3Release notes
Sourced from khanamiryan/qrcode-detector-decoder's releases.
Commits
17c570bMerge pull request #158 from LZZZZ/binary_modea992372Added a new hintBINARY_MODEto allow working with binary QRCodes, created ...7e0cbfaMerge pull request #145 from Chris53897/feature/fix-ci-deprecations12e9ae3Merge pull request #147 from Chris53897/feature/ci-git179897aMerge pull request #148 from Chris53897/feature/rectora6e3107chore: upgrade rector 0.x to 1ee71251chore: remove git info in ci11a20ccchore: fix ci deprecations, add testrungs fpr PHP 8.2 and 8.3Updates
league/csvfrom 9.21.0 to 9.25.0Release notes
Sourced from league/csv's releases.
... (truncated)
Changelog
Sourced from league/csv's changelog.
... (truncated)
Commits
f856f53Prepare next release07469cfFix markdown documentation241d996Fix github action on PHP8.4 for phpstancd24320Improve NDJson support1afbb9aAdding ndjson support in the JsonConverter32a7c36Update documentatione767952Fix JsonConverterTest #568be8fcb0Assure DOMDocument::createTextNode() receives a string (#567)e0221a3Prepare next release2df9e70Fix possible memory leak #563Updates
overtrue/phplintfrom 9.5.6 to 9.6.2Release notes
Sourced from overtrue/phplint's releases.
Changelog
Sourced from overtrue/phplint's changelog.
Commits
e2ebdbafix automagically replacement cache directory options1089c27introduces the new 'cache-dir' option that will replace legacy 'cache' option...8cf9754update configuration guide574e169fix missing incorrect branch, forking repo is related to a major.minor version5f04dc4clean-up contributing guide as Application::VERSION does not exists anymore694480bRemove support of a TTL = zero (store permanently) for the caching files synt...667058dremoved unused imports (thanks to PHP-CS-Fixer rule, see commit 7ed306b72dee2...7ed306badd PHP-CS-Fixer rule 'no_unused_imports' to clean-up code forgotten91e88a7prepare bugfix version 9.6.1495f4a9fix issue with cache-ttl option and cache expirationUpdates
phpstan/phpstanfrom 1.12.19 to 1.12.29Release notes
Sourced from phpstan/phpstan's releases.
... (truncated)
Commits
0835c62PHPStan 1.12.2990b1048Updated PHPStan to commit 90b10482abe663dcd85fd08ac082e231622ea68afcf8b71PHPStan 1.12.283eb0372Updated PHPStan to commit 3eb0372c750221818fc256413eda31a3d8228a1b424ef16Updated PHPStan to commit 424ef169e33a146f8a7bc1951841bbf7f410a3fb7358b7eUpdated PHPStan to commit 7358b7e7292ad6b1fdf12cd026543f4d80e6105def9aae2Updated PHPStan to commit ef9aae2ecf1cc51f481e633530d1fb373ea29795400ba6dUpdated PHPStan to commit 400ba6d71ae15f52c923b5251114839261b49a2743c44eeUpdated PHPStan to commit 43c44ee47d43b2476a32139da14ce8b888c42ecd6e87a98Updated PHPStan to commit 6e87a98515c1f86162423852582bff2e0cf48e2fUpdates
phpstan/phpstan-symfonyfrom 1.4.13 to 1.4.16Release notes
Sourced from phpstan/phpstan-symfony's releases.
... (truncated)
Commits
18df908Handle optional MessageSubscriberInterface if exist78b6b5aRemove the generic type for PasswordUpgraderInterface08b97abSynchronize the EventSubscriberInterface with the upstream typeUpdates
phpunit/phpunitfrom 9.6.22 to 9.6.27Release notes
Sourced from phpunit/phpunit's releases.
Changelog
Sourced from phpunit/phpunit's changelog.
Commits
0a9aa44Prepare release87d93adMerge branch '8.5' into 9.62da51ffPrepare release44eddd5Merge branch '8.5' into 9.6c8dee6bRevert "Skip on PHP 8.5"cf6e948Merge branch '8.5' into 9.68b019eaExclude __sleep() and __wakeup() from test double code generation on PHP >= 8.5996021aMerge branch '8.5' into 9.65b10dc2Skip on PHP 8.5a0139eaPrepare releaseUpdates
squizlabs/php_codesnifferfrom 3.11.3 to 3.13.4Release notes
Sourced from squizlabs/php_codesniffer's releases.
... (truncated)
Changelog
Sourced from squizlabs/php_codesniffer's changelog.
... (truncated)
Commits
ad545eaMerge pull request #1217 from PHPCSStandards/feature/changelog-3.13.4905603eChangelog for the 3.13.4 release288a2a9Merge pull request #1215 from PHPCSStandards/php-8.5/fix-null-as-array-offset...d9b3e66Merge pull request #1213 from PHPCSStandards/feature/remove-filelist-tests6b82a86PHP 8.5 | Tokenizer/PHP: temporarily silence "Using null as an array offset" ...acf2a54PHP 8.5 | Tokenizer/PHP: fix "Using null as an array offset" deprecationc019c75PHP 8.5 | File::getMemberProperties(): fix "Using null as an array offset" de...def8714🔥 Hot Fix: remove FileList testsf1c9394Config: update version nr to next5be16e1Merge pull request #1211 from PHPCSStandards/feature/changelog-3.13.3Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions