Skip to content

Commit

Permalink
Merge pull request #9 from bestit/feature/support-php8
Browse files Browse the repository at this point in the history
Support PHP8
  • Loading branch information
migo315 authored Jan 27, 2021
2 parents f08e4ac + 553a5fd commit 3dcd352
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 @@ -8,7 +8,7 @@
"description": "Bundle to help you with the creation of custom types.",
"require": {
"commercetools/php-sdk": "^1.4 || ^2.0",
"php": "^7.0",
"php": "^7.0 || ^8.0",
"symfony/http-kernel": "^3.1 || ^4.0 || ^5.0",
"symfony/dependency-injection": "^3.1 || ^4.0 || ^5.0",
"symfony/config": "^3.1 || ^4.0 || ^5.0",
Expand Down

0 comments on commit 3dcd352

Please sign in to comment.