Skip to content

Commit

Permalink
minor PHP-CS-Fixer#5420 DX: unblock PHPUnit 9.5 (keradus)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.17 branch.

Discussion
----------

DX: unblock PHPUnit 9.5

fixed on SF: symfony/symfony#39331

Commits
-------

0080b6c DX: unblock PHPUnit 9.5
  • Loading branch information
keradus committed Jan 9, 2021
2 parents 52b4f28 + 0080b6c commit 3f1ca81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
"phpspec/prophecy-phpunit": "^1.1 || ^2.0",
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.13 || ^9.4.4 <9.5",
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.13 || ^9.5",
"phpunitgoodpractices/polyfill": "^1.5",
"phpunitgoodpractices/traits": "^1.9.1",
"sanmai/phpunit-legacy-adapter": "^6.4 || ^8.2.1",
"symfony/phpunit-bridge": "^5.1",
"symfony/phpunit-bridge": "^5.2.1",
"symfony/yaml": "^3.0 || ^4.0 || ^5.0"
},
"suggest": {
Expand Down

0 comments on commit 3f1ca81

Please sign in to comment.