File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -101,25 +101,25 @@ Call `php bin/console entities:generate` to generate the entities from `uay_enti
101101
102102## Installation
103103
104- Add the repository:
104+ Add the repository (to the ` composer.json ` file):
105105``` json
106+ {
106107 "repositories" : [
107- // ...
108108 {
109109 "type" : " vcs" ,
110110 "url" : " https://github.com/uay/YEntityGeneratorBundle"
111- },
112- // ...
113- ],
111+ }
112+ ]
113+ }
114114```
115115
116- And add the package to ` require-dev ` and replace ` <version> ` with the current version:
116+ And add the package to ` require-dev ` and replace ` <version> ` with the current version:
117117``` json
118+ {
118119 "require-dev" : {
119- // ...
120120 "uay/y-entity-generator-bundle" : " <version>" ,
121- // ...
122- },
121+ }
122+ }
123123```
124124
125125
You can’t perform that action at this time.
0 commit comments