Skip to content

Commit

Permalink
Merge pull request #229 from xabbuh/dependencies
Browse files Browse the repository at this point in the history
update the list of required dependencies
  • Loading branch information
Nyholm committed Nov 29, 2017
2 parents 3a2c71d + fd1bed2 commit 4d48906
Showing 1 changed file with 30 additions and 22 deletions.
52 changes: 30 additions & 22 deletions composer.json
Expand Up @@ -17,40 +17,45 @@
],
"require": {
"php": "^5.5 || ^7.0",
"php-http/client-implementation": "^1.0",
"php-http/message-factory": "^1.0.2",
"php-http/client-common": "^1.6",
"php-http/client-implementation": "^1.0",
"php-http/cache-plugin": "^1.4",
"php-http/discovery": "^1.0",
"php-http/httplug": "^1.0",
"php-http/logger-plugin": "^1.0",
"php-http/stopwatch-plugin": "^1.0",
"symfony/options-resolver": "^2.8 || ^3.0 || ^4.0",
"symfony/event-dispatcher": "^2.8 || ^3.0 || ^4.0",
"symfony/framework-bundle": "^2.8 || ^3.0 || ^4.0",
"php-http/message": "^1.4",
"php-http/discovery": "^1.0",
"twig/twig": "^1.18 || ^2.0",
"php-http/message-factory": "^1.0.2",
"php-http/stopwatch-plugin": "^1.0",
"psr/http-message": "^1.0",
"symfony/asset": "^2.8 || ^3.0 || ^4.0",
"symfony/dependency-injection": "^2.8.3 || ^3.0.3 || ^4.0"
"symfony/config": "^2.8 || ^3.0 || ^4.0",
"symfony/dependency-injection": "^2.8.3 || ^3.0.3 || ^4.0",
"symfony/event-dispatcher": "^2.8 || ^3.0 || ^4.0",
"symfony/http-kernel": "^2.8 || ^3.0 || ^4.0",
"symfony/options-resolver": "^2.8 || ^3.0 || ^4.0",
"twig/twig": "^1.18 || ^2.0"
},
"require-dev": {
"phpunit/php-token-stream": "^1.1.8",
"guzzlehttp/psr7": "^1.0",
"matthiasnoback/symfony-dependency-injection-test": "^1.1 || ^2.0",
"nyholm/nsa": "^1.1",
"php-http/buzz-adapter": "^0.3",
"php-http/curl-client": "^1.0",
"php-http/socket-client": "^1.0",
"php-http/guzzle6-adapter": "^1.1.1",
"php-http/react-adapter": "^0.2.1",
"php-http/buzz-adapter": "^0.3",
"php-http/mock-client": "^1.0",
"symfony/phpunit-bridge": "^3.3 || ^4.0",
"symfony/twig-bundle": "^2.8 || ^3.0 || ^4.0",
"symfony/twig-bridge": "^2.8 || ^3.0 || ^4.0",
"symfony/web-profiler-bundle": "^2.8 || ^3.0 || ^4.0",
"symfony/finder": "^2.7 || ^3.0 || ^4.0",
"symfony/cache": "^3.1 || ^4.0",
"php-http/promise": "^1.0",
"php-http/react-adapter": "^0.2.1",
"php-http/socket-client": "^1.0",
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
"symfony/browser-kit": "^2.8 || ^3.0 || ^4.0",
"symfony/cache": "^3.1 || ^4.0",
"symfony/dom-crawler": "^2.8 || ^3.0 || ^4.0",
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
"matthiasnoback/symfony-dependency-injection-test": "^1.1 || ^2.0",
"nyholm/nsa": "^1.1"
"symfony/framework-bundle": "^2.8.1 || ^3.0.1 || ^4.0",
"symfony/http-foundation": "^2.8 || ^3.0 || ^4.0",
"symfony/phpunit-bridge": "^3.3 || ^4.0",
"symfony/stopwatch": "^2.8 || ^3.0 || ^4.0",
"symfony/twig-bundle": "^2.8 || ^3.0 || ^4.0",
"symfony/web-profiler-bundle": "^2.8 || ^3.0 || ^4.0"
},
"conflict": {
"php-http/guzzle6-adapter": "<1.1"
Expand All @@ -69,6 +74,9 @@
"test": "vendor/bin/simple-phpunit",
"test-ci": "vendor/bin/simple-phpunit --coverage-text --coverage-clover=build/coverage.xml"
},
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "1.8-dev"
Expand Down

0 comments on commit 4d48906

Please sign in to comment.