Skip to content

Commit aceb5ad

Browse files
szepeviktorretlehs
andauthored
Do not mislead users with 2.0 in README (roots#5)
Co-authored-by: Ben Word <[email protected]>
1 parent 73f8488 commit aceb5ad

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To set up a custom WordPress build package to use this as a custom installer, ad
1919
```json
2020
"type": "wordpress-core",
2121
"require": {
22-
"roots/wordpress-core-installer": "^2.0"
22+
"roots/wordpress-core-installer": "^1.100"
2323
}
2424
```
2525

@@ -46,16 +46,3 @@ The root composer package can also declare custom paths as an object keyed by pa
4646

4747
### License
4848
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

Comments
 (0)