You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,15 +24,6 @@ Above command automatically adds the current working directory as a volume into
24
24
25
25
Please note that the Docker image for Mozart is only available starting from the `latest` build of version 0.7.0. The `latest` tag is always the latest build of the `master` branch and not a stable version. You can see [all available tags on Docker Hub](https://hub.docker.com/r/coenjacobs/mozart/tags).
26
26
27
-
### Composer
28
-
Install through Composer, only required in development environments:
29
-
30
-
`composer require coenjacobs/mozart --dev`
31
-
32
-
This gives you a bin file named `mozart` inside your `vendor/bin` directory, after loading the whole package inside your project. Try running `vendor/bin/mozart` to verify it works.
33
-
34
-
After configuring Mozart properly, the `mozart compose` command does all the magic.
35
-
36
27
### PHAR (via Phive)
37
28
Mozart can be installed via [Phive](https://github.com/phar-io/phive):
38
29
@@ -46,6 +37,15 @@ Alternatively, the `mozart.phar` file can be [downloaded from the releases page]
46
37
php mozart.phar compose
47
38
```
48
39
40
+
### Composer
41
+
Install through Composer, only required in development environments:
42
+
43
+
`composer require coenjacobs/mozart --dev`
44
+
45
+
This gives you a bin file named `mozart` inside your `vendor/bin` directory, after loading the whole package inside your project. Try running `vendor/bin/mozart` to verify it works.
46
+
47
+
After configuring Mozart properly, the `mozart compose` command does all the magic.
48
+
49
49
## Configuration
50
50
Mozart requires little configuration. All you need to do is tell it where the bundled dependencies are going to be stored and what namespace they should be put inside. This configuration needs to be done in the `extra` property of your `composer.json` file:
0 commit comments