Skip to content

Commit f092698

Browse files
authored
Add support for PHP 8 (#671)
* Add support for PHP 8 * Fix composer for individual packages
1 parent 9e3d5ae commit f092698

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/core": "^1.0",
1717
"symfony/config": "^4.4 || ^5.0",
1818
"symfony/dependency-injection": "^4.4 || ^5.0",

0 commit comments

Comments
 (0)