We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc58f54 commit b442ad5Copy full SHA for b442ad5
composer.json
@@ -4,8 +4,8 @@
4
"keywords": ["laravel", "dynamodb", "aws"],
5
"require": {
6
"aws/aws-sdk-php": "^3.0.0",
7
- "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || 6.0.*",
8
- "illuminate/database": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || 6.0.*"
+ "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0",
+ "illuminate/database": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0"
9
},
10
"license": "MIT",
11
"authors": [
0 commit comments