Skip to content

Commit a048c57

Browse files
authored
Merge pull request #9 from EmicoEcommerce/feature/php-compatibility
Drop support for end of life php versions and add support for new php versions.
2 parents f62f37d + 33455c4 commit a048c57

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
@@ -3,7 +3,7 @@
33
"license": "OSL-3.0",
44
"description": "Robin HQ library",
55
"require": {
6-
"php": "~7.0",
6+
"php": ">=7.4 <=8.1",
77
"guzzlehttp/guzzle": "^7.4",
88
"psr/log": "~1.0",
99
"psr/container": "~1.0",

0 commit comments

Comments
 (0)