You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*This is a fork of [johnpbloch/wordpress-core-installer](https://github.com/johnpbloch/wordpress-core-installer) with some fixes to enhance compatibility with [roots/wordpress](https://packagist.org/packages/roots/wordpress)*
8
9
9
10
A custom Composer plugin to install WordPress core outside of `vendor`.
10
11
@@ -18,7 +19,7 @@ To set up a custom WordPress build package to use this as a custom installer, ad
18
19
```
19
20
"type": "wordpress-core",
20
21
"require": {
21
-
"johnpbloch/wordpress-core-installer": "^1.0"
22
+
"roots/wordpress-core-installer": "^1.0"
22
23
}
23
24
```
24
25
@@ -36,7 +37,7 @@ The root composer package can also declare custom paths as an object keyed by pa
0 commit comments