Skip to content

Commit

Permalink
Add support for PHP 8 and Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbjr authored Mar 28, 2022
1 parent 01f04dc commit 9601dec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
}
],
"require": {
"php": "^7.3"
"php": "^7.3 || ^8.0"
},
"require-dev": {
"symfony/var-dumper": "^4.3 || ^5.1",
"symfony/var-dumper": "^4.3 || ^5.1 || ^6.0",
"phpunit/phpunit": "^8.2 || ^9.3"
},
"autoload": {
Expand Down

0 comments on commit 9601dec

Please sign in to comment.