Skip to content

Commit

Permalink
Merge pull request #1088 from woocommerce/dev/composer-php-versions
Browse files Browse the repository at this point in the history
Update required PHP and platform PHP.
  • Loading branch information
coreymckrill authored Aug 15, 2024
2 parents 7335514 + 82ecc9d commit e693fae
Show file tree
Hide file tree
Showing 2 changed files with 231 additions and 273 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"prefer-stable": true,
"minimum-stability": "dev",
"require": {
"php": ">=5.6"
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5",
Expand All @@ -20,7 +20,7 @@
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "5.6"
"php": "7.1"
}
},
"archive": {
Expand Down
Loading

0 comments on commit e693fae

Please sign in to comment.