Skip to content

Commit 3ee06c1

Browse files
committed
✨ Laravel 11 support
1 parent 29dc24f commit 3ee06c1

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ vendor/bin/phpunit
132132
Changelog
133133
---------
134134

135+
3.5.0
136+
* Laravel 11.0 support
137+
135138
3.4.0
136139
* Laravel 10.0 support
137140

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"license": "MIT",
1212
"require": {
1313
"php": ">=5.4.0|>=8.0.2",
14-
"illuminate/console": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0",
15-
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0"
14+
"illuminate/console": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
15+
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0""
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "6.*|7.*|8.*|9.*",
19-
"orchestra/testbench" : "3.*|4.*|5.*|6.*|7.*|8.*",
18+
"phpunit/phpunit": "6.*|7.*|8.*|9.*|10.*|11.*",
19+
"orchestra/testbench" : "3.*|4.*|5.*|6.*|7.*|8.*|9.*|10.*",
2020
"mockery/mockery": "^1.0"
2121
},
2222
"autoload": {
@@ -51,7 +51,8 @@
5151
"Laravel 7.0",
5252
"Laravel 8.0",
5353
"Laravel 9.0",
54-
"Laravel 10.0"
54+
"Laravel 10.0",
55+
"Laravel 11.0"
5556
],
5657
"laravel": {
5758
"providers": [

0 commit comments

Comments
 (0)