Skip to content

Commit 7899c8f

Browse files
committed
L9 support
1 parent 19d6fcb commit 7899c8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"license": "MIT",
1212
"require": {
13-
"php": "^7.2 || ^8.0",
13+
"php": "^8.1",
1414
"ext-json": "*",
1515
"nette/php-generator": "^3.5"
1616
},
@@ -20,9 +20,9 @@
2020
}
2121
},
2222
"require-dev": {
23-
"laravel/framework": "^7.30 || ^8.40",
23+
"laravel/framework": "^8.40 || ^9.0",
2424
"phpunit/phpunit": "^9.2",
25-
"orchestra/testbench": "^5.3"
25+
"orchestra/testbench": "^6.0 || ^7.0"
2626
},
2727
"extra": {
2828
"laravel": {

0 commit comments

Comments
 (0)