Skip to content

Commit 59f4d3b

Browse files
authored
add support for phpunit 11 (#79)
* add support for phpunit 11 * moved phpunit requirement out of dev section
1 parent 23d35c5 commit 59f4d3b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

composer.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,9 @@
1414
],
1515
"require": {
1616
"php": "^8.1",
17+
"phpunit/phpunit": "^9.6 || ^10.0 || ^11.0",
1718
"symfony/config": "^5.4 || ^6.2 || ^7.0"
1819
},
19-
"require-dev": {
20-
"phpunit/phpunit": "^9.6 || ^10.0"
21-
},
22-
"conflict": {
23-
"phpunit/phpunit": "<9.6 || >=11.0"
24-
},
2520
"autoload": {
2621
"psr-4" : { "Matthias\\SymfonyConfigTest\\" : "" },
2722
"exclude-from-classmap": ["/Tests/"]

0 commit comments

Comments
 (0)