Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
0x20h committed Jan 10, 2018
1 parent b6e99af commit 8a9cc6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/build/
/docs/reference
/.idea
/composer.lock
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
},
"minimum-stability": "stable",
"require": {
"php": ">=5.5.0",
"php": ">=5.4.0",
"guzzlehttp/guzzle": "~6.0"
},
"require-dev": {
"phpunit/phpunit": "~6.0",
"phpunit/phpunit": "~5.0",
"squizlabs/php_codesniffer": "1.5.*",
"phpmd/phpmd": "2.1.*",
"phploc/phploc": "2.0.*",
"sebastian/phpcpd": "2.0.*",
"satooshi/php-coveralls": "0.6.*",
"apigen/apigen": "~5.0",
"apigen/apigen": "~4.0",
"klarna/apigen-theme": "~1.0"
},
"scripts": {
Expand Down

0 comments on commit 8a9cc6b

Please sign in to comment.