Skip to content

Commit c7f6f79

Browse files
committed
Use league/glide-symfony package instead of league/glide-laravel
1 parent 821c44e commit c7f6f79

File tree

4 files changed

+1407
-821
lines changed

4 files changed

+1407
-821
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Types of changes
1414
* **Fixed** for any bug fixes.
1515
* **Security** in case of vulnerabilities.
1616

17+
## 0.7.0 - 2024-04-27
18+
### Changed
19+
* Use league/glide-symfony package instead of league/glide-laravel
20+
1721
## 0.6.1 - 2023-08-30
1822
### Fixed
1923
* Include `Exception` and `UnabletoRetrieveMetadata` in `GlideImageController::image`

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"require": {
66
"ampedweb/glide-url-helper": "^0.3",
7-
"league/glide-laravel": "^1.0",
7+
"league/glide-symfony": "^2.0",
88
"php": "^7.3|~8"
99
},
1010

0 commit comments

Comments
 (0)