We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7380ee commit dd471a7Copy full SHA for dd471a7
composer.json
@@ -16,9 +16,9 @@
16
}
17
],
18
"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.*",
+ "php": "^7.1|^8.0|^8.1|^8.2",
+ "illuminate/http": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|^10.0",
+ "illuminate/support": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|^10.0",
22
"intervention/image": "^2.4"
23
},
24
"require-dev": {
0 commit comments