Added phpunit in require-dev, removed ardent, as we're not actually using it at this point

This commit is contained in:
snipe
2013-11-30 22:04:00 -05:00
parent 8bf6a34c58
commit 8f235881c5
2 changed files with 698 additions and 115 deletions
+7 -8
View File
@@ -5,10 +5,12 @@
"require": {
"laravel/framework": "4.0.*",
"cartalyst/sentry": "2.0.*",
"barryvdh/laravel-debugbar": "dev-master",
"laravelbook/ardent": "dev-master"
"barryvdh/laravel-debugbar": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"autoload": {
"classmap": [
"app/commands",
@@ -20,10 +22,6 @@
]
},
"scripts": {
"post-install-cmd": [
"php artisan migrate --package=cartalyst/sentry",
"php artisan migrate"
],
"pre-update-cmd": [
"php artisan clear-compiled"
],
@@ -35,7 +33,8 @@
]
},
"config": {
"preferred-install": "dist"
"preferred-install": "dist",
"bin-dir": "bin"
},
"minimum-stability": "dev"
}
Generated
+691 -107
View File
File diff suppressed because it is too large Load Diff