Skip to content

Commit

Permalink
Compatibility with PHP 7 and 8
Browse files Browse the repository at this point in the history
Adding version filter for PHP 7 and 8
  • Loading branch information
alexandercamps authored Nov 3, 2022
1 parent 3ff17eb commit 293c58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": "^8.0",
"php": "^7.0|>=8.0",
"php-di/php-di": "^6.0",
"guzzlehttp/guzzle": ">=6.3",
"monolog/monolog": ">=1.17"
Expand Down

0 comments on commit 293c58e

Please sign in to comment.