Skip to content

Commit d042eb1

Browse files
authored
Merge pull request #12 from ensi-platform/ensitech-20
ENSITECH-20 support pest 2
2 parents d1a4e99 + b83a2c4 commit d042eb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
"friendsofphp/php-cs-fixer": "^3.2",
4040
"illuminate/contracts": "^8.0|^9.0|^10.0",
4141
"php-parallel-lint/php-var-dump-check": "^0.5.0",
42-
"phpunit/phpunit": "^9.0",
42+
"phpunit/phpunit": "^9.0 || ^10.0",
4343
"mockery/mockery": "^1.0",
44-
"orchestra/testbench": "^6.0|^7.0"
44+
"orchestra/testbench": "^6.0|^7.0|^8.0"
4545
},
4646
"scripts": {
4747
"cs": "php-cs-fixer fix --config .php-cs-fixer.php",

0 commit comments

Comments
 (0)