Skip to content

Commit ca09c36

Browse files
committed
chore!: drop support for laravel versions below 8.0
1 parent 88a80d8 commit ca09c36

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@
2020
"php": ">=7.3",
2121
"ext-json": "*",
2222
"doctrine/dbal": "^2.9|^3.1|^4.0",
23-
"illuminate/bus": ">=5.7",
24-
"illuminate/contracts": ">=5.7",
25-
"illuminate/database": ">=5.7",
26-
"illuminate/http": ">=5.7",
27-
"illuminate/pagination": ">=5.7",
28-
"illuminate/support": ">=5.7",
23+
"illuminate/bus": ">=8.0",
24+
"illuminate/contracts": ">=8.0",
25+
"illuminate/database": ">=8.0",
26+
"illuminate/http": ">=8.0",
27+
"illuminate/pagination": ">=8.0",
28+
"illuminate/support": ">=8.0",
2929
"symfony/yaml": "^5.3|^6.0|^7.0"
3030
},
3131
"require-dev": {
3232
"mockery/mockery": "^1.0",
33-
"orchestra/testbench": "^3.7|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0",
34-
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
33+
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0",
34+
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
3535
},
3636
"autoload": {
3737
"psr-4": {

0 commit comments

Comments
 (0)