Skip to content

Commit

Permalink
Drops library versions down to be compatible with dependent libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonius committed Nov 25, 2017
1 parent 0dcdb89 commit 3e27bee
Show file tree
Hide file tree
Showing 2 changed files with 997 additions and 972 deletions.
9 changes: 3 additions & 6 deletions composer.json
Expand Up @@ -12,15 +12,12 @@
"acquia/http-hmac-php": "^3.1",
"guzzlehttp/guzzle": "^6.3",
"php": "^7.0",
"squizlabs/php_codesniffer": "^3.1",
"symfony/yaml": "^3.3",
"symfony/dependency-injection": "^3.3",
"symfony/config": "^3.3",
"symfony/console": "^3.3"
"symfony/dependency-injection": "~3.3"
},
"require-dev": {
"php-coveralls/php-coveralls": "dev-master",
"phpunit/phpunit": "^6.4"
"phpunit/phpunit": "^6.4",
"squizlabs/php_codesniffer": "^2.7"
},
"autoload":{
"psr-4":{
Expand Down

0 comments on commit 3e27bee

Please sign in to comment.