1
0
Fork 0
mirror of synced 2024-07-05 14:40:42 +12:00

Merge branch '0.13.x' of https://github.com/appwrite/appwrite into 0.13.x

This commit is contained in:
Torsten Dittmann 2022-03-02 14:45:46 +01:00
commit ae634c1088

11
composer.lock generated
View file

@ -115,11 +115,11 @@
}, },
{ {
"name": "appwrite/php-runtimes", "name": "appwrite/php-runtimes",
"version": "0.7.3", "version": "0.7.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/appwrite/runtimes.git", "url": "https://github.com/appwrite/runtimes.git",
"reference": "a4c20be668c78f8a1ac03148de1c7c61d9bfde74" "reference": "8e0972ecce6ad96f3701edab8d2c9a8af7074093"
}, },
"require": { "require": {
"php": ">=8.0", "php": ">=8.0",
@ -154,7 +154,7 @@
"php", "php",
"runtimes" "runtimes"
], ],
"time": "2022-02-21T23:55:23+00:00" "time": "2022-02-26T11:38:09+00:00"
}, },
{ {
"name": "chillerlan/php-qrcode", "name": "chillerlan/php-qrcode",
@ -3691,9 +3691,6 @@
"require": { "require": {
"php": "^7.1 || ^8.0" "php": "^7.1 || ^8.0"
}, },
"replace": {
"myclabs/deep-copy": "self.version"
},
"require-dev": { "require-dev": {
"doctrine/collections": "^1.0", "doctrine/collections": "^1.0",
"doctrine/common": "^2.6", "doctrine/common": "^2.6",
@ -6577,5 +6574,5 @@
"platform-overrides": { "platform-overrides": {
"php": "8.0" "php": "8.0"
}, },
"plugin-api-version": "2.1.0" "plugin-api-version": "2.2.0"
} }