Skip to content

Commit

Permalink
- Extended the support to Laravel 8
Browse files Browse the repository at this point in the history
- Version Bump
  • Loading branch information
Ulhas Vardhan Golchha committed Feb 6, 2021
1 parent 45ff2f7 commit ea53420
Show file tree
Hide file tree
Showing 2 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
Expand Up @@ -2,6 +2,11 @@

All notable changes to `golchha21/resmushit` will be documented in this file

## 1.2.3 - 2021-02-06

- Now supports Laravel 8
- Version bump

## 1.2.2 - 2020-04-25

- Invalid character in composer removed
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "golchha21/resmushit",
"version": "1.2.2",
"version": "1.2.3",
"description": "A Laravel package for the popular image optimization web service reSmush.it",
"keywords": [
"golchha21",
Expand Down Expand Up @@ -32,13 +32,13 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.1",
"php": "^7.1|^7.2.5|^7.3|^8.0",
"ext-json": "*",
"ext-fileinfo": "*",
"ext-curl": "*"
},
"require-dev": {
"laravel/framework": "^5.8|^6.0|^7.0"
"laravel/framework": "^5.8|^6.0|^7.0|^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ea53420

Please sign in to comment.