Skip to content

Commit

Permalink
Support PHP 8.1 in composer.json (#2378)
Browse files Browse the repository at this point in the history
* php condition in composer.json

This solves the issue related to php versions > 8.1

* Reduced condition for PHP requirement

* Changed PHP requirement

* Updated version in Ubuntu 22.04 based on PHP 8.1.2

* Composer.lock updated in Ubuntu 20.04 (PHP 8.1.2)

* Update composer.lock

* Update composer.lock
  • Loading branch information
ADDISON74 committed Aug 10, 2022
1 parent f1b41d3 commit de186cc
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 75 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"type": "magento-source",
"require": {
"php": ">=7.0 <7.5 || >=8.0 <8.1",
"php": ">=7.0 <8.2",
"ext-curl": "*",
"ext-dom": "*",
"ext-gd": "*",
Expand Down
Loading

0 comments on commit de186cc

Please sign in to comment.