Skip to content

Commit 30e2c30

Browse files
committed
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).
1 parent 26b833f commit 30e2c30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"repositories": [
1616
{
1717
"type": "vcs",
18-
"url": "https://github.com/schlessera/composer-changelogs"
18+
"url": "https://github.com/wp-cli/composer-changelogs"
1919
}
2020
],
2121
"require": {
@@ -45,7 +45,7 @@
4545
"require-dev": {
4646
"phpunit/phpunit": "3.7.*",
4747
"behat/behat": "2.5.*",
48-
"pyrech/composer-changelogs": "dev-php53"
48+
"pyrech/composer-changelogs": "dev-php53 as 1.5.1"
4949
},
5050
"suggest": {
5151
"psy/psysh": "Enhanced `wp shell` functionality"

0 commit comments

Comments
 (0)