Skip to content

Commit

Permalink
Merge 277fc07 into 70368a8
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jun 20, 2014
2 parents 70368a8 + 277fc07 commit dff7179
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,19 @@
}
],
"require-dev": {
"phpunit/phpunit": "3.7.*",
"mikey179/vfsStream": "v1.2.0",
"mockery/mockery": "dev-master@dev",
"phpunit/phpunit": "~4.0",
"mockery/mockery": "~0.9",
"mikey179/vfsStream": "~1.2.0",
"squizlabs/php_codesniffer": "~1.5"
},
"autoload": {
"psr-4": {
"League\\Plates\\": "src"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
}
}

0 comments on commit dff7179

Please sign in to comment.