Skip to content

Commit

Permalink
reorganizing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed May 3, 2019
1 parent 625587f commit da6dbf2
Show file tree
Hide file tree
Showing 2 changed files with 500 additions and 450 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,17 @@
"ext-json": "*",
"ext-curl": "*",
"doctrine/rst-parser": "dev-master",
"guzzlehttp/guzzle": "~6.0",
"scrivo/highlight.php": "v9.12.0.5",
"symfony/phpunit-bridge": "^4.1",
"symfony/filesystem": "^4.1",
"symfony/finder": "^4.1",
"symfony/dom-crawler": "^4.1",
"symfony/css-selector": "^4.1",
"symfony/console": "^4.1"
},
"require-dev": {
"gajus/dindent": "^2.0",
"symfony/finder": "^4.1",
"guzzlehttp/guzzle": "~6.0"
"symfony/phpunit-bridge": "^4.1",
"symfony/process": "^4.2"
}
}
Loading

0 comments on commit da6dbf2

Please sign in to comment.