mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Update framework branch
This commit is contained in:
parent
8320fc0686
commit
b4b76b72ff
3 changed files with 10 additions and 11 deletions
|
|
@ -42,7 +42,7 @@
|
||||||
"ext-sockets": "*",
|
"ext-sockets": "*",
|
||||||
"appwrite/php-clamav": "1.1.*",
|
"appwrite/php-clamav": "1.1.*",
|
||||||
"appwrite/php-runtimes": "0.10.*",
|
"appwrite/php-runtimes": "0.10.*",
|
||||||
"utopia-php/framework": "dev-feat-unkeyed-full-body-params as 0.19.2",
|
"utopia-php/framework": "dev-feat-allow-fresh-match as 0.19.2",
|
||||||
"utopia-php/logger": "0.3.*",
|
"utopia-php/logger": "0.3.*",
|
||||||
"utopia-php/abuse": "0.7.*",
|
"utopia-php/abuse": "0.7.*",
|
||||||
"utopia-php/analytics": "0.2.*",
|
"utopia-php/analytics": "0.2.*",
|
||||||
|
|
|
||||||
17
composer.lock
generated
17
composer.lock
generated
|
|
@ -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": "46322a96c520e8b5c11040dec5f41620",
|
"content-hash": "3bd843912eaf4c576c1d7ad83a748090",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "adhocore/jwt",
|
"name": "adhocore/jwt",
|
||||||
|
|
@ -2169,23 +2169,22 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "utopia-php/framework",
|
"name": "utopia-php/framework",
|
||||||
"version": "dev-feat-unkeyed-full-body-params",
|
"version": "dev-feat-allow-fresh-match",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/utopia-php/framework.git",
|
"url": "https://github.com/utopia-php/framework.git",
|
||||||
"reference": "f55faa8d4858844291d0b16788cd5b0c540eaef7"
|
"reference": "ca68515d4675b1d09babf7984a608e1d82f63f27"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/utopia-php/framework/zipball/f55faa8d4858844291d0b16788cd5b0c540eaef7",
|
"url": "https://api.github.com/repos/utopia-php/framework/zipball/ca68515d4675b1d09babf7984a608e1d82f63f27",
|
||||||
"reference": "f55faa8d4858844291d0b16788cd5b0c540eaef7",
|
"reference": "ca68515d4675b1d09babf7984a608e1d82f63f27",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.0.0"
|
"php": ">=8.0.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"ext-curl": "*",
|
|
||||||
"phpunit/phpunit": "^9.5.10",
|
"phpunit/phpunit": "^9.5.10",
|
||||||
"vimeo/psalm": "4.13.1"
|
"vimeo/psalm": "4.13.1"
|
||||||
},
|
},
|
||||||
|
|
@ -2213,9 +2212,9 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/utopia-php/framework/issues",
|
"issues": "https://github.com/utopia-php/framework/issues",
|
||||||
"source": "https://github.com/utopia-php/framework/tree/feat-unkeyed-full-body-params"
|
"source": "https://github.com/utopia-php/framework/tree/feat-allow-fresh-match"
|
||||||
},
|
},
|
||||||
"time": "2022-07-18T07:12:16+00:00"
|
"time": "2022-07-18T07:10:10+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "utopia-php/image",
|
"name": "utopia-php/image",
|
||||||
|
|
@ -5416,7 +5415,7 @@
|
||||||
"aliases": [
|
"aliases": [
|
||||||
{
|
{
|
||||||
"package": "utopia-php/framework",
|
"package": "utopia-php/framework",
|
||||||
"version": "dev-feat-unkeyed-full-body-params",
|
"version": "dev-feat-allow-fresh-match",
|
||||||
"alias": "0.19.2",
|
"alias": "0.19.2",
|
||||||
"alias_normalized": "0.19.2.0"
|
"alias_normalized": "0.19.2.0"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -184,7 +184,7 @@ class GraphQLContentTypeTest extends Scope
|
||||||
'content-type' => 'application/json',
|
'content-type' => 'application/json',
|
||||||
'x-appwrite-project' => $projectId,
|
'x-appwrite-project' => $projectId,
|
||||||
], $this->getHeaders()));
|
], $this->getHeaders()));
|
||||||
|
|
||||||
$this->assertEquals('No query supplied.', $response['body']['message']);
|
$this->assertEquals('No query supplied.', $response['body']['message']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue