Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh authored Aug 9, 2018
1 parent c67ab0e commit bcac1ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
}
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "5.0.x|5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x",
"php": ">=7.0",
"illuminate/support": "5.5.x|5.6.x|5.7.x",
"studio-42/elfinder": "~2.1.10",
"barryvdh/elfinder-flysystem-driver": "^0.1.4|^0.2",
"barryvdh/elfinder-flysystem-driver": "^0.2",
"league/flysystem": "^1.0",
"league/flysystem-cached-adapter": "^1.0"
},
Expand All @@ -24,7 +24,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.3-dev"
"dev-master": "0.4-dev"
},
"laravel": {
"providers": [
Expand Down

2 comments on commit bcac1ba

@arturmamedov
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no more support for PHP 5.6 ... why?

@barryvdh
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because I bumped support to Laravel 5.5.x, which is PHP 7+

Please sign in to comment.