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.
2 parents db84e22 + 683e3e5 commit 372a833Copy full SHA for 372a833
composer.json
@@ -16,12 +16,12 @@
16
}
17
],
18
"require": {
19
- "php": ">=7.0",
20
- "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
21
- "illuminate/encryption": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
+ "php": ">=8.0",
+ "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
+ "illuminate/encryption": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
22
},
23
"require-dev": {
24
- "phpunit/phpunit": "^8.0 || ^9.0"
+ "phpunit/phpunit": "^8.0 || ^9.0 || ^10.0"
25
26
"autoload": {
27
"psr-4": {
@@ -38,8 +38,7 @@
38
"dev-master": "1.0.x-dev"
39
40
"laravel": {
41
- "providers": [
42
- ]
+ "providers": []
43
44
45
0 commit comments