Skip to content

Commit 8ea3ad6

Browse files
authored
Drop laravel 5 (#26)
* tweak migration and php support * drop laravel 5 support
1 parent cebf5df commit 8ea3ad6

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
@@ -19,10 +19,10 @@
1919
],
2020
"require": {
2121
"php": "^7.3|^8.0",
22-
"laravel/framework": "~5.8.0|^6.0|^7.0|^8.0|^9.0"
22+
"laravel/framework": "^6.0|^7.0|^8.0|^9.0"
2323
},
2424
"require-dev": {
25-
"orchestra/testbench": "3.8.*|4.*|5.*|6.*",
25+
"orchestra/testbench": "4.*|5.*|6.*",
2626
"mockery/mockery": "^0.9.4 || ~1.0",
2727
"phpunit/phpunit": "^8.5"
2828
},

0 commit comments

Comments
 (0)