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
Copy file name to clipboardExpand all lines: README.md
+1-14Lines changed: 1 addition & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ To set up a custom WordPress build package to use this as a custom installer, ad
19
19
```json
20
20
"type": "wordpress-core",
21
21
"require": {
22
-
"roots/wordpress-core-installer": "^2.0"
22
+
"roots/wordpress-core-installer": "^1.100"
23
23
}
24
24
```
25
25
@@ -46,16 +46,3 @@ The root composer package can also declare custom paths as an object keyed by pa
46
46
47
47
### License
48
48
This is licensed under the GPL version 2 or later.
49
-
50
-
### Changelog
51
-
52
-
##### 2.0.0
53
-
- Added support for Composer v2. Special thanks to @Ayesh for the original pull request to add this support.
54
-
- Bumped minimum required PHP version to 5.6 (same as WP). If you need to stick with an older PHP version, you're probably ok with also sticking with an older version of Composer and can continue to use `^1.0` as your version constraint.
55
-
- Other various fixes and improvements to README, tests, etc.
56
-
57
-
##### 1.0.0
58
-
- Initial stable release
59
-
- Added tests and CI
60
-
- Support added for custom vendor directories
61
-
- Added sanity check for overwriting sensitive directories
0 commit comments