Skip to content

Commit

Permalink
Merge pull request #1 from Dyz598/chore/laravel
Browse files Browse the repository at this point in the history
chore: upgrade to laravel ^6.0
  • Loading branch information
bl4ckbon3 authored Mar 21, 2020
2 parents 7974e76 + 7fbd01b commit 3678cad
Show file tree
Hide file tree
Showing 2 changed files with 326 additions and 292 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
}
],
"require": {
"php": ">=7.2",
"php": ">=7.4",
"borobudur/dci": "~0.1@dev",
"borobudur/exception": "~0.1@dev",
"borobudur/parameter": "~0.1@dev",
"guzzlehttp/guzzle": "~6.0",
"lcobucci/jwt": "^4.0@dev",
"phpmyadmin/sql-parser": "^5.1",
"laravel/framework": "~5.6"
"laravel/framework": "^6.0"
},
"require-dev": {
"phpunit/phpunit": "~6.0"
Expand Down
Loading

0 comments on commit 3678cad

Please sign in to comment.