Skip to content

Commit aab7d5d

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

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/sqs": "^1.1",
1717
"illuminate/queue": "^6.18.11 || ^7.10",
1818
"illuminate/support": "^6.18.13 || ^7.10"

0 commit comments

Comments
 (0)