Commit e2b7f92a authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3046 from driesvints/feature/phpspec-config-file

Add PHPSpec config file and dependency
parents 78b9b7d9 2b8311f7
......@@ -8,7 +8,8 @@
"laravel/framework": "~5.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
"phpunit/phpunit": "~4.0",
"phpspec/phpspec": "~2.1"
},
"autoload": {
"classmap": [
......
suites:
main:
namespace: App
psr4_prefix: App
src_path: app
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment