Skip to content
This repository was archived by the owner on Jan 1, 2020. It is now read-only.

Commit ea9aef5

Browse files
committed
remove --repository-url in composer command
like in the docs http://framework.zend.com/manual/current/en/user-guide/skeleton-application.html
1 parent e2e1c69 commit ea9aef5

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
@@ -16,7 +16,7 @@ The recommended way to get a working copy of this project is to clone the reposi
1616
and use `composer` to install dependencies using the `create-project` command:
1717

1818
curl -s https://getcomposer.org/installer | php --
19-
php composer.phar create-project -sdev --repository-url="https://packages.zendframework.com" zendframework/skeleton-application path/to/install
19+
php composer.phar create-project -sdev zendframework/skeleton-application path/to/install
2020

2121
Alternately, clone the repository and manually invoke `composer` using the shipped
2222
`composer.phar`:

0 commit comments

Comments
 (0)