Skip to content

Commit d30b607

Browse files
committed
Replaces ~3.* with ~3.0 in Composer
Ref: https://github.com/loadsys/CakePHP-ConfigReadShell/pull/9/files#r27804659 Signed-off-by: Justin Yost <justin.yost@yostivanich.com>
1 parent 8f01511 commit d30b607

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A CakePHP plugin that provides a Shell to read an app's Configure vars from the
2121
## Installation
2222

2323
```bash
24-
$ composer require loadsys/config-read:~3.*
24+
$ composer require loadsys/config-read:~3.0
2525
```
2626

2727

0 commit comments

Comments
 (0)