Skip to content

Commit

Permalink
Made httplug a required dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Sep 20, 2018
1 parent 9e1feb7 commit d4dc6bd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Expand Up @@ -21,16 +21,15 @@
"ext-json": "*",
"ext-mbstring": "*",
"ext-pcre": "*",
"php-http/httplug": "^1.0",
"php-http/message-factory": "^1.0",
"psr/http-message": "^1.0",
"psr/log": "^1.0",
"symfony/css-selector": "^3.4 || ^4.0",
"symfony/dom-crawler": "^3.4 || ^4.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.2",
"php-http/httplug": "^1.0",
"php-http/httplug-bundle": "^1.1",
"php-http/message-factory": "^1.0",
"php-http/mock-client": "^1.1",
"sllh/composer-lint": "^1.0"
},
Expand Down

0 comments on commit d4dc6bd

Please sign in to comment.