-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a feature to save the original picture and a version bump.
- Loading branch information
Ulhas Vardhan Golchha
committed
Apr 22, 2020
1 parent
d1af076
commit 027672a
Showing
6 changed files
with
113 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,58 @@ | ||
{ | ||
"name": "golchha21/resmushit", | ||
"version": "1.0.4", | ||
"description": "A Laravel package for the popular image optimization web service reSmush.it", | ||
"keywords": [ | ||
"golchha21", | ||
"image-optimization", | ||
"image-compression", | ||
"resmushit", | ||
"laravel", | ||
"package", | ||
"php" | ||
], | ||
"homepage": "https://github.com/golchha21/resmushit", | ||
"license": "MIT", | ||
"type": "library", | ||
"authors": [ | ||
{ | ||
"name": "Ulhas Vardhan Golchha", | ||
"email": "vardhans@ulhas.neet", | ||
"homepage": "http://www.ulhas.net", | ||
"role": "Web Architect" | ||
"name": "golchha21/resmushit", | ||
"version": "1.1.0", | ||
"description": "A Laravel package for the popular image optimization web service reSmush.it", | ||
"keywords": [ | ||
"golchha21", | ||
"laravel", | ||
"laravel-package", | ||
"resmushit", | ||
"image-optimization", | ||
"image-optimisation", | ||
"image-optimizer", | ||
"image-compression", | ||
"image-compressor", | ||
"php" | ||
], | ||
"homepage": "https://github.com/golchha21/resmushit", | ||
"license": "MIT", | ||
"type": "library", | ||
"authors": [ | ||
{ | ||
"name": "Ulhas Vardhan Golchha", | ||
"email": "vardhans@ulhas.neet", | ||
"homepage": "http://www.ulhas.net", | ||
"role": "Web Architect" | ||
} | ||
], | ||
"support": { | ||
"email": "vardhans@ulhas.net", | ||
"issues": "https://github.com/golchha21/resmushit/issues" | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"require": { | ||
"php": "^7.1", | ||
"ext-json": "*", | ||
"ext-fileinfo": "*", | ||
"ext-curl": "*" | ||
}, | ||
"require-dev": { | ||
"laravel/framework": "^5.8|^6.0|^7.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Golchha21\\ReSmushIt\\": "src" | ||
} | ||
}, | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"extra": { | ||
"laravel": { | ||
"providers": [ | ||
"Golchha21\\ReSmushIt\\ReSmushItServiceProvider" | ||
] | ||
} | ||
} | ||
], | ||
"support": { | ||
"email": "vardhans@ulhas.net", | ||
"issues": "https://github.com/golchha21/resmushit/issues" | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"require": { | ||
"php": "^7.1", | ||
"ext-json": "*", | ||
"ext-fileinfo": "*", | ||
"ext-curl": "*" | ||
}, | ||
"require-dev": { | ||
"laravel/framework": "^5.8|^6.0|^7.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Golchha21\\ReSmushIt\\": "src" | ||
} | ||
}, | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"extra": { | ||
"laravel": { | ||
"providers": [ | ||
"Golchha21\\ReSmushIt\\ReSmushItServiceProvider" | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters