Skip to content

Commit

Permalink
Updated laravel version and moved flare to non-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddanbrown committed Jan 26, 2020
1 parent 82a8db3 commit fb5df49
Show file tree
Hide file tree
Showing 2 changed files with 789 additions and 692 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"fideloper/proxy": "^4.0",
"gathercontent/htmldiff": "^0.2.1",
"intervention/image": "^2.5",
"laravel/framework": "^6.9",
"laravel/framework": "^6.12",
"laravel/socialite": "^4.2",
"league/flysystem-aws-s3-v3": "^1.0",
"onelogin/php-saml": "^3.3",
Expand All @@ -29,16 +29,16 @@
"socialiteproviders/microsoft-azure": "^3.0",
"socialiteproviders/okta": "^1.0",
"socialiteproviders/slack": "^3.0",
"socialiteproviders/twitch": "^5.0"
"socialiteproviders/twitch": "^5.0",
"facade/ignition": "^1.4",
"nunomaduro/collision": "^3.0"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.2.8",
"barryvdh/laravel-ide-helper": "^2.6.4",
"facade/ignition": "^1.4",
"fzaninotto/faker": "^1.4",
"laravel/browser-kit-testing": "^5.1",
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^3.0",
"phpunit/phpunit": "^8.0",
"squizlabs/php_codesniffer": "^3.4",
"wnx/laravel-stats": "^2.0"
Expand Down
Loading

0 comments on commit fb5df49

Please sign in to comment.