File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ fish # Get fish inside PHP container
88
88
generate-jwt-keys # Generates JWT auth keys
89
89
generate-ssl-cert # Generate self signed SSL certificates
90
90
infection # Runs Infection to codebase
91
- install-bin # Install composer bin dependencies
91
+ install-tools # Install composer tools dependencies
92
92
lint-configuration # Lint current defined `application.json` that it
93
93
# contains valid JSON
94
94
lint-yaml # Lint config YAML files
@@ -121,7 +121,7 @@ start-build # Build containers and start application in
121
121
# development mode + watch output
122
122
stop # Stop application containers
123
123
update # Update composer dependencies
124
- update-bin # Update composer bin dependencies
124
+ update-tools # Update composer tools dependencies
125
125
```
126
126
127
127
### Symfony console [ ᐞ] ( #table-of-contents )
You can’t perform that action at this time.
0 commit comments