Skip to content

Commit 26b833f

Browse files
committed
Use a custom fork of pyrech/composer-changelogs until we can bump requirements to PHP 5.4+.
The PR to lower the PHP requirements for the original was rejected: pyrech/composer-changelogs#44
1 parent 0459be2 commit 26b833f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
"bin": [
1313
"bin/wp.bat", "bin/wp"
1414
],
15+
"repositories": [
16+
{
17+
"type": "vcs",
18+
"url": "https://github.com/schlessera/composer-changelogs"
19+
}
20+
],
1521
"require": {
1622
"php": ">=5.3.29",
1723
"wp-cli/php-cli-tools": "~0.11.2",
@@ -39,7 +45,7 @@
3945
"require-dev": {
4046
"phpunit/phpunit": "3.7.*",
4147
"behat/behat": "2.5.*",
42-
"pyrech/composer-changelogs": "^1.5"
48+
"pyrech/composer-changelogs": "dev-php53"
4349
},
4450
"suggest": {
4551
"psy/psysh": "Enhanced `wp shell` functionality"

0 commit comments

Comments
 (0)