Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 2c4de75

Browse files
committed
Support Laravel 10 & drop before 8
1 parent 5244dcb commit 2c4de75

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

composer.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,17 @@
2020
}
2121
],
2222
"require": {
23-
"php": ">=7.2",
24-
"illuminate/container": "~5.7|~6|~7|~8",
25-
"illuminate/mail": "~5.7|~6|~7|~8",
23+
"php": ">=8.1",
24+
"illuminate/container": "~9|~10",
25+
"illuminate/mail": "~9|~10",
2626
"swiftmailer/swiftmailer": "~6.2",
27-
"phpunit/phpunit": "^8.4|^9.0"
27+
"phpunit/phpunit": "^9.0"
2828
},
2929
"require-dev": {
3030
"egulias/email-validator": "^2.1.16",
31-
"mockery/mockery": "^1.3.1",
32-
"psy/psysh": "^0.10",
33-
"symfony/thanks": "^1.1",
34-
"symfony/var-dumper": "~3.0|^4.2"
31+
"mockery/mockery": "^1.5.1",
32+
"psy/psysh": "^0.11.1",
33+
"symfony/var-dumper": "^6.2"
3534
},
3635
"autoload": {
3736
"psr-4": {

0 commit comments

Comments
 (0)