Skip to content

Commit

Permalink
Merge pull request #428 from manala/elao.app.docker/update-requirements
Browse files Browse the repository at this point in the history
[Elao - App - Docker] Update requirements
  • Loading branch information
nervo committed Apr 12, 2024
2 parents e5fcc43 + 4ecb2ee commit 5829ab9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 deletions.
2 changes: 1 addition & 1 deletion docs/app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"stenope/stenope": "^0.7.1",
"symfony/console": "5.4.*",
"symfony/dotenv": "5.4.*",
"symfony/flex": "^1.3.1",
"symfony/flex": "^2.4",
"symfony/framework-bundle": "5.4.*",
"symfony/runtime": "5.4.*",
"symfony/twig-bundle": "5.4.*",
Expand Down
30 changes: 15 additions & 15 deletions docs/app/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions elao.app.docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@ tableOfContent: 3

MacOS

* Docker Desktop 4.3.2+
* Docker Desktop 4.29.0+
(`brew install docker`)
* Mutagen Compose 0.13.0+
* Mutagen Compose 0.17.5+
(`brew install mutagen-io/mutagen/mutagen-compose`)

Linux

* Docker 20.10.14+
* Docker Engine 26.0.0+
(see [documentation](https://docs.docker.com/engine/install/))
* Docker Compose 2.26.0+
(see [documentation](https://docs.docker.com/compose/install/))

## Overview

Expand Down

0 comments on commit 5829ab9

Please sign in to comment.