Skip to content

Commit fd499de

Browse files
authored
Update PHPUnit and Testbench version requirements
1 parent de2bd62 commit fd499de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"homepage": "https://github.com/Astrotomic/phpunit-assertions",
1818
"require": {
1919
"php": "^8.0",
20-
"phpunit/phpunit": "^9.1 || ^10.0 || ^11.0"
20+
"phpunit/phpunit": "^9.1 || ^10.0 || ^11.0 || ^12.0"
2121
},
2222
"require-dev": {
2323
"astrotomic/iso639": "^1.0",
@@ -27,7 +27,7 @@
2727
"hashids/hashids": "^4.0 || ^5.0",
2828
"laravel/pint": "^1.0",
2929
"league/iso3166": "^2.1 || ^3.0 || ^4.0",
30-
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
30+
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
3131
"ramsey/uuid": "^4.0",
3232
"vinkla/hashids": "^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0"
3333
},

0 commit comments

Comments
 (0)