Skip to content

Commit 57ff2e2

Browse files
committed
minor #13624 removed composer --dev option everywhere (fabpot)
This PR was merged into the 2.3 branch. Discussion ---------- removed composer --dev option everywhere | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a Commits ------- 0fe4913 renamed composer.phar to composer to be consistent with the Symfony docs af59316 removed composer --dev option everywhere
2 parents 92c50bc + b4d8451 commit 57ff2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ Resources
9595
You can run the unit tests with the following command:
9696

9797
$ cd path/to/Symfony/Component/HttpKernel/
98-
$ composer.phar install
98+
$ composer install
9999
$ phpunit

0 commit comments

Comments
 (0)