Skip to content

Commit b595ed0

Browse files
committed
Update vendors
1 parent 9306801 commit b595ed0

File tree

2 files changed

+402
-339
lines changed

2 files changed

+402
-339
lines changed

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@
88
],
99

1010
"require": {
11-
"nikic/php-parser": "@stable",
12-
"beberlei/assert": "@stable",
13-
"andrewsville/php-token-reflection": "@stable",
14-
"symfony/finder": "~2.4@stable",
15-
"symfony/console": "~2.4@stable",
11+
"nikic/php-parser": "~1.2",
12+
"beberlei/assert": "~2.3",
13+
"andrewsville/php-token-reflection": "~1.4",
14+
"symfony/finder": "~2.4",
15+
"symfony/console": "~2.4",
1616
"tomphp/patch-builder": "~0.1"
1717
},
1818

1919
"require-dev": {
20-
"php": ">=5.4",
21-
"behat/behat": "~2.5@stable",
22-
"mikey179/vfsStream": "@stable",
23-
"phake/phake": "@stable",
24-
"symfony/process": "@stable",
25-
"phpunit/phpunit": "~4.6@stable"
20+
"php": "~5.4|~7.0",
21+
"behat/behat": "~2.5",
22+
"mikey179/vfsStream": "~1.5",
23+
"phake/phake": "~2.0",
24+
"symfony/process": "~2.6",
25+
"phpunit/phpunit": "~4.6"
2626
},
2727

2828
"autoload": {

0 commit comments

Comments
 (0)