Use wp-cli/composer-changelogs fork.

Instead of using the PHP 5.3+ fork from my personal account ([`schlessera/composer-changelogs`](https://github.com/schlessera/composer-changelogs)), use the one from the `wp-cli` organization instead: [`wpcli/composer-changelogs`](https://github.com/wp-cli/composer-changelogs).
This commit is contained in:
Alain Schlesser 2017-03-29 16:38:22 +02:00
parent 44e5430c9a
commit 713a3bbdea

View file

@ -15,7 +15,7 @@
"repositories": [
{
"type": "vcs",
"url": "https://github.com/schlessera/composer-changelogs"
"url": "https://github.com/wp-cli/composer-changelogs"
}
],
"require": {
@ -45,7 +45,7 @@
"require-dev": {
"phpunit/phpunit": "3.7.*",
"behat/behat": "2.5.*",
"pyrech/composer-changelogs": "dev-php53"
"pyrech/composer-changelogs": "dev-php53 as 1.5.1"
},
"suggest": {
"psy/psysh": "Enhanced `wp shell` functionality"