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
freekmurze committed Aug 27, 2018
1 parent d494d3e commit d4c8f83
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to `laravel-image-optimizer` will be documented in this file

## 1.3.2 - 2018-08-27
- add support for Laravel 5.7

## 1.3.1 - 2018-06-05
- make sure a compatible version of spatie/image-optimizer is being pulled in

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/laravel-image-optimizer.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-image-optimizer)
[![Build Status](https://img.shields.io/travis/spatie/laravel-image-optimizer/master.svg?style=flat-square)](https://travis-ci.org/spatie/laravel-image-optimizer)
[![SensioLabsInsight](https://img.shields.io/sensiolabs/i/99e8ebe7-8c77-44e9-b5c3-a4c5f73b2c30.svg?style=flat-square)](https://insight.sensiolabs.com/projects/99e8ebe7-8c77-44e9-b5c3-a4c5f73b2c30)
[![Quality Score](https://img.shields.io/scrutinizer/g/spatie/laravel-image-optimizer.svg?style=flat-square)](https://scrutinizer-ci.com/g/spatie/laravel-image-optimizer)
[![StyleCI](https://styleci.io/repos/96563589/shield?branch=master)](https://styleci.io/repos/96563589)
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-image-optimizer.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-image-optimizer)

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
],
"require": {
"php": "^7.0",
"illuminate/support": "~5.5.0|~5.6.0",
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0",
"spatie/image-optimizer": "^1.1.0"
},
"require-dev": {
"orchestra/testbench": "~3.5.0|~3.6.0",
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0",
"phpunit/phpunit": "^6.3|^7.0"
},
"autoload": {
Expand Down

0 comments on commit d4c8f83

Please sign in to comment.