Skip to content
This repository was archived by the owner on Dec 14, 2020. It is now read-only.

Commit 0474649

Browse files
author
jlinskeseder
committed
Bump dependencies
1 parent 4bd15f5 commit 0474649

File tree

2 files changed

+359
-242
lines changed

2 files changed

+359
-242
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
},
1818
"require": {
1919
"php": ">=7.0",
20-
"friendsofphp/php-cs-fixer": "^2.9",
20+
"friendsofphp/php-cs-fixer": "^2.13",
2121
"karriere/phpspec-matchers": "^2.0",
22-
"leanphp/phpspec-code-coverage": "^4.0",
22+
"leanphp/phpspec-code-coverage": "^4.2",
2323
"phpmd/phpmd": "^2.6",
24-
"phpspec/phpspec": "^4.0",
25-
"squizlabs/php_codesniffer": "^3.2",
24+
"phpspec/phpspec": "^4.3",
25+
"squizlabs/php_codesniffer": "^3.3",
2626
"symfony/console": "^3.2 || ^4.0",
2727
"symfony/process": "^3.2 || ^4.0"
2828
},
2929
"require-dev": {
30-
"composer/composer": "^1.5"
30+
"composer/composer": "^1.6"
3131
},
3232
"scripts": {
3333
"test": "Karriere\\CodeQuality\\SpecificationTest::run",

0 commit comments

Comments
 (0)