Skip to content

Commit

Permalink
- support for Larave 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Aug 27, 2018
1 parent 54fb6f2 commit 67200c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,9 @@

All notable changes to laravel-glide will be documented in this file.

## 3.2.2 - 2018-08-28
- support for Larave 5.7

## 3.2.1 - 2018-02-08
- support for Laravel 5.6

Expand Down
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -3,7 +3,6 @@
[![Build status](https://img.shields.io/travis/spatie/laravel-glide.svg)](https://travis-ci.org/spatie/laravel-glide)
[![Quality Score](https://img.shields.io/scrutinizer/g/spatie/laravel-glide.svg?style=flat-square)](https://scrutinizer-ci.com/g/spatie/laravel-glide)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![StyleCI](https://styleci.io/repos/29484127/shield?branch=master)](https://styleci.io/repos/29484127)
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-glide.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-glide)

This package provides an easy to use class to manipulate images. Under the hood it leverages [Glide](http://glide.thephpleague.com/) to perform
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -11,13 +11,13 @@
],
"require": {
"php": "^7.0",
"illuminate/support": "~5.3.0|~5.4.0|~5.5.0|~5.6.0",
"laravel/framework": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0",
"league/glide": "^1.0"

},
"require-dev": {
"phpunit/phpunit": "6.*|7.*",
"orchestra/testbench": "~3.3.0|~3.4.0|~5.5.0|~5.6.0"
"orchestra/testbench": "~3.3.0|~3.4.0|~3.5.0|~3.6.0|~3.7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 67200c5

Please sign in to comment.