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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,9 @@ php mozart.phar compose
40
40
### Composer
41
41
Install through Composer, only required in development environments:
42
42
43
-
`composer require coenjacobs/mozart --dev`
43
+
```
44
+
composer require coenjacobs/mozart --dev
45
+
```
44
46
45
47
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.
0 commit comments