Skip to content

Commit

Permalink
Update composer versions to >=7.2.24 rather than 5.6, per WordPress#625
Browse files Browse the repository at this point in the history
  • Loading branch information
dd32 committed Aug 21, 2024
1 parent 13087d6 commit 3191fcb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
},
"config": {
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "7.2.24"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"minimum-stability": "dev",
"prefer-stable" : true,
"require": {
"php": ">=5.6|^7|^8"
"php": ">=7.2.24|^8"
},
"require-dev": {
"automattic/vipwpcs": "^3.0",
Expand Down

0 comments on commit 3191fcb

Please sign in to comment.