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 2079fd0 + 1baf052 commit 1e249eeCopy full SHA for 1e249ee
composer.json
@@ -18,7 +18,7 @@
18
],
19
"require": {
20
"php": ">=7.2.0",
21
- "illuminate/support": "^6.0 || ^7.0 || ^8.0|^9.0"
+ "illuminate/support": "^6.0 || ^7.0 || ^8.0|^9.0|^10.0"
22
},
23
"autoload": {
24
"psr-4": {
@@ -34,13 +34,10 @@
34
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
35
"fzaninotto/faker": "^1.9|^1.5",
36
"mockery/mockery": "^1.3",
37
- "satooshi/php-coveralls": "^2.0",
+ "satooshi/php-coveralls": "^2.0|^1.0",
38
"friendsofphp/php-cs-fixer": "^1.12|^3.5",
39
"sllh/php-cs-fixer-styleci-bridge": "^2.1"
40
41
- "autoload-dev": {
42
- "psr-4": []
43
- },
44
"scripts": [],
45
"extra": {
46
"laravel": {
0 commit comments