Skip to content

Commit

Permalink
Merge pull request #162 from mauri870/php-8.1
Browse files Browse the repository at this point in the history
Add support for PHP 8.1
  • Loading branch information
mauri870 authored Mar 14, 2022
2 parents 7ed3c81 + d6ee8f9 commit 9feb9c3
Show file tree
Hide file tree
Showing 2 changed files with 3,396 additions and 1,217 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"illuminate/support": "^6.0 || ^7.0 || ^8.0",
"illuminate/database": "^6.0 || ^7.0 || ^8.0",
"illuminate/view": "^6.0 || ^7.0 || ^8.0",
"phpspec/phpspec": "6.3.0"
"phpspec/phpspec": "^6.3 || ^7.0 || dev-master"
},
"require-dev": {
"phpunit/phpunit": "~8.0",
Expand Down
Loading

0 comments on commit 9feb9c3

Please sign in to comment.