Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cerbero90 authored Jun 17, 2023
1 parent d87039e commit 05cde39
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
"role": "Developer"
}],
"require": {
"php": "^8.0",
"illuminate/support": ">=8.0"
"php": "^8.1",
"illuminate/support": ">=9.0"
},
"require-dev": {
"orchestra/testbench": ">=6.0",
"pestphp/pest": "^1.21",
"orchestra/testbench": ">=7.0",
"pestphp/pest": "^2.0",
"phpstan/phpstan": "^1.9",
"scrutinizer/ocular": "^1.8",
"squizlabs/php_codesniffer": "^3.0"
},
Expand Down

0 comments on commit 05cde39

Please sign in to comment.