Skip to content

Commit 1e249ee

Browse files
authoredFeb 16, 2023
Merge pull request #217 from laravel-shift/l10-compatibility
Laravel 10.x Compatibility
2 parents 2079fd0 + 1baf052 commit 1e249ee

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed
 

‎composer.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"require": {
2020
"php": ">=7.2.0",
21-
"illuminate/support": "^6.0 || ^7.0 || ^8.0|^9.0"
21+
"illuminate/support": "^6.0 || ^7.0 || ^8.0|^9.0|^10.0"
2222
},
2323
"autoload": {
2424
"psr-4": {
@@ -34,13 +34,10 @@
3434
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
3535
"fzaninotto/faker": "^1.9|^1.5",
3636
"mockery/mockery": "^1.3",
37-
"satooshi/php-coveralls": "^2.0",
37+
"satooshi/php-coveralls": "^2.0|^1.0",
3838
"friendsofphp/php-cs-fixer": "^1.12|^3.5",
3939
"sllh/php-cs-fixer-styleci-bridge": "^2.1"
4040
},
41-
"autoload-dev": {
42-
"psr-4": []
43-
},
4441
"scripts": [],
4542
"extra": {
4643
"laravel": {

0 commit comments

Comments
 (0)
Please sign in to comment.