Skip to content

Commit 29dc24f

Browse files
committed
⚡ Support Laravel 10.x
1 parent 68b46ab commit 29dc24f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
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.4.0
136+
* Laravel 10.0 support
137+
135138
3.3.0
136139
* Laravel 9.0 support
137140

composer.json

Lines changed: 5 additions & 4 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",
15-
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0"
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"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "6.*|7.*|8.*|9.*",
19-
"orchestra/testbench" : "3.*|4.*|5.*|6.*|7.*",
19+
"orchestra/testbench" : "3.*|4.*|5.*|6.*|7.*|8.*",
2020
"mockery/mockery": "^1.0"
2121
},
2222
"autoload": {
@@ -50,7 +50,8 @@
5050
"Laravel 6.0",
5151
"Laravel 7.0",
5252
"Laravel 8.0",
53-
"Laravel 9.0"
53+
"Laravel 9.0",
54+
"Laravel 10.0"
5455
],
5556
"laravel": {
5657
"providers": [

0 commit comments

Comments
 (0)