Skip to content

Commit da6dbf2

Browse files
committed
reorganizing deps
1 parent 625587f commit da6dbf2

File tree

2 files changed

+500
-450
lines changed

2 files changed

+500
-450
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,17 @@
1212
"ext-json": "*",
1313
"ext-curl": "*",
1414
"doctrine/rst-parser": "dev-master",
15+
"guzzlehttp/guzzle": "~6.0",
1516
"scrivo/highlight.php": "v9.12.0.5",
16-
"symfony/phpunit-bridge": "^4.1",
1717
"symfony/filesystem": "^4.1",
18+
"symfony/finder": "^4.1",
1819
"symfony/dom-crawler": "^4.1",
1920
"symfony/css-selector": "^4.1",
2021
"symfony/console": "^4.1"
2122
},
2223
"require-dev": {
2324
"gajus/dindent": "^2.0",
24-
"symfony/finder": "^4.1",
25-
"guzzlehttp/guzzle": "~6.0"
25+
"symfony/phpunit-bridge": "^4.1",
26+
"symfony/process": "^4.2"
2627
}
2728
}

0 commit comments

Comments
 (0)