Skip to content

Commit bc29375

Browse files
committed
allow php8 and laravel 8
1 parent 04a3cf8 commit bc29375

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
],
1111
"license": "MIT",
1212
"require": {
13-
"php": "^7.1.3"
13+
"php": "^7.1.3 || ^8.0"
1414
},
1515
"autoload": {
1616
"psr-4": {
1717
"Greensight\\LaravelOpenapiServerGenerator\\": "src/"
1818
}
1919
},
2020
"require-dev": {
21-
"laravel/framework": "^7.10",
21+
"laravel/framework": "^7 || ^8",
2222
"phpunit/phpunit": "^9.2",
2323
"orchestra/testbench": "^5.3"
2424
},

0 commit comments

Comments
 (0)