Pin dependencies (#2)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-06-22 22:54:06 +02:00 committed by GitHub
parent 10972fd559
commit 1ded7d8857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1247 additions and 707 deletions

View File

@ -28,18 +28,18 @@
},
"require": {
"php": "^7.1",
"twig/twig": "^2.7",
"psr/simple-cache": "^1.0",
"psr/log": "^1.1",
"doctrine/orm": "^2.6"
"twig/twig": "2.8.1",
"psr/simple-cache": "1.0.1",
"psr/log": "1.1.0",
"doctrine/orm": "2.6.3"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.4",
"symfony/var-dumper": "^4.2",
"phpunit/phpunit": "7.*",
"codacy/coverage": "^1.4",
"phpmd/phpmd": "^2.6",
"phpstan/phpstan": "^0.11.5"
"squizlabs/php_codesniffer": "3.5.5",
"symfony/var-dumper": "4.4.10",
"phpunit/phpunit": "7.5.20",
"codacy/coverage": "1.4.3",
"phpmd/phpmd": "2.8.2",
"phpstan/phpstan": "0.11.19"
},
"scripts": {
"phpunit": "phpunit --coverage-text --colors=never",

1934
composer.lock generated

File diff suppressed because it is too large Load Diff