Skip to content

Commit

Permalink
Revert versions
Browse files Browse the repository at this point in the history
  • Loading branch information
paulradt committed Jul 23, 2019
1 parent 784b44e commit a09c8da
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,20 @@
"homepage": "https://github.com/PouleR/apple-music-api",
"type": "library",
"require-dev": {
"guzzlehttp/psr7": "^1.6",
"php-http/message": "^1.7",
"guzzlehttp/psr7": "^1.0",
"php-http/message": "^1.0",
"php-http/mock-client": "^1.0",
"phpunit/phpunit": "^7",
"squizlabs/php_codesniffer": "^3.0"
},
"require": {
"php": "^7.1",
"ext-json": "*",
"php-http/client-common": "^2.0",
"php-http/client-common": "^1.0",
"php-http/client-implementation": "^1.0",
"php-http/curl-client": "^1.7",
"php-http/discovery": "^1.0",
"php-http/httplug": "^2.0",
"php-http/httplug": "^1.0",
"php-http/message-factory": "^1.0",
"psr/http-message": "^1.0",
"web-token/jwt-key-mgmt": "^2.0",
Expand Down

0 comments on commit a09c8da

Please sign in to comment.