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 61727c2 + 3c3144a commit 107b15cCopy full SHA for 107b15c
composer.json
@@ -10,17 +10,19 @@
10
"email": "deleugyn@gmail.com"
11
}
12
],
13
+ "minimum-stability": "dev",
14
+ "prefer-stable": true,
15
"require": {
16
"php": ">=7.3",
17
"ext-json": "*",
- "illuminate/contracts": "^7.1 || ^8.0",
18
+ "illuminate/contracts": "^7.1 || ^8.0 || ^9.0",
19
"aws/aws-sdk-php": "^3.158"
20
},
21
"require-dev": {
- "illuminate/config": "~7.1 || ^8.0",
- "illuminate/container": "~7.1 || ^8.0",
22
+ "illuminate/config": "~7.1 || ^8.0 || ^9.0",
23
+ "illuminate/container": "~7.1 || ^8.0 || ^9.0",
24
"phpunit/phpunit": "^9.0",
- "phpstan/phpstan": "^0.12.4"
25
+ "phpstan/phpstan": "^1.0"
26
27
"autoload": {
28
"psr-4": {
0 commit comments