Skip to content

Commit

Permalink
Require phpspec 6.3 for PHP 8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mauri870 committed Dec 10, 2020
1 parent faa4073 commit 7ed3c81
Show file tree
Hide file tree
Showing 2 changed files with 2,130 additions and 2,127 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"illuminate/http": "^6.0 || ^7.0 || ^8.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0",
"illuminate/database": "^6.0 || ^7.0 || ^8.0",
"illuminate/view": "^6.0 || ^7.0 || ^8.0"
"illuminate/view": "^6.0 || ^7.0 || ^8.0",
"phpspec/phpspec": "6.3.0"
},
"require-dev": {
"phpunit/phpunit": "~8.0",
"phpspec/phpspec": "~4.0",
"friendsofphp/php-cs-fixer": "~2.11",
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0",
"orchestra/database": "^4.0 || ^5.0 || ^6.0",
Expand Down
Loading

0 comments on commit 7ed3c81

Please sign in to comment.