-
- Downloads
There was a problem fetching the pipeline summary.
Change to a library and ensure coding standard.
parent
8b097bdb
No related branches found
No related tags found
Pipeline #
... | ... | @@ -3,7 +3,7 @@ |
"description": "Library to prepare local Traefik Docker container which is used by e.g. Docker4Drupal.", | ||
"type": "library", | ||
"keywords": ["Drupal", "Development", "Docker"], | ||
"homepage": "https://gitlab.lakedrops.com/composer/plugin/docker-traefik", | ||
"homepage": "https://gitlab.lakedrops.com/composer/library/docker-traefik", | ||
"license": "GPL-2.0+", | ||
"authors": [ | ||
{ | ||
... | ... | @@ -20,20 +20,25 @@ |
} | ||
], | ||
"support": { | ||
"issues": "https://gitlab.lakedrops.com/composer/plugin/docker-traefik/issues", | ||
"source": "https://gitlab.lakedrops.com/composer/plugin/docker-traefik/tree/master" | ||
"issues": "https://gitlab.lakedrops.com/composer/library/docker-traefik/issues", | ||
"source": "https://gitlab.lakedrops.com/composer/library/docker-traefik/tree/master" | ||
}, | ||
"require": { | ||
"php": ">=5.6", | ||
"symfony/filesystem": "^2", | ||
"symfony/yaml": "^2" | ||
"symfony/filesystem": "^3", | ||
"symfony/yaml": "^3" | ||
}, | ||
"require-dev": { | ||
"composer/composer": "^1.5.0", | ||
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3", | ||
"drupal/coder": "^8.2", | ||
"phpunit/phpunit": "^4.8.0" | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"autoload": { | ||
"psr-4": { | ||
"LakeDrops\\DockerTraefik\\": "src/" | ||
"LakeDrops\\DockerTraefik\\": "" | ||
} | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^4.4.0" | ||
} | ||
} |
phpunit.xml.dist
deleted
100644 → 0
tests/TraefikTest.php
deleted
100644 → 0
Please register or sign in to comment