Skip to content

Commit

Permalink
Support laravel 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack97 committed Sep 4, 2019
1 parent 1e0ed30 commit 60cbce7
Show file tree
Hide file tree
Showing 2 changed files with 333 additions and 314 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
],
"require": {
"php": "^7.1.3",
"laravel/framework": "5.5.*|5.6.*|5.7.*|5.8.*",
"laravel/framework": "^5.5.0|^5.6.0|^5.7.0|^5.8.0|^6.0.0",
"intervention/image": "^2.5"
},
"require-dev": {
"orchestra/testbench": "^3.8"
"orchestra/testbench": "^3.8.0|^4.0.0"
},
"autoload": {
"psr-4": {
"Optix\\Media\\": "src"
"Optix\\Media\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Optix\\Media\\Tests\\": "tests"
"Optix\\Media\\Tests\\": "tests/"
}
},
"extra": {
Expand Down
Loading

0 comments on commit 60cbce7

Please sign in to comment.