Upgrade of Drone.io (#2)

Fix [#1](issues/1)
This commit is contained in:
2019-04-26 22:13:43 +00:00
committed by Gitea
parent c6892caf29
commit 9b5cf2d691
4 changed files with 227 additions and 87 deletions

View File

@ -27,6 +27,7 @@
}
},
"require": {
"php": "^7.1",
"twig/twig": "^2.7",
"psr/simple-cache": "^1.0",
"psr/log": "^1.1",
@ -35,7 +36,7 @@
"require-dev": {
"squizlabs/php_codesniffer": "^3.4",
"symfony/var-dumper": "^4.2",
"phpunit/phpunit": "^8.1",
"phpunit/phpunit": "7.*",
"codacy/coverage": "^1.4",
"phpmd/phpmd": "^2.6",
"phpstan/phpstan": "^0.11.5"