Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee committed Jun 25, 2015
1 parent 907c209 commit 75a6ce0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 920 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
vendor
vendor
composer.lock
13 changes: 8 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@
}
],
"require": {
"phpro/grumphp": "0.2.*",
"squizlabs/php_codesniffer": "~2.3",
"symfony/event-dispatcher": "~2.3",
"psr/log": "*",
"doctrine/collections": "~1.3",
"symfony/console": "~2.7",
"symfony/filesystem": "~2.7"
"symfony/event-dispatcher": "~2.3",
"symfony/console": "~2.3",
"symfony/filesystem": "~2.3",
"symfony/process": "~2.3"
},
"require-dev": {
"phpro/grumphp": "0.2.*",
"squizlabs/php_codesniffer": "~2.3"
},
"suggest": {
"doctrine/common": "For caching SOAP responses",
Expand Down
Loading

0 comments on commit 75a6ce0

Please sign in to comment.