Merge pull request #419 from STEMMechanics/dependabot/composer/intervention/image-3.3.0

Bump intervention/image from 2.7.2 to 3.3.0
This commit was merged in pull request #419.
This commit is contained in:
James Collins
2024-01-22 11:41:32 +10:00
committed by GitHub
2 changed files with 76 additions and 37 deletions

View File

@@ -11,7 +11,7 @@
"php": "^8.1", "php": "^8.1",
"doctrine/dbal": "^3.5", "doctrine/dbal": "^3.5",
"guzzlehttp/guzzle": "^7.2", "guzzlehttp/guzzle": "^7.2",
"intervention/image": "^2.7", "intervention/image": "^3.3",
"laravel/framework": "^10.12", "laravel/framework": "^10.12",
"laravel/sanctum": "^3.2", "laravel/sanctum": "^3.2",
"laravel/tinker": "^2.8", "laravel/tinker": "^2.8",

111
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "ca5da73541ae1e8a6c0a93fa845df5a2", "content-hash": "de07e0a10c6001372d839c07280826ca",
"packages": [ "packages": [
{ {
"name": "apimatic/core", "name": "apimatic/core",
@@ -1870,50 +1870,30 @@
"time": "2023-12-03T19:50:20+00:00" "time": "2023-12-03T19:50:20+00:00"
}, },
{ {
"name": "intervention/image", "name": "intervention/gif",
"version": "2.7.2", "version": "4.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Intervention/image.git", "url": "https://github.com/Intervention/gif.git",
"reference": "04be355f8d6734c826045d02a1079ad658322dad" "reference": "521010e0cf1f5cde9df54b8adcd7496ab5f1504f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Intervention/image/zipball/04be355f8d6734c826045d02a1079ad658322dad", "url": "https://api.github.com/repos/Intervention/gif/zipball/521010e0cf1f5cde9df54b8adcd7496ab5f1504f",
"reference": "04be355f8d6734c826045d02a1079ad658322dad", "reference": "521010e0cf1f5cde9df54b8adcd7496ab5f1504f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-fileinfo": "*", "php": "^8.1"
"guzzlehttp/psr7": "~1.1 || ^2.0",
"php": ">=5.4.0"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "~0.9.2", "phpstan/phpstan": "^1",
"phpunit/phpunit": "^4.8 || ^5.7 || ^7.5.15" "phpunit/phpunit": "^9"
},
"suggest": {
"ext-gd": "to use GD library based image processing.",
"ext-imagick": "to use Imagick based image processing.",
"intervention/imagecache": "Caching extension for the Intervention Image library"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.4-dev"
},
"laravel": {
"providers": [
"Intervention\\Image\\ImageServiceProvider"
],
"aliases": {
"Image": "Intervention\\Image\\Facades\\Image"
}
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Intervention\\Image\\": "src/Intervention/Image" "Intervention\\Gif\\": "src"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@@ -1927,19 +1907,78 @@
"homepage": "https://intervention.io/" "homepage": "https://intervention.io/"
} }
], ],
"description": "Image handling and manipulation library with support for Laravel integration", "description": "Native PHP GIF Encoder/Decoder",
"homepage": "http://image.intervention.io/", "homepage": "https://github.com/intervention/gif",
"keywords": [
"animation",
"gd",
"gif",
"image"
],
"support": {
"issues": "https://github.com/Intervention/gif/issues",
"source": "https://github.com/Intervention/gif/tree/4.0.0"
},
"time": "2024-01-06T16:35:57+00:00"
},
{
"name": "intervention/image",
"version": "3.3.0",
"source": {
"type": "git",
"url": "https://github.com/Intervention/image.git",
"reference": "d37e47ba5fa0844a146dbdfee75b1b29f5eb5324"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Intervention/image/zipball/d37e47ba5fa0844a146dbdfee75b1b29f5eb5324",
"reference": "d37e47ba5fa0844a146dbdfee75b1b29f5eb5324",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"intervention/gif": "^4",
"php": "^8.1"
},
"require-dev": {
"mockery/mockery": "^1.6",
"phpstan/phpstan": "^1",
"phpunit/phpunit": "^9",
"squizlabs/php_codesniffer": "^3.8"
},
"suggest": {
"ext-exif": "Recommended to be able to read EXIF data properly."
},
"type": "library",
"autoload": {
"psr-4": {
"Intervention\\Image\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Oliver Vogel",
"email": "oliver@intervention.io",
"homepage": "https://intervention.io/"
}
],
"description": "PHP image manipulation",
"homepage": "https://image.intervention.io/",
"keywords": [ "keywords": [
"gd", "gd",
"image", "image",
"imagick", "imagick",
"laravel", "resize",
"thumbnail", "thumbnail",
"watermark" "watermark"
], ],
"support": { "support": {
"issues": "https://github.com/Intervention/image/issues", "issues": "https://github.com/Intervention/image/issues",
"source": "https://github.com/Intervention/image/tree/2.7.2" "source": "https://github.com/Intervention/image/tree/3.3.0"
}, },
"funding": [ "funding": [
{ {
@@ -1951,7 +1990,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-05-21T17:30:32+00:00" "time": "2024-01-20T08:50:30+00:00"
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",