Skip to content

Commit

Permalink
add support for Laravel 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
forxer committed Sep 11, 2018
1 parent 849ca6d commit 1fd5338
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

1.6.0 (2018-09-11)
------------------

- add support for Laravel 5.7

1.5.0 (2018-06-26)
------------------

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "axn/laravel-glide",
"description" : "league/glide wrapper for Laravel 5.1+",
"description" : "league/glide wrapper for Laravel",
"homepage" : "https://github.com/AXN-Informatique/laravel-glide",
"support" : {
"issues" : "https://github.com/AXN-Informatique/laravel-glide/issues"
Expand All @@ -12,7 +12,7 @@
],
"license" : "MIT",
"require" : {
"laravel/framework" : "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"laravel/framework" : "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"league/glide-laravel" : "^1.0"
},
"autoload" : {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Laravel Glide
=============

This package provides a Service Provider that allows you to very easily integrate Glide into a Laravel project.
Moreover, multiple servers can be configured.
Moreover, **multiple servers** can be configured.

Glide is a easy on-demand image manipulation library written in PHP. It's part of the League of Extraordinary Packages.

Expand Down

0 comments on commit 1fd5338

Please sign in to comment.