Skip to content

Commit e953f9d

Browse files
author
Tomáš Votruba
committed
Readme: simplify install
Composer will pick up last stable version by default. Also no need to run any other commands
1 parent 1ea8370 commit e953f9d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@ this project will pave the way for one or more future PSRs.
2323
You can install this package through Composer:
2424

2525
```json
26-
{
27-
"require": {
28-
"container-interop/container-interop": "~1.0"
29-
}
30-
}
26+
composer require container-interop/container-interop
3127
```
3228

3329
The packages adheres to the [SemVer](http://semver.org/) specification, and there will be full backward compatibility

0 commit comments

Comments
 (0)