mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Init new SDK
This commit is contained in:
@@ -124,6 +124,7 @@ Below is a list of currently supported platforms and languages. If you wish to h
|
||||
* ✅ [Deno](https://github.com/appwrite/sdk-for-deno) - **Beta** (Maintained by the Appwrite Team)
|
||||
* ✅ [Ruby](https://github.com/appwrite/sdk-for-ruby) - **Beta** (Maintained by the Appwrite Team)
|
||||
* ✅ [Python](https://github.com/appwrite/sdk-for-python) - **Beta** (Maintained by the Appwrite Team)
|
||||
* ✅ [C#](https://github.com/appwrite/sdk-for-csharp) - **Expiremental** (Maintained by the Appwrite Team)
|
||||
* ✅ [Go](https://github.com/appwrite/sdk-for-go) **Work in progress** (Maintained by the Appwrite Team)
|
||||
* ✅ [Dart](https://github.com/appwrite/sdk-for-dart) **Work in progress** (Maintained by the Appwrite Team)
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* List of Appwrite Cloud Functions supported environments
|
||||
*/
|
||||
return [
|
||||
'node-14' => [
|
||||
'name' => 'Node.js',
|
||||
|
||||
+15
-14
@@ -20,7 +20,6 @@ return [
|
||||
'package' => 'https://www.npmjs.com/package/appwrite',
|
||||
'enabled' => true,
|
||||
'beta' => false,
|
||||
'dev' => false,
|
||||
'family' => APP_PLATFORM_CLIENT,
|
||||
'prism' => 'javascript',
|
||||
'source' => \realpath(__DIR__ . '/../sdks/client-web'),
|
||||
@@ -36,7 +35,6 @@ return [
|
||||
'package' => 'https://pub.dev/packages/appwrite',
|
||||
'enabled' => true,
|
||||
'beta' => true,
|
||||
'dev' => false,
|
||||
'family' => APP_PLATFORM_CLIENT,
|
||||
'prism' => 'dart',
|
||||
'source' => \realpath(__DIR__ . '/../sdks/client-flutter'),
|
||||
@@ -51,7 +49,6 @@ return [
|
||||
'package' => '',
|
||||
'enabled' => false,
|
||||
'beta' => false,
|
||||
'dev' => false,
|
||||
'family' => APP_PLATFORM_CLIENT,
|
||||
'prism' => 'swift',
|
||||
'source' => false,
|
||||
@@ -66,7 +63,6 @@ return [
|
||||
'package' => '',
|
||||
'enabled' => false,
|
||||
'beta' => false,
|
||||
'dev' => false,
|
||||
'family' => APP_PLATFORM_CLIENT,
|
||||
'prism' => '',
|
||||
'source' => false,
|
||||
@@ -81,7 +77,6 @@ return [
|
||||
'package' => '',
|
||||
'enabled' => false,
|
||||
'beta' => false,
|
||||
'dev' => false,
|
||||
'family' => APP_PLATFORM_CLIENT,
|
||||
'prism' => 'kotlin',
|
||||
'source' => false,
|
||||
@@ -120,7 +115,6 @@ return [
|
||||
'package' => '',
|
||||
'enabled' => true,
|
||||
'beta' => false,
|
||||
'dev' => false,
|
||||
'family' => APP_PLATFORM_CONSOLE,
|
||||
'prism' => 'console',
|
||||
'source' => \realpath(__DIR__ . '/../sdks/console-web'),
|
||||
@@ -146,7 +140,6 @@ return [
|
||||
'package' => 'https://www.npmjs.com/package/node-appwrite',
|
||||
'enabled' => true,
|
||||
'beta' => false,
|
||||
'dev' => false,
|
||||
'family' => APP_PLATFORM_SERVER,
|
||||
'prism' => 'javascript',
|
||||
'source' => \realpath(__DIR__ . '/../sdks/server-nodejs'),
|
||||
@@ -162,7 +155,6 @@ return [
|
||||
'package' => 'https://deno.land/x/appwrite',
|
||||
'enabled' => true,
|
||||
'beta' => true,
|
||||
'dev' => false,
|
||||
'family' => APP_PLATFORM_SERVER,
|
||||
'prism' => 'typescript',
|
||||
'source' => \realpath(__DIR__ . '/../sdks/server-deno'),
|
||||
@@ -178,7 +170,6 @@ return [
|
||||
'package' => 'https://packagist.org/packages/appwrite/appwrite',
|
||||
'enabled' => true,
|
||||
'beta' => false,
|
||||
'dev' => false,
|
||||
'family' => APP_PLATFORM_SERVER,
|
||||
'prism' => 'php',
|
||||
'source' => \realpath(__DIR__ . '/../sdks/server-php'),
|
||||
@@ -194,7 +185,6 @@ return [
|
||||
'package' => 'https://pypi.org/project/appwrite/',
|
||||
'enabled' => true,
|
||||
'beta' => true,
|
||||
'dev' => false,
|
||||
'family' => APP_PLATFORM_SERVER,
|
||||
'prism' => 'python',
|
||||
'source' => \realpath(__DIR__ . '/../sdks/server-python'),
|
||||
@@ -210,7 +200,6 @@ return [
|
||||
'package' => 'https://rubygems.org/gems/appwrite',
|
||||
'enabled' => true,
|
||||
'beta' => true,
|
||||
'dev' => false,
|
||||
'family' => APP_PLATFORM_SERVER,
|
||||
'prism' => 'ruby',
|
||||
'source' => \realpath(__DIR__ . '/../sdks/server-ruby'),
|
||||
@@ -226,7 +215,6 @@ return [
|
||||
'package' => '',
|
||||
'enabled' => false,
|
||||
'beta' => true,
|
||||
'dev' => false,
|
||||
'family' => APP_PLATFORM_SERVER,
|
||||
'prism' => 'go',
|
||||
'source' => \realpath(__DIR__ . '/../sdks/server-go'),
|
||||
@@ -242,7 +230,6 @@ return [
|
||||
'package' => '',
|
||||
'enabled' => false,
|
||||
'beta' => true,
|
||||
'dev' => false,
|
||||
'family' => APP_PLATFORM_SERVER,
|
||||
'prism' => 'java',
|
||||
'source' => \realpath(__DIR__ . '/../sdks/server-java'),
|
||||
@@ -250,6 +237,21 @@ return [
|
||||
'gitRepoName' => 'sdk-for-java',
|
||||
'gitUserName' => 'appwrite',
|
||||
],
|
||||
[
|
||||
'key' => 'csharp',
|
||||
'name' => 'CSharp',
|
||||
'version' => '0.0.1',
|
||||
'url' => 'https://github.com/appwrite/sdk-for-csharp',
|
||||
'package' => '',
|
||||
'enabled' => true,
|
||||
'beta' => true,
|
||||
'family' => APP_PLATFORM_SERVER,
|
||||
'prism' => 'csharp',
|
||||
'source' => \realpath(__DIR__ . '/../sdks/server-csharp'),
|
||||
'gitUrl' => 'git@github.com:appwrite/sdk-for-csharp.git',
|
||||
'gitRepoName' => 'sdk-for-csharp',
|
||||
'gitUserName' => 'appwrite',
|
||||
],
|
||||
[
|
||||
'key' => 'dart',
|
||||
'name' => 'Dart',
|
||||
@@ -258,7 +260,6 @@ return [
|
||||
'package' => '',
|
||||
'enabled' => false,
|
||||
'beta' => true,
|
||||
'dev' => false,
|
||||
'family' => APP_PLATFORM_SERVER,
|
||||
'prism' => 'java',
|
||||
'source' => \realpath(__DIR__ . '/../sdks/server-dart'),
|
||||
|
||||
+1
-1
@@ -56,7 +56,7 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"swoole/ide-helper": "4.5.5",
|
||||
"appwrite/sdk-generator": "0.2.3",
|
||||
"appwrite/sdk-generator": "0.3.0",
|
||||
"phpunit/phpunit": "9.4.2",
|
||||
"vimeo/psalm": "4.1.1"
|
||||
},
|
||||
|
||||
Generated
+144
-131
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "aa1bf812ee6a45af12cdfbbfb7229471",
|
||||
"content-hash": "57a43a1cab8459494f031551fe83ffb5",
|
||||
"packages": [
|
||||
{
|
||||
"name": "appwrite/php-clamav",
|
||||
@@ -1158,9 +1158,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/utopia-php/abuse/issues",
|
||||
"source": "https://github.com/utopia-php/abuse/tree/0.2.2"
|
||||
"source": "https://github.com/utopia-php/abuse/tree/0.3.1"
|
||||
},
|
||||
"time": "2020-10-23T06:51:42+00:00"
|
||||
"time": "2020-12-21T17:28:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "utopia-php/audit",
|
||||
@@ -1210,9 +1210,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/utopia-php/audit/issues",
|
||||
"source": "https://github.com/utopia-php/audit/tree/0.3.2"
|
||||
"source": "https://github.com/utopia-php/audit/tree/0.5.1"
|
||||
},
|
||||
"time": "2020-10-23T08:09:44+00:00"
|
||||
"time": "2020-12-21T17:28:53+00:00"
|
||||
},
|
||||
{
|
||||
"name": "utopia-php/cache",
|
||||
@@ -1315,9 +1315,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/utopia-php/cli/issues",
|
||||
"source": "https://github.com/utopia-php/cli/tree/0.7.3"
|
||||
"source": "https://github.com/utopia-php/cli/tree/0.8"
|
||||
},
|
||||
"time": "2020-11-02T07:50:18+00:00"
|
||||
"time": "2020-12-14T06:31:42+00:00"
|
||||
},
|
||||
{
|
||||
"name": "utopia-php/config",
|
||||
@@ -1858,11 +1858,11 @@
|
||||
},
|
||||
{
|
||||
"name": "appwrite/sdk-generator",
|
||||
"version": "0.2.3",
|
||||
"version": "0.3.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/appwrite/sdk-generator",
|
||||
"reference": "6b564fef01fd681023c1d465783931bade04468d"
|
||||
"reference": "f0a6ecf92869012dd546ec503c69177dce0f9d90"
|
||||
},
|
||||
"require": {
|
||||
"ext-curl": "*",
|
||||
@@ -1875,7 +1875,6 @@
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^7.0"
|
||||
},
|
||||
"default-branch": true,
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
@@ -1893,7 +1892,7 @@
|
||||
}
|
||||
],
|
||||
"description": "Appwrite PHP library for generating API SDKs for multiple programming languages and platforms",
|
||||
"time": "2020-12-23T21:58:58+00:00"
|
||||
"time": "2021-01-03T21:23:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "composer/package-versions-deprecated",
|
||||
@@ -1901,12 +1900,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/composer/package-versions-deprecated.git",
|
||||
"reference": "64291c788b9a18272346decf566931e33a317399"
|
||||
"reference": "f921205948ab93bb19f86327c793a81edb62f236"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/64291c788b9a18272346decf566931e33a317399",
|
||||
"reference": "64291c788b9a18272346decf566931e33a317399",
|
||||
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/f921205948ab93bb19f86327c793a81edb62f236",
|
||||
"reference": "f921205948ab93bb19f86327c793a81edb62f236",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1967,7 +1966,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-11-12T09:39:33+00:00"
|
||||
"time": "2020-12-27T20:11:05+00:00"
|
||||
},
|
||||
{
|
||||
"name": "composer/semver",
|
||||
@@ -2324,16 +2323,16 @@
|
||||
},
|
||||
{
|
||||
"name": "matthiasmullie/minify",
|
||||
"version": "1.3.64",
|
||||
"version": "1.3.65",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/matthiasmullie/minify.git",
|
||||
"reference": "38f9d58c739687e269f46c6dff4647de9e2eb855"
|
||||
"reference": "227f19062451c55a797e0cc667ef983834e6580c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/matthiasmullie/minify/zipball/38f9d58c739687e269f46c6dff4647de9e2eb855",
|
||||
"reference": "38f9d58c739687e269f46c6dff4647de9e2eb855",
|
||||
"url": "https://api.github.com/repos/matthiasmullie/minify/zipball/227f19062451c55a797e0cc667ef983834e6580c",
|
||||
"reference": "227f19062451c55a797e0cc667ef983834e6580c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -2382,9 +2381,23 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/matthiasmullie/minify/issues",
|
||||
"source": "https://github.com/matthiasmullie/minify/tree/1.3.64"
|
||||
"source": "https://github.com/matthiasmullie/minify/tree/1.3.65"
|
||||
},
|
||||
"time": "2020-12-23T13:37:53+00:00"
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://github.com/[user1",
|
||||
"type": "github"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/matthiasmullie] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g.",
|
||||
"type": "github"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/user2",
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2020-12-27T21:43:29+00:00"
|
||||
},
|
||||
{
|
||||
"name": "matthiasmullie/path-converter",
|
||||
@@ -3004,12 +3017,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
||||
"reference": "ad44fae76b874e7d49afb6923a66591e0a94bef6"
|
||||
"reference": "cbe315f4d3b653ac0310862697866ffddabc502f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ad44fae76b874e7d49afb6923a66591e0a94bef6",
|
||||
"reference": "ad44fae76b874e7d49afb6923a66591e0a94bef6",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/cbe315f4d3b653ac0310862697866ffddabc502f",
|
||||
"reference": "cbe315f4d3b653ac0310862697866ffddabc502f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3065,7 +3078,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
||||
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/master"
|
||||
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -3073,7 +3086,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2020-12-24T12:26:22+00:00"
|
||||
"time": "2021-01-02T06:24:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-file-iterator",
|
||||
@@ -3081,12 +3094,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
||||
"reference": "544be757d192233486ad9119dcb297ebbf5f2dd4"
|
||||
"reference": "cdb8225b328ef5e9647049954299211804000ce0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/544be757d192233486ad9119dcb297ebbf5f2dd4",
|
||||
"reference": "544be757d192233486ad9119dcb297ebbf5f2dd4",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cdb8225b328ef5e9647049954299211804000ce0",
|
||||
"reference": "cdb8225b328ef5e9647049954299211804000ce0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3134,7 +3147,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2020-12-24T12:27:43+00:00"
|
||||
"time": "2021-01-02T06:22:20+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-invoker",
|
||||
@@ -3142,12 +3155,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/php-invoker.git",
|
||||
"reference": "05210af8d0ab68c811ae61a4bc42b066d62b88a0"
|
||||
"reference": "6fdda2828180f7d86cf66d822e6ad4bc124baf5d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/05210af8d0ab68c811ae61a4bc42b066d62b88a0",
|
||||
"reference": "05210af8d0ab68c811ae61a4bc42b066d62b88a0",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/6fdda2828180f7d86cf66d822e6ad4bc124baf5d",
|
||||
"reference": "6fdda2828180f7d86cf66d822e6ad4bc124baf5d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3198,7 +3211,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2020-12-24T12:27:51+00:00"
|
||||
"time": "2021-01-02T06:22:25+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-text-template",
|
||||
@@ -3206,12 +3219,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
||||
"reference": "c1abda6e0590f8e7138eb48ade2f0b21a5c4257b"
|
||||
"reference": "081fc9efc54b1b858b3497c142d82a0c36bc6755"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/c1abda6e0590f8e7138eb48ade2f0b21a5c4257b",
|
||||
"reference": "c1abda6e0590f8e7138eb48ade2f0b21a5c4257b",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/081fc9efc54b1b858b3497c142d82a0c36bc6755",
|
||||
"reference": "081fc9efc54b1b858b3497c142d82a0c36bc6755",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3258,7 +3271,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2020-12-24T12:28:23+00:00"
|
||||
"time": "2021-01-02T06:22:47+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-timer",
|
||||
@@ -3266,12 +3279,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
||||
"reference": "59e401088c91efeb76150f0a301aa79e3ac95fd1"
|
||||
"reference": "2194371fec37b03cfda3f8ab08aee33787350228"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/59e401088c91efeb76150f0a301aa79e3ac95fd1",
|
||||
"reference": "59e401088c91efeb76150f0a301aa79e3ac95fd1",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2194371fec37b03cfda3f8ab08aee33787350228",
|
||||
"reference": "2194371fec37b03cfda3f8ab08aee33787350228",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3318,7 +3331,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2020-12-24T12:27:59+00:00"
|
||||
"time": "2021-01-02T06:22:31+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/phpunit",
|
||||
@@ -3483,12 +3496,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/cli-parser.git",
|
||||
"reference": "7605547e80bf845bc2c1b2cc3f8ac0f5574caa63"
|
||||
"reference": "1012bd8df812778b8386c5e76cacd85b45cf329e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/7605547e80bf845bc2c1b2cc3f8ac0f5574caa63",
|
||||
"reference": "7605547e80bf845bc2c1b2cc3f8ac0f5574caa63",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/1012bd8df812778b8386c5e76cacd85b45cf329e",
|
||||
"reference": "1012bd8df812778b8386c5e76cacd85b45cf329e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3532,7 +3545,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2020-12-24T12:28:52+00:00"
|
||||
"time": "2021-01-02T06:23:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/code-unit",
|
||||
@@ -3596,12 +3609,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
|
||||
"reference": "f861b90785c30dc0743554f0e615d8f950dc8e9d"
|
||||
"reference": "f0a408b6519db241e624a62576dc5871d4ac8c14"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/f861b90785c30dc0743554f0e615d8f950dc8e9d",
|
||||
"reference": "f861b90785c30dc0743554f0e615d8f950dc8e9d",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/f0a408b6519db241e624a62576dc5871d4ac8c14",
|
||||
"reference": "f0a408b6519db241e624a62576dc5871d4ac8c14",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3644,7 +3657,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2020-12-24T12:26:38+00:00"
|
||||
"time": "2021-01-02T06:21:36+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/comparator",
|
||||
@@ -3652,12 +3665,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/comparator.git",
|
||||
"reference": "1cfe9edf7ec9e4c18e54bb259110a053d09a899f"
|
||||
"reference": "fe4c68c639d9e580ec31bfc88b32641dc80a08d0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1cfe9edf7ec9e4c18e54bb259110a053d09a899f",
|
||||
"reference": "1cfe9edf7ec9e4c18e54bb259110a053d09a899f",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fe4c68c639d9e580ec31bfc88b32641dc80a08d0",
|
||||
"reference": "fe4c68c639d9e580ec31bfc88b32641dc80a08d0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3719,7 +3732,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2020-12-24T12:38:43+00:00"
|
||||
"time": "2021-01-02T06:21:42+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/complexity",
|
||||
@@ -3727,12 +3740,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/complexity.git",
|
||||
"reference": "23030bf3d3722767fdc5f8f2d2d99b03f4e58122"
|
||||
"reference": "c182133e92fc7a8b0a923b5d20f3a9fdfa534818"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/23030bf3d3722767fdc5f8f2d2d99b03f4e58122",
|
||||
"reference": "23030bf3d3722767fdc5f8f2d2d99b03f4e58122",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/c182133e92fc7a8b0a923b5d20f3a9fdfa534818",
|
||||
"reference": "c182133e92fc7a8b0a923b5d20f3a9fdfa534818",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3777,7 +3790,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2020-12-24T12:28:32+00:00"
|
||||
"time": "2021-01-02T06:22:53+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/diff",
|
||||
@@ -3785,12 +3798,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/diff.git",
|
||||
"reference": "02178c586d5fbd59d348798d7122237a2907f8a4"
|
||||
"reference": "33f7bf3c1741b2a10e16d5c41c369c402b933e4c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/02178c586d5fbd59d348798d7122237a2907f8a4",
|
||||
"reference": "02178c586d5fbd59d348798d7122237a2907f8a4",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/33f7bf3c1741b2a10e16d5c41c369c402b933e4c",
|
||||
"reference": "33f7bf3c1741b2a10e16d5c41c369c402b933e4c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3844,7 +3857,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2020-12-24T12:26:54+00:00"
|
||||
"time": "2021-01-02T06:21:47+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/environment",
|
||||
@@ -3852,12 +3865,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/environment.git",
|
||||
"reference": "7bb5a20ec06e366cb75b0e126169649c62b397b1"
|
||||
"reference": "b885263b3601b7570ef386a468d6a827c95c8994"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/7bb5a20ec06e366cb75b0e126169649c62b397b1",
|
||||
"reference": "7bb5a20ec06e366cb75b0e126169649c62b397b1",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/b885263b3601b7570ef386a468d6a827c95c8994",
|
||||
"reference": "b885263b3601b7570ef386a468d6a827c95c8994",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3908,7 +3921,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2020-12-24T12:27:03+00:00"
|
||||
"time": "2021-01-02T06:21:52+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/exporter",
|
||||
@@ -3916,12 +3929,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/exporter.git",
|
||||
"reference": "91975a2dbcf4a89184d9e4143c06b88d89644b58"
|
||||
"reference": "f670c4f17dffab83b44048f6fe6747a7c6097179"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/91975a2dbcf4a89184d9e4143c06b88d89644b58",
|
||||
"reference": "91975a2dbcf4a89184d9e4143c06b88d89644b58",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/f670c4f17dffab83b44048f6fe6747a7c6097179",
|
||||
"reference": "f670c4f17dffab83b44048f6fe6747a7c6097179",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3986,7 +3999,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2020-12-24T12:27:11+00:00"
|
||||
"time": "2021-01-02T06:21:58+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/global-state",
|
||||
@@ -3994,12 +4007,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/global-state.git",
|
||||
"reference": "0471b24bddeb05ffd0a5edc6837796f339068c25"
|
||||
"reference": "a74d82a0654a7f685f80016cc3570d7a387f9da0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0471b24bddeb05ffd0a5edc6837796f339068c25",
|
||||
"reference": "0471b24bddeb05ffd0a5edc6837796f339068c25",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/a74d82a0654a7f685f80016cc3570d7a387f9da0",
|
||||
"reference": "a74d82a0654a7f685f80016cc3570d7a387f9da0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -4051,7 +4064,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2020-12-24T12:27:19+00:00"
|
||||
"time": "2021-01-02T06:22:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/lines-of-code",
|
||||
@@ -4059,12 +4072,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
|
||||
"reference": "219c932af1aeee0b4eccbc53af2181ff50e14b24"
|
||||
"reference": "db62e01f14ea9485d5a52dfb5706061fd0f50425"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/219c932af1aeee0b4eccbc53af2181ff50e14b24",
|
||||
"reference": "219c932af1aeee0b4eccbc53af2181ff50e14b24",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/db62e01f14ea9485d5a52dfb5706061fd0f50425",
|
||||
"reference": "db62e01f14ea9485d5a52dfb5706061fd0f50425",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -4109,7 +4122,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2020-12-24T12:28:42+00:00"
|
||||
"time": "2021-01-02T06:22:58+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/object-enumerator",
|
||||
@@ -4117,12 +4130,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
|
||||
"reference": "da36684b10f17db8718e314fa8d84b2e0ed7132e"
|
||||
"reference": "fccb61351e8a3a10ffacfad9544bb2905905b69c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/da36684b10f17db8718e314fa8d84b2e0ed7132e",
|
||||
"reference": "da36684b10f17db8718e314fa8d84b2e0ed7132e",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/fccb61351e8a3a10ffacfad9544bb2905905b69c",
|
||||
"reference": "fccb61351e8a3a10ffacfad9544bb2905905b69c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -4167,7 +4180,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2020-12-24T12:27:27+00:00"
|
||||
"time": "2021-01-02T06:22:09+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/object-reflector",
|
||||
@@ -4175,12 +4188,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/object-reflector.git",
|
||||
"reference": "6717d193da503616e69462cf98e2af3f4443335d"
|
||||
"reference": "c0ad4ce74e040797d5f8abfc23ab79fd79b064c3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6717d193da503616e69462cf98e2af3f4443335d",
|
||||
"reference": "6717d193da503616e69462cf98e2af3f4443335d",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/c0ad4ce74e040797d5f8abfc23ab79fd79b064c3",
|
||||
"reference": "c0ad4ce74e040797d5f8abfc23ab79fd79b064c3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -4223,7 +4236,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2020-12-24T12:27:35+00:00"
|
||||
"time": "2021-01-02T06:22:14+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/recursion-context",
|
||||
@@ -4231,12 +4244,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
||||
"reference": "cee249a3e471aa870067fa6155991230c7507924"
|
||||
"reference": "c5616ce32278e62c77066f72b1fe413a8c958cee"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cee249a3e471aa870067fa6155991230c7507924",
|
||||
"reference": "cee249a3e471aa870067fa6155991230c7507924",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/c5616ce32278e62c77066f72b1fe413a8c958cee",
|
||||
"reference": "c5616ce32278e62c77066f72b1fe413a8c958cee",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -4287,7 +4300,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2020-12-24T12:28:07+00:00"
|
||||
"time": "2021-01-02T06:22:36+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/resource-operations",
|
||||
@@ -4351,12 +4364,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/type.git",
|
||||
"reference": "67bfce3beb94968d175fdf117b80fc9a6b60bdd0"
|
||||
"reference": "655e3b59cc2e508306dba9c3df08b774055548e7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/67bfce3beb94968d175fdf117b80fc9a6b60bdd0",
|
||||
"reference": "67bfce3beb94968d175fdf117b80fc9a6b60bdd0",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/655e3b59cc2e508306dba9c3df08b774055548e7",
|
||||
"reference": "655e3b59cc2e508306dba9c3df08b774055548e7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -4400,7 +4413,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2020-12-24T12:28:15+00:00"
|
||||
"time": "2021-01-02T06:22:42+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/version",
|
||||
@@ -4500,12 +4513,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/console.git",
|
||||
"reference": "15c96194f32e1b1aa30d1b302c71c5f83fd4dea9"
|
||||
"reference": "5a8ebe413fbd4091d5b3c5b70e298141681c59c7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/15c96194f32e1b1aa30d1b302c71c5f83fd4dea9",
|
||||
"reference": "15c96194f32e1b1aa30d1b302c71c5f83fd4dea9",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/5a8ebe413fbd4091d5b3c5b70e298141681c59c7",
|
||||
"reference": "5a8ebe413fbd4091d5b3c5b70e298141681c59c7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -4590,7 +4603,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-12-18T08:03:24+00:00"
|
||||
"time": "2021-01-01T09:27:20+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-ctype",
|
||||
@@ -4598,12 +4611,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/polyfill-ctype.git",
|
||||
"reference": "fade6deebd931cfd7a544f68479405a6a08979a3"
|
||||
"reference": "7130f348df2f842044038aaae9d6653dc9d67649"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/fade6deebd931cfd7a544f68479405a6a08979a3",
|
||||
"reference": "fade6deebd931cfd7a544f68479405a6a08979a3",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7130f348df2f842044038aaae9d6653dc9d67649",
|
||||
"reference": "7130f348df2f842044038aaae9d6653dc9d67649",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -4670,7 +4683,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-10-26T13:35:45+00:00"
|
||||
"time": "2020-12-27T09:28:48+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-intl-grapheme",
|
||||
@@ -4678,12 +4691,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
||||
"reference": "be092746c3ab9f9c62608c82e0f04687f8a879f9"
|
||||
"reference": "e314d4992832c3a0a68ca731fadd959917320fda"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/be092746c3ab9f9c62608c82e0f04687f8a879f9",
|
||||
"reference": "be092746c3ab9f9c62608c82e0f04687f8a879f9",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/e314d4992832c3a0a68ca731fadd959917320fda",
|
||||
"reference": "e314d4992832c3a0a68ca731fadd959917320fda",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -4752,7 +4765,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-11-13T15:40:22+00:00"
|
||||
"time": "2020-12-27T09:28:48+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-intl-normalizer",
|
||||
@@ -4760,12 +4773,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
||||
"reference": "69609f9f06790591b4b13a45ee117e7bab6395aa"
|
||||
"reference": "3a79a2226897adae0cab81688fbc5144e2fc53f6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/69609f9f06790591b4b13a45ee117e7bab6395aa",
|
||||
"reference": "69609f9f06790591b4b13a45ee117e7bab6395aa",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3a79a2226897adae0cab81688fbc5144e2fc53f6",
|
||||
"reference": "3a79a2226897adae0cab81688fbc5144e2fc53f6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -4837,7 +4850,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-10-26T13:35:45+00:00"
|
||||
"time": "2020-12-27T22:11:44+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-mbstring",
|
||||
@@ -4845,12 +4858,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
||||
"reference": "401c9d9d3400c53a8f1a39425f0543406c137a43"
|
||||
"reference": "de14691dc88bbbc5535de7f0e32080977dc1d23f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/401c9d9d3400c53a8f1a39425f0543406c137a43",
|
||||
"reference": "401c9d9d3400c53a8f1a39425f0543406c137a43",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/de14691dc88bbbc5535de7f0e32080977dc1d23f",
|
||||
"reference": "de14691dc88bbbc5535de7f0e32080977dc1d23f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -4918,7 +4931,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-10-26T13:35:45+00:00"
|
||||
"time": "2020-12-27T09:28:48+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-php73",
|
||||
@@ -5006,12 +5019,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/polyfill-php80.git",
|
||||
"reference": "3a11f3dfb34ad50f978cb2b8cf936933b87739aa"
|
||||
"reference": "54cc82c30ba7ed02bc64f5d010488c159b5f1706"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/3a11f3dfb34ad50f978cb2b8cf936933b87739aa",
|
||||
"reference": "3a11f3dfb34ad50f978cb2b8cf936933b87739aa",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/54cc82c30ba7ed02bc64f5d010488c159b5f1706",
|
||||
"reference": "54cc82c30ba7ed02bc64f5d010488c159b5f1706",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -5082,7 +5095,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-10-26T13:35:45+00:00"
|
||||
"time": "2020-12-27T09:28:48+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/service-contracts",
|
||||
@@ -5090,12 +5103,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/service-contracts.git",
|
||||
"reference": "5c448a39281b671be2cc8d208e6df75ac2d4b366"
|
||||
"reference": "e0d43e6e2f909287d2e4e867ca5c131a661f08ef"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/5c448a39281b671be2cc8d208e6df75ac2d4b366",
|
||||
"reference": "5c448a39281b671be2cc8d208e6df75ac2d4b366",
|
||||
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/e0d43e6e2f909287d2e4e867ca5c131a661f08ef",
|
||||
"reference": "e0d43e6e2f909287d2e4e867ca5c131a661f08ef",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -5163,7 +5176,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-12-23T15:38:30+00:00"
|
||||
"time": "2021-01-01T09:26:45+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/string",
|
||||
@@ -5171,12 +5184,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/string.git",
|
||||
"reference": "5bd67751d2e3f7d6f770c9154b8fbcb2aa05f7ed"
|
||||
"reference": "99f25957efe05db14a1aa6cff643eca0f83a952c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/string/zipball/5bd67751d2e3f7d6f770c9154b8fbcb2aa05f7ed",
|
||||
"reference": "5bd67751d2e3f7d6f770c9154b8fbcb2aa05f7ed",
|
||||
"url": "https://api.github.com/repos/symfony/string/zipball/99f25957efe05db14a1aa6cff643eca0f83a952c",
|
||||
"reference": "99f25957efe05db14a1aa6cff643eca0f83a952c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -5231,7 +5244,7 @@
|
||||
"utf8"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/string/tree/v5.2.1"
|
||||
"source": "https://github.com/symfony/string/tree/5.x"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -5247,7 +5260,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-12-05T07:33:16+00:00"
|
||||
"time": "2021-01-01T09:26:45+00:00"
|
||||
},
|
||||
{
|
||||
"name": "theseer/tokenizer",
|
||||
@@ -5305,12 +5318,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/twigphp/Twig.git",
|
||||
"reference": "c5379903e5640e5f29024e71aa0817f7bd56102b"
|
||||
"reference": "846ebbd7c8e780913fa5731d9c6139522111b56f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/twigphp/Twig/zipball/c5379903e5640e5f29024e71aa0817f7bd56102b",
|
||||
"reference": "c5379903e5640e5f29024e71aa0817f7bd56102b",
|
||||
"url": "https://api.github.com/repos/twigphp/Twig/zipball/846ebbd7c8e780913fa5731d9c6139522111b56f",
|
||||
"reference": "846ebbd7c8e780913fa5731d9c6139522111b56f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -5376,7 +5389,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-11-27T13:05:37+00:00"
|
||||
"time": "2021-01-01T14:57:43+00:00"
|
||||
},
|
||||
{
|
||||
"name": "vimeo/psalm",
|
||||
|
||||
Reference in New Issue
Block a user