Skip to content

Commit 190d65c

Browse files
author
neuralglitch
committed
Fixed stuff
1 parent 7ae42f2 commit 190d65c

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ shell: ## Open shell in Docker container
1717
install: ## Install composer dependencies in Docker
1818
docker compose run --rm php composer install 2>&1
1919

20+
update: ## Update composer dependencies in Docker
21+
docker compose run --rm php composer update 2>&1
22+
2023
test: ## Run tests in Docker
2124
docker compose run --rm php composer test 2>&1
2225

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
- **CLI Tools** - Search, import, lock, and warm-cache commands
2828
- **High Performance** - Optimized with full template caching support
2929

30+
## Prerequisites
31+
32+
For fully automatic setup, visit the [related Flex recipe repository](https://github.com/neuralglitch/symfony-recipes) and follow the instructions to add it to the
33+
composer.json in the consuming project, as the recipe is not yet part of the Symfony’s main recipe repository.
34+
3035
## Installation
3136

3237
```bash

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,3 @@
8585
"minimum-stability": "stable",
8686
"prefer-stable": true
8787
}
88-

0 commit comments

Comments
 (0)