Skip to content

Commit

Permalink
Merge pull request #308 from artesaos/dev-temp-phpunit-fix
Browse files Browse the repository at this point in the history
Temp Fix - PHPUnit 9
  • Loading branch information
J-Brk committed May 5, 2023
2 parents 38b1153 + 97d95f6 commit 5358a7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
},
"require-dev": {
"orchestra/testbench": "~3.8.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
"phpspec/phpspec": "~5.1.1 || ^6.0 || ^7.0"
"phpspec/phpspec": "~5.1.1 || ^6.0 || ^7.0",
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5358a7d

Please sign in to comment.