Skip to content

Commit

Permalink
correct composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-gribanov committed Sep 13, 2016
1 parent 5534f45 commit 2bcb5e1
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 35 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,17 @@
"anime-db/cache-time-keeper-bundle": "~1.0.7"
},
"require-dev": {
"anime-db/anime-db": "~0.3.15",
"anime-db/anime-db": ">=0.3.0",
"phpunit/phpunit": "^4.8.0",
"scrutinizer/ocular": "~1.3.0",
"satooshi/php-coveralls": "^1.0.0"
},
"suggest": {
"ext-com_dotnet": "Allows to switch between drives in Windows"
},
"extra": {
"branch-alias": {
"dev-master": "0.4.x-dev"
}
}
}
80 changes: 46 additions & 34 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2bcb5e1

Please sign in to comment.