Skip to content
Snippets Groups Projects
Commit 5ff10b8e authored by jurgenhaas's avatar jurgenhaas
Browse files

Get ready for composer 2

parent 51b4c551
No related branches found
Tags v1.3.0
No related merge requests found
vendor
composer.lock
/vendor/
/.env
/composer.lock
......@@ -38,7 +38,6 @@ class Traefik {
$traefikPath = $_SERVER['HOME'] . '/.traefik';
$traefikFile = $traefikPath . '/docker-compose.yml';
/* @var FileSystem $fs */
$fs = new Filesystem();
if ($fs->exists($traefikFile)) {
$traefik = Yaml::parse(file_get_contents($traefikFile));
......
......@@ -29,8 +29,8 @@
"symfony/yaml": "^3.4||^4.4||^5.0"
},
"require-dev": {
"composer/composer": "^1.5.0",
"phpunit/phpunit": "^4.8.0"
"composer/composer": "^1||^2",
"phpunit/phpunit": "^8.4"
},
"minimum-stability": "dev",
"prefer-stable": true,
......
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