Skip to content

Commit f80a08b

Browse files
committed
Drop support for old Laravel versions
1 parent 1dcbf57 commit f80a08b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"license": "MIT",
1313
"authors": [],
1414
"require": {
15-
"php": "^7.2.5",
16-
"illuminate/console": "^6.0|^7.0|^8.0",
17-
"illuminate/database": "^6.0|^7.0|^8.0",
18-
"illuminate/support": "^6.0|^7.0|^8.0",
19-
"illuminate/routing": "^6.0|^7.0|^8.0"
15+
"php": "^7.4|^8.0",
16+
"illuminate/console": "^8.0",
17+
"illuminate/database": "^8.0",
18+
"illuminate/support": "^8.0",
19+
"illuminate/routing": "^8.0"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit" : "^8.0",
22+
"phpunit/phpunit": "^9.5",
2323
"mockery/mockery": "^1.0",
24-
"orchestra/testbench": "^4.0"
24+
"orchestra/testbench": "^6.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)