Skip to content

Commit 1a37326

Browse files
authored
Add support for PHP 8 (#671)
* Add support for PHP 8 * Fix composer for individual packages
1 parent 62ee9bb commit 1a37326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"license": "MIT",
1414
"require": {
15-
"php": "^7.2.5",
15+
"php": "^7.2.5 || ^8.0",
1616
"async-aws/dynamo-db": "^0.3"
1717
},
1818
"extra": {

0 commit comments

Comments
 (0)