Skip to content

Commit

Permalink
Updated dependencies, don't ignore composer.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiang committed Oct 9, 2015
1 parent 5dd7f00 commit 26e93c6
Show file tree
Hide file tree
Showing 4 changed files with 1,910 additions and 8 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/composer.lock
/vendor/
.vagrant/
/tests/behat.yml
Expand Down
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.4",
"satooshi/php-coveralls": "~0.6",
"behat/behat": "~3.0",
"codeclimate/php-test-reporter": "@dev"
"phpunit/phpunit": "^4.8",
"satooshi/php-coveralls": "^0.6.1",
"behat/behat": "^3.0",
"codeclimate/php-test-reporter": "@dev",
"phpunit/php-invoker": "^1.1"
},
"extra": {
"branch-alias": {
Expand Down
Loading

0 comments on commit 26e93c6

Please sign in to comment.