Skip to content

Commit d2a34c5

Browse files
committed
Added support for Laravel 11
1 parent 4019313 commit d2a34c5

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ The service provider for this package will be automatically registered for you.
3737
| 8.x ||||||||
3838
| 9.x ||||||||
3939
| 10.x ||||||||
40+
| 11.x ||||||||
4041

4142
## Usage
4243

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.1|^8.0|^8.1|^8.2",
20-
"illuminate/http": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|^10.0",
21-
"illuminate/support": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|^10.0",
19+
"php": "^7.1|^8.0|^8.1|^8.2|^8.3",
20+
"illuminate/http": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|^10.0|^11.0",
21+
"illuminate/support": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|^10.0|^11.0",
2222
"intervention/image": "^2.4"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^7.0|^8.0|^9.0",
26-
"orchestra/testbench": "^3.7|^4.0|^5.0|^6.0|^7.0"
25+
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0|^11.0",
26+
"orchestra/testbench": "^3.7|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)