Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
netdragoon committed Nov 17, 2015
1 parent 4117d0b commit 026b7ee
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@
],
"require": {
"php": ">=5.3.0",
"ext-fileinfo": "*"
"ext-fileinfo": "*"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"phpspec/phpspec": "~2.1"
},
"autoload": {
"psr-0": {
"Canducci\\Cep": "src/"
}
},
"minimum-stability": "dev"
}
}

0 comments on commit 026b7ee

Please sign in to comment.