Skip to content

Commit

Permalink
CC-32047 Add PHP 8.1 constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
AsonUnique committed Dec 8, 2023
1 parent 9864c84 commit 24513d7
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 @@ -5,7 +5,7 @@
"license": "proprietary",
"require": {
"akeneo/api-php-client": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
"php": ">=7.2",
"php": ">=7.2 || >=8.1",
"guzzlehttp/guzzle": "^6.0.0 || ^7.0.0",
"spryker/kernel": "^3.30.0"
},
Expand Down

0 comments on commit 24513d7

Please sign in to comment.