Skip to content

Commit

Permalink
Merge pull request php-amqplib#905 from adoy/composer-php-requirement
Browse files Browse the repository at this point in the history
Change php required version in composer.json
  • Loading branch information
michaelklishin committed Mar 13, 2021
2 parents d0221c9 + 1e4441f commit f0cd2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -29,7 +29,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.0|~8.0.0",
"ext-sockets": "*",
"ext-mbstring": "*",
"phpseclib/phpseclib": "^2.0|^3.0"
Expand Down

0 comments on commit f0cd2a8

Please sign in to comment.