Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

Commit

Permalink
Corrige dependencias
Browse files Browse the repository at this point in the history
  • Loading branch information
lcobucci committed May 28, 2017
1 parent c1b87e9 commit d094c8c
Show file tree
Hide file tree
Showing 2 changed files with 352 additions and 380 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"require": {
"php": ">=5.6",
"guzzlehttp/guzzle": "~6.2",
"doctrine/collections": "~1.3"
"doctrine/collections": "~1.3",
"jms/serializer":"~1.1"
},
"require-dev": {
"phpunit/phpunit": "~5.5",
"squizlabs/php_codesniffer": "~2.7",
"squizlabs/php_codesniffer": "~3.0",
"pdepend/pdepend": "~2.2",
"phpmd/phpmd": "~2.4",
"sebastian/phpcpd": "~2.0",
"jms/serializer":"~1.1"
"sebastian/phpcpd": "~3.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit d094c8c

Please sign in to comment.