Skip to content

Commit

Permalink
moved library to require from require dev so can deploy from master
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyquinton committed Jul 18, 2018
1 parent 4a2d583 commit e902e7c
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 182 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -32,15 +32,15 @@
"omnipay/migs": "^2.1",
"mcamara/laravel-localization": "^1.2",
"potsky/laravel-localization-helpers": "2.3.*",
"doctrine/dbal": "~2.3"
"doctrine/dbal": "~2.3",
"barryvdh/laravel-ide-helper": "^2.4"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"phpspec/phpspec": "~2.1",
"fzaninotto/faker": "^1.5",
"symfony/dom-crawler": "~3.0",
"symfony/css-selector": "~3.0",
"barryvdh/laravel-ide-helper": "^2.4"
"symfony/css-selector": "~3.0"
},

"autoload": {
Expand Down

0 comments on commit e902e7c

Please sign in to comment.