Skip to content

Commit

Permalink
laravel 6.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Sakovich committed Sep 17, 2019
1 parent 218b84b commit 02e31d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 0 additions & 6 deletions coderello.yml

This file was deleted.

5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"license": "MIT",
"require": {
"php": "^7.2",
"laravel/framework": "5.5.*|5.6.*|5.7.*|5.8.*",
"ext-json": "*"
"laravel/framework": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
"ext-json": "*",
"laravelium/sitemap": "^3.1"
},
"require-dev": {
"orchestra/testbench": "~3.0"
Expand Down

0 comments on commit 02e31d2

Please sign in to comment.