Skip to content

Commit f0ee2ac

Browse files
authored
Merge pull request #35 from laravel-shift/l10-compatibility
Laravel 10.x Compatibility
2 parents 7d10c0b + 95f2220 commit f0ee2ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
],
1818
"require": {
1919
"php": "^7.3|^8.0",
20-
"illuminate/view": "^6.0|^7.0|^8.0|^9.0",
21-
"illuminate/console": "^6.0|^7.0|^8.0|^9.0",
22-
"illuminate/mail": "^6.0|^7.0|^8.0|^9.0"
20+
"illuminate/view": "^6.0|^7.0|^8.0|^9.0|^10.0",
21+
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
22+
"illuminate/mail": "^6.0|^7.0|^8.0|^9.0|^10.0"
2323
},
2424
"require-dev": {
25-
"orchestra/testbench": "^5.1|^6.3|^7.0",
25+
"orchestra/testbench": "^5.1|^6.3|^7.0|^8.0",
2626
"phpunit/phpunit": "^8.0|^9.0"
2727
},
2828
"autoload": {

0 commit comments

Comments
 (0)