Skip to content
Snippets Groups Projects
Commit 24db58f8 authored by jurgenhaas's avatar jurgenhaas
Browse files

docker/l3d#58 Move project settings out of composer.json

parent 59f2c041
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,9 @@ use Twig_Loader_Array;
*/
final class Config {
/**
* @var array
*/
private static $values;
/**
......
......@@ -28,7 +28,7 @@
"ext-json": "*",
"symfony/dotenv": "^3.4||^4.4||^5.0",
"symfony/yaml": "^3.4||^4.4||^5.0",
"twig/twig": "^1.44"
"twig/twig": "^1.44||^2.12"
},
"require-dev": {
"composer/composer": "^1||^2",
......
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