Skip to content

Commit

Permalink
Raise laravel level for php 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Nov 12, 2021
1 parent d04bd5d commit 803401c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@
],
"require": {
"php": "^8.0",
"illuminate/contracts": "^8.64",
"illuminate/contracts": "^8.68",
"phpdocumentor/type-resolver": "^1.5",
"spatie/laravel-package-tools": "^1.9.0"
},
"require-dev": {
"fakerphp/faker": "^1.14",
"brianium/paratest": "^6.2",
"nunomaduro/collision": "^5.3",
"orchestra/testbench": "^6.19",
"orchestra/testbench-core": "^6.23.1",
"phpunit/phpunit": "^9.3",
"spatie/laravel-enum": "^2.5",
Expand Down

0 comments on commit 803401c

Please sign in to comment.