Skip to content

Commit fc8c813

Browse files
author
Andreas Aagaard
committed
feat: add PHP >= 8.1 support
1 parent a353075 commit fc8c813

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
@@ -16,11 +16,11 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.1",
20-
"laravel/framework": "^9.0"
19+
"php": ">=8.1",
20+
"laravel/framework": "^10.0"
2121
},
2222
"require-dev": {
23-
"orchestra/testbench": "^v7.23",
23+
"orchestra/testbench": "^v8.0.11",
2424
"phpunit/phpunit": "^9.6.6"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)