Skip to content

Commit

Permalink
Fix test suite on PHP 8.1 with dual PHPunit 10/11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
curry684 committed Feb 24, 2024
1 parent 3d31d1c commit 668e7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"phpstan/phpstan-doctrine": "^1.3.54",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpstan/phpstan-symfony": "^1.3.6",
"phpunit/phpunit": "^11.0.3",
"phpunit/phpunit": "^10.5.10 || ^11.0.3",
"ruflin/elastica": "^6.2|^7.3.1",
"symfony/browser-kit": "^6.3|^7.0",
"symfony/css-selector": "^6.3|^7.0",
Expand Down

0 comments on commit 668e7bd

Please sign in to comment.