Skip to content

Commit

Permalink
Updated composer, Fixed sidebar tree list & Added extra pages to Dumm…
Browse files Browse the repository at this point in the history
…y seeder. Fixes #28, Fixes #29
  • Loading branch information
ssddanbrown committed Dec 2, 2015
1 parent 5e21ecc commit 9f43555
Show file tree
Hide file tree
Showing 4 changed files with 339 additions and 268 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"php": ">=5.5.9",
"laravel/framework": "5.1.*",
"intervention/image": "^2.3",
"laravel/socialite": "^2.0"
"laravel/socialite": "^2.0",
"barryvdh/laravel-ide-helper": "^2.1",
"barryvdh/laravel-debugbar": "^2.0"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~4.0",
"phpspec/phpspec": "~2.1",
"barryvdh/laravel-ide-helper": "^2.1",
"barryvdh/laravel-debugbar": "^2.0"
"phpspec/phpspec": "~2.1"
},
"autoload": {
"classmap": [
Expand Down
Loading

0 comments on commit 9f43555

Please sign in to comment.