Skip to content

Commit

Permalink
Composer: bump PHP requirement to 7.0+ (#7950)
Browse files Browse the repository at this point in the history
Co-authored-by: Pascal Birchler <[email protected]>
  • Loading branch information
spacedmonkey and swissspidy authored Jun 22, 2021
1 parent d90d8dd commit d9c3b5e
Show file tree
Hide file tree
Showing 2 changed files with 444 additions and 372 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://github.com/google/web-stories-wp",
"license": "Apache-2.0",
"require": {
"php": "^5.6.20 || ^7.0 || ^8.0",
"php": "^7.0 || ^8.0",
"ext-dom": "*",
"ext-iconv": "*",
"ext-json": "*",
Expand Down Expand Up @@ -39,7 +39,7 @@
"config": {
"discard-changes": true,
"platform": {
"php": "5.6.20"
"php": "7.0.0"
},
"sort-packages": true
},
Expand Down
Loading

0 comments on commit d9c3b5e

Please sign in to comment.