Skip to content

Commit 8eb9bd3

Browse files
Merge pull request #18 from willjones-stratagem/php-8-support
PHP 8 support
2 parents 6bba54f + d3f7e71 commit 8eb9bd3

File tree

3 files changed

+489
-236
lines changed

3 files changed

+489
-236
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A PHP library that can be used to interact with Amazon DynamoDB",
44
"license": "MIT",
55
"require": {
6-
"php": "^7.2",
6+
"php": "^7.2||~8.0.0",
77
"aws/aws-sdk-php": "^3.95",
88
"guillermoandrae/php-collection": "^1.0"
99
},

0 commit comments

Comments
 (0)