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 d11c39b commit 9779bf1Copy full SHA for 9779bf1
composer.json
@@ -2,11 +2,10 @@
2
"name": "guillermoandrae/php-dynamodb",
3
"description": "A PHP library that can be used to interact with Amazon DynamoDB",
4
"license": "MIT",
5
- "minimum-stability": "dev",
6
"require": {
7
"php": "^7.2",
8
"aws/aws-sdk-php": "^3.95",
9
- "guillermoandrae/php-collection": "1.*"
+ "guillermoandrae/php-collection": "^1.0"
10
},
11
"autoload": {
12
"psr-4": {
0 commit comments