1
0
Fork 0
mirror of synced 2024-07-02 05:00:33 +12:00

Merge pull request #2249 from appwrite/fix-gravity

Fix top-left gravity in storage preview
This commit is contained in:
Eldad A. Fux 2021-10-18 09:52:05 +03:00 committed by GitHub
commit cf6ce6bcdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
composer.lock generated
View file

@ -1871,16 +1871,16 @@
}, },
{ {
"name": "utopia-php/image", "name": "utopia-php/image",
"version": "0.5.1", "version": "0.5.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/utopia-php/image.git", "url": "https://github.com/utopia-php/image.git",
"reference": "a7255ac9ea04eaa18b985e9acce30d407bfb8e79" "reference": "049446fea7cb53db8a431455ec382e30e6d1482a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/utopia-php/image/zipball/a7255ac9ea04eaa18b985e9acce30d407bfb8e79", "url": "https://api.github.com/repos/utopia-php/image/zipball/049446fea7cb53db8a431455ec382e30e6d1482a",
"reference": "a7255ac9ea04eaa18b985e9acce30d407bfb8e79", "reference": "049446fea7cb53db8a431455ec382e30e6d1482a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1918,9 +1918,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/utopia-php/image/issues", "issues": "https://github.com/utopia-php/image/issues",
"source": "https://github.com/utopia-php/image/tree/0.5.1" "source": "https://github.com/utopia-php/image/tree/0.5.2"
}, },
"time": "2021-10-15T10:16:38+00:00" "time": "2021-10-18T06:41:05+00:00"
}, },
{ {
"name": "utopia-php/locale", "name": "utopia-php/locale",
@ -6321,5 +6321,5 @@
"platform-overrides": { "platform-overrides": {
"php": "8.0" "php": "8.0"
}, },
"plugin-api-version": "2.0.0" "plugin-api-version": "2.1.0"
} }