Skip to content

Commit dd471a7

Browse files
committed
Add support for Laravel 10
1 parent b7380ee commit dd471a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.1|^8.0",
20-
"illuminate/http": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*",
21-
"illuminate/support": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*",
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",
2222
"intervention/image": "^2.4"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)