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

Commit b144268

Browse files
author
jlinskeseder
committed
Update phpspec to latest version
Also updated all other dependents.
1 parent ef7ca42 commit b144268

File tree

4 files changed

+498
-363
lines changed

4 files changed

+498
-363
lines changed

composer.json

+9-9
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.0",
21-
"karriere/phpspec-matchers": "^1.0",
22-
"leanphp/phpspec-code-coverage": "^3.1",
23-
"phpmd/phpmd": "^2.4",
24-
"phpspec/phpspec": "^3.2",
25-
"squizlabs/php_codesniffer": "^2.8",
26-
"symfony/console": "^3.2",
27-
"symfony/process": "^3.2"
20+
"friendsofphp/php-cs-fixer": "^2.9",
21+
"karriere/phpspec-matchers": "^2.0",
22+
"leanphp/phpspec-code-coverage": "^4.0",
23+
"phpmd/phpmd": "^2.6",
24+
"phpspec/phpspec": "^4.0",
25+
"squizlabs/php_codesniffer": "^3.2",
26+
"symfony/console": "^3.2 || ^4.0",
27+
"symfony/process": "^3.2 || ^4.0"
2828
},
2929
"require-dev": {
30-
"composer/composer": "^1.3.1"
30+
"composer/composer": "^1.5"
3131
},
3232
"scripts": {
3333
"test": "Karriere\\CodeQuality\\SpecificationTest::run",

0 commit comments

Comments
 (0)