Skip to content

Commit 9734df3

Browse files
Add support Laravel 11
1 parent 0564c77 commit 9734df3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
"test": "./vendor/bin/phpunit"
1616
},
1717
"require": {
18-
"illuminate/http": "5.2 - 5.8 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0",
19-
"illuminate/console": "5.2 - 5.8 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0",
20-
"illuminate/support": "5.2 - 5.8 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0",
21-
"illuminate/filesystem": "5.2 - 5.8 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0"
18+
"illuminate/http": "5.2 - 5.8 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0",
19+
"illuminate/console": "5.2 - 5.8 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0",
20+
"illuminate/support": "5.2 - 5.8 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0",
21+
"illuminate/filesystem": "5.2 - 5.8 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "5.7 | 6.0 | 7.0 | 7.5 | 8.4 | ^8.5 | ^9.3 | ^10.0",
25-
"mockery/mockery": "^1.1.0 | ^1.3.0",
26-
"friendsofphp/php-cs-fixer": "^2.16.0",
27-
"overtrue/phplint": "^1.1 | ^2.0"
24+
"phpunit/phpunit": "5.7 | 6.0 | 7.0 | 7.5 | 8.4 | ^8.5 | ^9.3 | ^10.0 | ^11.0",
25+
"mockery/mockery": "^1.1.0 | ^1.3.0 | ^1.6.0",
26+
"friendsofphp/php-cs-fixer": "^2.16.0 | ^3.52.0",
27+
"overtrue/phplint": "^1.1 | ^2.0 | ^9.1"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)