preparation composer
parent
e0352bbe
This commit is part of merge request !7. Comments created here will be created in the context of that merge request.
Showing
+19 -1
... | ... | @@ -74,9 +74,15 @@ |
"irstea/phploc-shim": "^4.0", | ||
"irstea/phpmd-config": "^1.0", | ||
"irstea/phpstan-config": "^1.1", | ||
"phpstan/phpstan-deprecation-rules": "@stable", | ||
"symfony/browser-kit": "^4.3", | ||
"symfony/css-selector": "^4.3", | ||
"symfony/panther": "^0.5.2", | ||
"symfony/web-server-bundle": "^3.4", | ||
"jakub-onderka/php-parallel-lint": "^1.0", | ||
"pcov/clobber": "^2.0", | ||
"phpunit/phpunit": "^7.0" | ||
"irstea/phpstan-config": "^1.1.1", | ||
"phpunit/phpunit": "^7.0" | ||
}, | ||
"config": { | ||
"sort-packages": true, | ||
... | ... |
Please register or sign in to comment