Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
upgrade to Laravel 5.8H
Browse files Browse the repository at this point in the history
  • Loading branch information
flamelin committed Sep 5, 2019
1 parent fc12251 commit 96c769b
Show file tree
Hide file tree
Showing 3 changed files with 1,458 additions and 793 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "laravel/laravel",
"description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"keywords": [
"framework",
"laravel"
],
"license": "MIT",
"type": "project",
"require": {
"php": ">=5.5.9",
"laravel/framework": "5.3.*",
"laravel/framework": "^5.8.0",
"zizaco/entrust": "5.2.x-dev",
"guzzlehttp/guzzle": "^6.2"
},
Expand Down
Loading

0 comments on commit 96c769b

Please sign in to comment.