Merge pull request #1245 from jonnybarnes/dependabot/composer/intervention/image-3.3.1

This commit is contained in:
Jonny Barnes 2024-01-25 21:35:23 +00:00 committed by GitHub
commit cfe442983a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

15
composer.lock generated
View file

@ -1696,16 +1696,16 @@
},
{
"name": "intervention/image",
"version": "3.2.4",
"version": "3.3.1",
"source": {
"type": "git",
"url": "https://github.com/Intervention/image.git",
"reference": "e04c51b367fad2b010758e74528041484cd8d2f7"
"reference": "fd09f59b09b3f1ee9ad90a893230781f03d1e33d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Intervention/image/zipball/e04c51b367fad2b010758e74528041484cd8d2f7",
"reference": "e04c51b367fad2b010758e74528041484cd8d2f7",
"url": "https://api.github.com/repos/Intervention/image/zipball/fd09f59b09b3f1ee9ad90a893230781f03d1e33d",
"reference": "fd09f59b09b3f1ee9ad90a893230781f03d1e33d",
"shasum": ""
},
"require": {
@ -1716,7 +1716,8 @@
"require-dev": {
"mockery/mockery": "^1.6",
"phpstan/phpstan": "^1",
"phpunit/phpunit": "^9"
"phpunit/phpunit": "^9",
"squizlabs/php_codesniffer": "^3.8"
},
"suggest": {
"ext-exif": "Recommended to be able to read EXIF data properly."
@ -1750,7 +1751,7 @@
],
"support": {
"issues": "https://github.com/Intervention/image/issues",
"source": "https://github.com/Intervention/image/tree/3.2.4"
"source": "https://github.com/Intervention/image/tree/3.3.1"
},
"funding": [
{
@ -1762,7 +1763,7 @@
"type": "github"
}
],
"time": "2024-01-14T07:47:00+00:00"
"time": "2024-01-22T17:56:18+00:00"
},
{
"name": "jonnybarnes/indieweb",