Reflow text
parent
9ed05e09f3
commit
7c43ecd81a
|
@ -96,9 +96,9 @@ example we will publish the `acme/hello-world` library on GitHub under
|
||||||
`github.com/composer/hello-world`.
|
`github.com/composer/hello-world`.
|
||||||
|
|
||||||
Now, To test installing the `acme/hello-world` package, we create a new
|
Now, To test installing the `acme/hello-world` package, we create a new
|
||||||
project locally. We will call it `acme/blog`. This blog will depend on `acme
|
project locally. We will call it `acme/blog`. This blog will depend on
|
||||||
/hello-world`, which in turn depends on `monolog/monolog`. We can accomplish
|
`acme/hello-world`, which in turn depends on `monolog/monolog`. We can
|
||||||
this by creating a new `blog` directory somewhere, containing a
|
accomplish this by creating a new `blog` directory somewhere, containing a
|
||||||
`composer.json`:
|
`composer.json`:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue