Skip to content
Snippets Groups Projects
Commit 51b4c551 authored by jurgenhaas's avatar jurgenhaas
Browse files

Fix dependency

parent 7db1c059
No related branches found
No related tags found
No related merge requests found
......@@ -24,9 +24,9 @@
"source": "https://gitlab.lakedrops.com/composer/library/docker-traefik/tree/master"
},
"require": {
"php": ">=5.6",
"symfony/filesystem": "^3",
"symfony/yaml": "^3"
"php": ">=7.2",
"symfony/filesystem": "^3.4||^4.4||^5.0",
"symfony/yaml": "^3.4||^4.4||^5.0"
},
"require-dev": {
"composer/composer": "^1.5.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment