Skip to content

Commit d4c8f83

Browse files
committed
add support for Laravel 5.7
1 parent d494d3e commit d4c8f83

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

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

5+
## 1.3.2 - 2018-08-27
6+
- add support for Laravel 5.7
7+
58
## 1.3.1 - 2018-06-05
69
- make sure a compatible version of spatie/image-optimizer is being pulled in
710

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![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)
44
[![Build Status](https://img.shields.io/travis/spatie/laravel-image-optimizer/master.svg?style=flat-square)](https://travis-ci.org/spatie/laravel-image-optimizer)
55
[![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)
6-
[![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)
76
[![StyleCI](https://styleci.io/repos/96563589/shield?branch=master)](https://styleci.io/repos/96563589)
87
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-image-optimizer.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-image-optimizer)
98

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
],
1818
"require": {
1919
"php": "^7.0",
20-
"illuminate/support": "~5.5.0|~5.6.0",
20+
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0",
2121
"spatie/image-optimizer": "^1.1.0"
2222
},
2323
"require-dev": {
24-
"orchestra/testbench": "~3.5.0|~3.6.0",
24+
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0",
2525
"phpunit/phpunit": "^6.3|^7.0"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)