Skip to content

Commit 5ab5da0

Browse files
author
Grégoire Paris
committed
Let Composer figure out what version to install
This is more forward compatible (no need to change this line each time you release a new major version), and also less error-prone, because Composer knows this should go under require. Finally Composer will use the caret operator instead of the tilde operator, or whatever the correct operator is at the time it is executed.
1 parent 7cba39f commit 5ab5da0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ $ curl -sS https://getcomposer.org/installer | php
1212
$ sudo mv composer.phar /usr/local/bin/composer
1313
```
1414

15-
Add the following to your require block in composer.json config
15+
Then require the package:
1616

1717
```
18-
"php-tmdb/symfony": "~2.0"
18+
composer require php-tmdb/symfony
1919
```
2020

2121
Configuration

0 commit comments

Comments
 (0)