mirror of
https://fast.feibisi.com/https://github.com/wp-cli/scaffold-command.git
synced 2025-10-04 17:01:28 +08:00
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:
parent
44e5430c9a
commit
713a3bbdea
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue