Browse Source

vendor update

Cherry 2 years ago
parent
commit
1014563b51
22 changed files with 78 additions and 1649 deletions
  1. 15 2
      vendor/autoload.php
  2. 1 1
      vendor/composer/autoload_psr4.php
  3. 2 2
      vendor/composer/autoload_static.php
  4. 37 97
      vendor/composer/installed.json
  5. 3 1
      vendor/overtrue/wechat/src/Kernel/Providers/LogServiceProvider.php
  6. 4 0
      vendor/overtrue/wechat/src/Kernel/ServiceContainer.php
  7. 0 6
      vendor/symfony/psr-http-message-bridge/.gitignore
  8. 0 24
      vendor/symfony/psr-http-message-bridge/.php_cs.dist
  9. 5 0
      vendor/symfony/psr-http-message-bridge/CHANGELOG.md
  10. 10 2
      vendor/symfony/psr-http-message-bridge/Factory/PsrHttpFactory.php
  11. 1 1
      vendor/symfony/psr-http-message-bridge/Factory/UploadedFile.php
  12. 0 234
      vendor/symfony/psr-http-message-bridge/Tests/Factory/AbstractHttpMessageFactoryTest.php
  13. 0 272
      vendor/symfony/psr-http-message-bridge/Tests/Factory/HttpFoundationFactoryTest.php
  14. 0 30
      vendor/symfony/psr-http-message-bridge/Tests/Factory/PsrHttpFactoryTest.php
  15. 0 118
      vendor/symfony/psr-http-message-bridge/Tests/Fixtures/Message.php
  16. 0 48
      vendor/symfony/psr-http-message-bridge/Tests/Fixtures/Response.php
  17. 0 202
      vendor/symfony/psr-http-message-bridge/Tests/Fixtures/ServerRequest.php
  18. 0 108
      vendor/symfony/psr-http-message-bridge/Tests/Fixtures/Stream.php
  19. 0 65
      vendor/symfony/psr-http-message-bridge/Tests/Fixtures/UploadedFile.php
  20. 0 170
      vendor/symfony/psr-http-message-bridge/Tests/Fixtures/Uri.php
  21. 0 237
      vendor/symfony/psr-http-message-bridge/Tests/Functional/CovertTest.php
  22. 0 29
      vendor/symfony/psr-http-message-bridge/phpunit.xml.dist

+ 15 - 2
vendor/autoload.php

@@ -3,8 +3,21 @@
 // autoload.php @generated by Composer
 
 if (PHP_VERSION_ID < 50600) {
-    echo 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
-    exit(1);
+    if (!headers_sent()) {
+        header('HTTP/1.1 500 Internal Server Error');
+    }
+    $err = 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
+    if (!ini_get('display_errors')) {
+        if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
+            fwrite(STDERR, $err);
+        } elseif (!headers_sent()) {
+            echo $err;
+        }
+    }
+    trigger_error(
+        $err,
+        E_USER_ERROR
+    );
 }
 
 require_once __DIR__ . '/composer/autoload_real.php';

+ 1 - 1
vendor/composer/autoload_psr4.php

@@ -29,7 +29,7 @@ return array(
     'Stringy\\' => array($vendorDir . '/danielstjules/stringy/src'),
     'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
     'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
-    'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
+    'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src', $vendorDir . '/psr/http-factory/src'),
     'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'),
     'Psr\\EventDispatcher\\' => array($vendorDir . '/psr/event-dispatcher/src'),
     'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),

+ 2 - 2
vendor/composer/autoload_static.php

@@ -265,8 +265,8 @@ class ComposerStaticInit73f9e72fede2c36621e52f7b610bbb65
         ),
         'Psr\\Http\\Message\\' => 
         array (
-            0 => __DIR__ . '/..' . '/psr/http-factory/src',
-            1 => __DIR__ . '/..' . '/psr/http-message/src',
+            0 => __DIR__ . '/..' . '/psr/http-message/src',
+            1 => __DIR__ . '/..' . '/psr/http-factory/src',
         ),
         'Psr\\Http\\Client\\' => 
         array (

+ 37 - 97
vendor/composer/installed.json

@@ -2,24 +2,18 @@
     "packages": [
         {
             "name": "adbario/php-dot-notation",
-            "version": "2.4.1",
-            "version_normalized": "2.4.1.0",
+            "version": "2.5.0",
+            "version_normalized": "2.5.0.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/adbario/php-dot-notation.git",
-                "reference": "3bfe67895d26697d20485343499532234eeb7c08"
+                "reference": "081e2cca50c84bfeeea2e3ef9b2c8d206d80ccae"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/adbario/php-dot-notation/zipball/3bfe67895d26697d20485343499532234eeb7c08",
-                "reference": "3bfe67895d26697d20485343499532234eeb7c08",
-                "shasum": "",
-                "mirrors": [
-                    {
-                        "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
-                        "preferred": true
-                    }
-                ]
+                "url": "https://api.github.com/repos/adbario/php-dot-notation/zipball/081e2cca50c84bfeeea2e3ef9b2c8d206d80ccae",
+                "reference": "081e2cca50c84bfeeea2e3ef9b2c8d206d80ccae",
+                "shasum": ""
             },
             "require": {
                 "ext-json": "*",
@@ -29,7 +23,7 @@
                 "phpunit/phpunit": "^4.8|^5.7|^6.6|^7.5|^8.5|^9.5",
                 "squizlabs/php_codesniffer": "^3.6"
             },
-            "time": "2022-08-25T19:47:20+00:00",
+            "time": "2022-10-14T20:31:46+00:00",
             "type": "library",
             "installation-source": "dist",
             "autoload": {
@@ -58,7 +52,7 @@
             ],
             "support": {
                 "issues": "https://github.com/adbario/php-dot-notation/issues",
-                "source": "https://github.com/adbario/php-dot-notation/tree/2.4.1"
+                "source": "https://github.com/adbario/php-dot-notation/tree/2.5.0"
             },
             "install-path": "../adbario/php-dot-notation"
         },
@@ -75,13 +69,7 @@
                 "type": "zip",
                 "url": "https://api.github.com/repos/aliyun/openapi-sdk-php-client/zipball/19224d92fe27ab8ef501d77d4891e7660bc023c1",
                 "reference": "19224d92fe27ab8ef501d77d4891e7660bc023c1",
-                "shasum": "",
-                "mirrors": [
-                    {
-                        "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
-                        "preferred": true
-                    }
-                ]
+                "shasum": ""
             },
             "require": {
                 "adbario/php-dot-notation": "^2.2",
@@ -158,24 +146,18 @@
         },
         {
             "name": "alibabacloud/sdk",
-            "version": "1.8.1547",
-            "version_normalized": "1.8.1547.0",
+            "version": "1.8.1571",
+            "version_normalized": "1.8.1571.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/aliyun/openapi-sdk-php.git",
-                "reference": "bffa3b18614e349bb13492067d74335898c8ad4c"
+                "reference": "8376ad09d34c19d71c53f04e28d7fe8a24741073"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/aliyun/openapi-sdk-php/zipball/bffa3b18614e349bb13492067d74335898c8ad4c",
-                "reference": "bffa3b18614e349bb13492067d74335898c8ad4c",
-                "shasum": "",
-                "mirrors": [
-                    {
-                        "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
-                        "preferred": true
-                    }
-                ]
+                "url": "https://api.github.com/repos/aliyun/openapi-sdk-php/zipball/8376ad09d34c19d71c53f04e28d7fe8a24741073",
+                "reference": "8376ad09d34c19d71c53f04e28d7fe8a24741073",
+                "shasum": ""
             },
             "require": {
                 "alibabacloud/client": "^1.5",
@@ -368,7 +350,7 @@
             "suggest": {
                 "ext-sockets": "To use client-side monitoring"
             },
-            "time": "2022-11-10T08:59:01+00:00",
+            "time": "2022-11-25T07:50:40+00:00",
             "type": "library",
             "installation-source": "dist",
             "autoload": {
@@ -416,13 +398,7 @@
                 "type": "zip",
                 "url": "https://api.github.com/repos/clagiordano/weblibs-configmanager/zipball/8802c7396d61a923c9a73e37ead062b24bb1b273",
                 "reference": "8802c7396d61a923c9a73e37ead062b24bb1b273",
-                "shasum": "",
-                "mirrors": [
-                    {
-                        "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
-                        "preferred": true
-                    }
-                ]
+                "shasum": ""
             },
             "require": {
                 "ext-json": "*",
@@ -480,13 +456,7 @@
                 "type": "zip",
                 "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e",
                 "reference": "df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e",
-                "shasum": "",
-                "mirrors": [
-                    {
-                        "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
-                        "preferred": true
-                    }
-                ]
+                "shasum": ""
             },
             "require": {
                 "php": ">=5.4.0",
@@ -1306,13 +1276,7 @@
                 "type": "zip",
                 "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
                 "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
-                "shasum": "",
-                "mirrors": [
-                    {
-                        "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
-                        "preferred": true
-                    }
-                ]
+                "shasum": ""
             },
             "require": {
                 "php": "^5.4 || ^7.0 || ^8.0",
@@ -1554,24 +1518,18 @@
         },
         {
             "name": "overtrue/wechat",
-            "version": "4.6.0",
-            "version_normalized": "4.6.0.0",
+            "version": "4.7.0",
+            "version_normalized": "4.7.0.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/w7corp/easywechat.git",
-                "reference": "52af4cbe777cd4aea307beafa0a4518c347467b1"
+                "reference": "4accb0627803ffb6e45d2988898a0293d2a48e68"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/w7corp/easywechat/zipball/52af4cbe777cd4aea307beafa0a4518c347467b1",
-                "reference": "52af4cbe777cd4aea307beafa0a4518c347467b1",
-                "shasum": "",
-                "mirrors": [
-                    {
-                        "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
-                        "preferred": true
-                    }
-                ]
+                "url": "https://api.github.com/repos/w7corp/easywechat/zipball/4accb0627803ffb6e45d2988898a0293d2a48e68",
+                "reference": "4accb0627803ffb6e45d2988898a0293d2a48e68",
+                "shasum": ""
             },
             "require": {
                 "easywechat-composer/easywechat-composer": "^1.1",
@@ -1596,7 +1554,7 @@
                 "phpstan/phpstan": "^0.12.0",
                 "phpunit/phpunit": "^7.5"
             },
-            "time": "2022-08-24T07:30:42+00:00",
+            "time": "2022-10-21T07:00:02+00:00",
             "type": "library",
             "installation-source": "dist",
             "autoload": {
@@ -1628,7 +1586,7 @@
             ],
             "support": {
                 "issues": "https://github.com/w7corp/easywechat/issues",
-                "source": "https://github.com/w7corp/easywechat/tree/4.6.0"
+                "source": "https://github.com/w7corp/easywechat/tree/4.7.0"
             },
             "funding": [
                 {
@@ -2556,13 +2514,7 @@
                 "type": "zip",
                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
                 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
-                "shasum": "",
-                "mirrors": [
-                    {
-                        "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
-                        "preferred": true
-                    }
-                ]
+                "shasum": ""
             },
             "require": {
                 "php": ">=7.1"
@@ -2965,13 +2917,7 @@
                 "type": "zip",
                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
                 "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
-                "shasum": "",
-                "mirrors": [
-                    {
-                        "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
-                        "preferred": true
-                    }
-                ]
+                "shasum": ""
             },
             "require": {
                 "php": ">=7.1"
@@ -3317,17 +3263,17 @@
         },
         {
             "name": "symfony/psr-http-message-bridge",
-            "version": "v2.1.2",
-            "version_normalized": "2.1.2.0",
+            "version": "v2.1.3",
+            "version_normalized": "2.1.3.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/symfony/psr-http-message-bridge.git",
-                "reference": "22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34"
+                "reference": "d444f85dddf65c7e57c58d8e5b3a4dbb593b1840"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34",
-                "reference": "22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34",
+                "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/d444f85dddf65c7e57c58d8e5b3a4dbb593b1840",
+                "reference": "d444f85dddf65c7e57c58d8e5b3a4dbb593b1840",
                 "shasum": ""
             },
             "require": {
@@ -3348,7 +3294,7 @@
             "suggest": {
                 "nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
             },
-            "time": "2021-11-05T13:13:39+00:00",
+            "time": "2022-09-05T10:34:54+00:00",
             "type": "symfony-bridge",
             "extra": {
                 "branch-alias": {
@@ -3388,7 +3334,7 @@
             ],
             "support": {
                 "issues": "https://github.com/symfony/psr-http-message-bridge/issues",
-                "source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.1.2"
+                "source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.1.3"
             },
             "funding": [
                 {
@@ -3565,13 +3511,7 @@
                 "type": "zip",
                 "url": "https://api.github.com/repos/symfony/yaml/zipball/02c1859112aa779d9ab394ae4f3381911d84052b",
                 "reference": "02c1859112aa779d9ab394ae4f3381911d84052b",
-                "shasum": "",
-                "mirrors": [
-                    {
-                        "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
-                        "preferred": true
-                    }
-                ]
+                "shasum": ""
             },
             "require": {
                 "php": ">=5.3.9",

+ 3 - 1
vendor/overtrue/wechat/src/Kernel/Providers/LogServiceProvider.php

@@ -48,7 +48,9 @@ class LogServiceProvider implements ServiceProviderInterface
     public function formatLogConfig($app)
     {
         if (!empty($app['config']->get('log.channels'))) {
-            return $app['config']->get('log');
+            return [
+                'log' => $app['config']->get('log'),
+            ];
         }
 
         if (empty($app['config']->get('log'))) {

+ 4 - 0
vendor/overtrue/wechat/src/Kernel/ServiceContainer.php

@@ -157,4 +157,8 @@ class ServiceContainer extends Container
             parent::register(new $provider());
         }
     }
+
+    public function getClient () {
+        return new BaseClient($this);
+    }
 }

+ 0 - 6
vendor/symfony/psr-http-message-bridge/.gitignore

@@ -1,6 +0,0 @@
-vendor/
-composer.lock
-phpunit.xml
-.php_cs.cache
-.phpunit.result.cache
-/Tests/Fixtures/App/var

+ 0 - 24
vendor/symfony/psr-http-message-bridge/.php_cs.dist

@@ -1,24 +0,0 @@
-<?php
-
-return PhpCsFixer\Config::create()
-    ->setRules([
-        '@Symfony' => true,
-        '@Symfony:risky' => true,
-        '@PHPUnit48Migration:risky' => true,
-        'php_unit_no_expectation_annotation' => false, // part of `PHPUnitXYMigration:risky` ruleset, to be enabled when PHPUnit 4.x support will be dropped, as we don't want to rewrite exceptions handling twice
-        'array_syntax' => ['syntax' => 'short'],
-        'fopen_flags' => false,
-        'ordered_imports' => true,
-        'protected_to_private' => false,
-        // Part of @Symfony:risky in PHP-CS-Fixer 2.13.0. To be removed from the config file once upgrading
-        'native_function_invocation' => ['include' => ['@compiler_optimized'], 'scope' => 'namespaced'],
-        // Part of future @Symfony ruleset in PHP-CS-Fixer To be removed from the config file once upgrading
-        'phpdoc_types_order' => ['null_adjustment' => 'always_last', 'sort_algorithm' => 'none'],
-    ])
-    ->setRiskyAllowed(true)
-    ->setFinder(
-        PhpCsFixer\Finder::create()
-            ->in(__DIR__)
-            ->name('*.php')
-    )
-;

+ 5 - 0
vendor/symfony/psr-http-message-bridge/CHANGELOG.md

@@ -1,6 +1,11 @@
 CHANGELOG
 =========
 
+# 2.1.3 (2022-09-05)
+
+* Ignore invalid HTTP headers when creating PSR7 objects
+* Fix for wrong type passed to `moveTo()`
+
 # 2.1.2 (2021-11-05)
 
 * Allow Symfony 6

+ 10 - 2
vendor/symfony/psr-http-message-bridge/Factory/PsrHttpFactory.php

@@ -58,7 +58,11 @@ class PsrHttpFactory implements HttpMessageFactoryInterface
         );
 
         foreach ($symfonyRequest->headers->all() as $name => $value) {
-            $request = $request->withHeader($name, $value);
+            try {
+                $request = $request->withHeader($name, $value);
+            } catch (\InvalidArgumentException $e) {
+                // ignore invalid header
+            }
         }
 
         $body = $this->streamFactory->createStreamFromResource($symfonyRequest->getContent(true));
@@ -160,7 +164,11 @@ class PsrHttpFactory implements HttpMessageFactoryInterface
         }
 
         foreach ($headers as $name => $value) {
-            $response = $response->withHeader($name, $value);
+            try {
+                $response = $response->withHeader($name, $value);
+            } catch (\InvalidArgumentException $e) {
+                // ignore invalid header
+            }
         }
 
         $protocolVersion = $symfonyResponse->getProtocolVersion();

+ 1 - 1
vendor/symfony/psr-http-message-bridge/Factory/UploadedFile.php

@@ -61,7 +61,7 @@ class UploadedFile extends BaseUploadedFile
         $target = $this->getTargetFile($directory, $name);
 
         try {
-            $this->psrUploadedFile->moveTo($target);
+            $this->psrUploadedFile->moveTo((string) $target);
         } catch (\RuntimeException $e) {
             throw new FileException(sprintf('Could not move the file "%s" to "%s" (%s)', $this->getPathname(), $target, $e->getMessage()), 0, $e);
         }

+ 0 - 234
vendor/symfony/psr-http-message-bridge/Tests/Factory/AbstractHttpMessageFactoryTest.php

@@ -1,234 +0,0 @@
-<?php
-
-/*
- * This file is part of the Symfony package.
- *
- * (c) Fabien Potencier <fabien@symfony.com>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Symfony\Bridge\PsrHttpMessage\Tests\Factory;
-
-use PHPUnit\Framework\TestCase;
-use Symfony\Bridge\PsrHttpMessage\HttpMessageFactoryInterface;
-use Symfony\Component\HttpFoundation\BinaryFileResponse;
-use Symfony\Component\HttpFoundation\Cookie;
-use Symfony\Component\HttpFoundation\File\UploadedFile;
-use Symfony\Component\HttpFoundation\Request;
-use Symfony\Component\HttpFoundation\Response;
-use Symfony\Component\HttpFoundation\StreamedResponse;
-
-/**
- * @author Kévin Dunglas <dunglas@gmail.com>
- * @author Antonio J. García Lagar <aj@garcialagar.es>
- */
-abstract class AbstractHttpMessageFactoryTest extends TestCase
-{
-    private $factory;
-    private $tmpDir;
-
-    abstract protected function buildHttpMessageFactory(): HttpMessageFactoryInterface;
-
-    protected function setUp(): void
-    {
-        $this->factory = $this->buildHttpMessageFactory();
-        $this->tmpDir = sys_get_temp_dir();
-    }
-
-    public function testCreateRequest()
-    {
-        $stdClass = new \stdClass();
-        $request = new Request(
-            [
-                'bar' => ['baz' => '42'],
-                'foo' => '1',
-            ],
-            [
-                'twitter' => [
-                    '@dunglas' => 'Kévin Dunglas',
-                    '@coopTilleuls' => 'Les-Tilleuls.coop',
-                ],
-                'baz' => '2',
-            ],
-            [
-                'a1' => $stdClass,
-                'a2' => ['foo' => 'bar'],
-            ],
-            [
-                'c1' => 'foo',
-                'c2' => ['c3' => 'bar'],
-            ],
-            [
-                'f1' => $this->createUploadedFile('F1', 'f1.txt', 'text/plain', \UPLOAD_ERR_OK),
-                'foo' => ['f2' => $this->createUploadedFile('F2', 'f2.txt', 'text/plain', \UPLOAD_ERR_OK)],
-            ],
-            [
-                'REQUEST_METHOD' => 'POST',
-                'HTTP_HOST' => 'dunglas.fr',
-                'HTTP_X_SYMFONY' => '2.8',
-                'REQUEST_URI' => '/testCreateRequest?bar[baz]=42&foo=1',
-                'QUERY_STRING' => 'bar[baz]=42&foo=1',
-            ],
-            'Content'
-        );
-
-        $psrRequest = $this->factory->createRequest($request);
-
-        $this->assertEquals('Content', $psrRequest->getBody()->__toString());
-
-        $queryParams = $psrRequest->getQueryParams();
-        $this->assertEquals('1', $queryParams['foo']);
-        $this->assertEquals('42', $queryParams['bar']['baz']);
-
-        $requestTarget = $psrRequest->getRequestTarget();
-        $this->assertEquals('/testCreateRequest?bar[baz]=42&foo=1', urldecode($requestTarget));
-
-        $parsedBody = $psrRequest->getParsedBody();
-        $this->assertEquals('Kévin Dunglas', $parsedBody['twitter']['@dunglas']);
-        $this->assertEquals('Les-Tilleuls.coop', $parsedBody['twitter']['@coopTilleuls']);
-        $this->assertEquals('2', $parsedBody['baz']);
-
-        $attributes = $psrRequest->getAttributes();
-        $this->assertEquals($stdClass, $attributes['a1']);
-        $this->assertEquals('bar', $attributes['a2']['foo']);
-
-        $cookies = $psrRequest->getCookieParams();
-        $this->assertEquals('foo', $cookies['c1']);
-        $this->assertEquals('bar', $cookies['c2']['c3']);
-
-        $uploadedFiles = $psrRequest->getUploadedFiles();
-        $this->assertEquals('F1', $uploadedFiles['f1']->getStream()->__toString());
-        $this->assertEquals('f1.txt', $uploadedFiles['f1']->getClientFilename());
-        $this->assertEquals('text/plain', $uploadedFiles['f1']->getClientMediaType());
-        $this->assertEquals(\UPLOAD_ERR_OK, $uploadedFiles['f1']->getError());
-
-        $this->assertEquals('F2', $uploadedFiles['foo']['f2']->getStream()->__toString());
-        $this->assertEquals('f2.txt', $uploadedFiles['foo']['f2']->getClientFilename());
-        $this->assertEquals('text/plain', $uploadedFiles['foo']['f2']->getClientMediaType());
-        $this->assertEquals(\UPLOAD_ERR_OK, $uploadedFiles['foo']['f2']->getError());
-
-        $serverParams = $psrRequest->getServerParams();
-        $this->assertEquals('POST', $serverParams['REQUEST_METHOD']);
-        $this->assertEquals('2.8', $serverParams['HTTP_X_SYMFONY']);
-        $this->assertEquals('POST', $psrRequest->getMethod());
-        $this->assertEquals(['2.8'], $psrRequest->getHeader('X-Symfony'));
-    }
-
-    public function testGetContentCanBeCalledAfterRequestCreation()
-    {
-        $header = ['HTTP_HOST' => 'dunglas.fr'];
-        $request = new Request([], [], [], [], [], $header, 'Content');
-
-        $psrRequest = $this->factory->createRequest($request);
-
-        $this->assertEquals('Content', $psrRequest->getBody()->__toString());
-        $this->assertEquals('Content', $request->getContent());
-    }
-
-    private function createUploadedFile($content, $originalName, $mimeType, $error)
-    {
-        $path = tempnam($this->tmpDir, uniqid());
-        file_put_contents($path, $content);
-
-        return new UploadedFile($path, $originalName, $mimeType, $error, true);
-    }
-
-    public function testCreateResponse()
-    {
-        $response = new Response(
-            'Response content.',
-            202,
-            ['X-Symfony' => ['3.4']]
-        );
-        $response->headers->setCookie(new Cookie('city', 'Lille', new \DateTime('Wed, 13 Jan 2021 22:23:01 GMT'), '/', null, false, true, false, 'lax'));
-
-        $psrResponse = $this->factory->createResponse($response);
-        $this->assertEquals('Response content.', $psrResponse->getBody()->__toString());
-        $this->assertEquals(202, $psrResponse->getStatusCode());
-        $this->assertEquals(['3.4'], $psrResponse->getHeader('X-Symfony'));
-
-        $cookieHeader = $psrResponse->getHeader('Set-Cookie');
-        $this->assertIsArray($cookieHeader);
-        $this->assertCount(1, $cookieHeader);
-        $this->assertMatchesRegularExpression('{city=Lille; expires=Wed, 13-Jan-2021 22:23:01 GMT;( max-age=\d+;)? path=/; httponly}i', $cookieHeader[0]);
-    }
-
-    public function testCreateResponseFromStreamed()
-    {
-        $response = new StreamedResponse(function () {
-            echo "Line 1\n";
-            flush();
-
-            echo "Line 2\n";
-            flush();
-        });
-
-        $psrResponse = $this->factory->createResponse($response);
-
-        $this->assertEquals("Line 1\nLine 2\n", $psrResponse->getBody()->__toString());
-    }
-
-    public function testCreateResponseFromBinaryFile()
-    {
-        $path = tempnam($this->tmpDir, uniqid());
-        file_put_contents($path, 'Binary');
-
-        $response = new BinaryFileResponse($path);
-
-        $psrResponse = $this->factory->createResponse($response);
-
-        $this->assertEquals('Binary', $psrResponse->getBody()->__toString());
-    }
-
-    public function testCreateResponseFromBinaryFileWithRange()
-    {
-        $path = tempnam($this->tmpDir, uniqid());
-        file_put_contents($path, 'Binary');
-
-        $request = new Request();
-        $request->headers->set('Range', 'bytes=1-4');
-
-        $response = new BinaryFileResponse($path, 200, ['Content-Type' => 'plain/text']);
-        $response->prepare($request);
-
-        $psrResponse = $this->factory->createResponse($response);
-
-        $this->assertEquals('inar', $psrResponse->getBody()->__toString());
-        $this->assertSame('bytes 1-4/6', $psrResponse->getHeaderLine('Content-Range'));
-    }
-
-    public function testUploadErrNoFile()
-    {
-        $file = new UploadedFile('', '', null, \UPLOAD_ERR_NO_FILE, true);
-
-        $this->assertEquals(0, $file->getSize());
-        $this->assertEquals(\UPLOAD_ERR_NO_FILE, $file->getError());
-        $this->assertFalse($file->getSize(), 'SplFile::getSize() returns false on error');
-
-        $request = new Request(
-            [],
-            [],
-            [],
-            [],
-            [
-            'f1' => $file,
-            'f2' => ['name' => null, 'type' => null, 'tmp_name' => null, 'error' => \UPLOAD_ERR_NO_FILE, 'size' => 0],
-          ],
-            [
-            'REQUEST_METHOD' => 'POST',
-            'HTTP_HOST' => 'dunglas.fr',
-            'HTTP_X_SYMFONY' => '2.8',
-          ],
-            'Content'
-        );
-
-        $psrRequest = $this->factory->createRequest($request);
-
-        $uploadedFiles = $psrRequest->getUploadedFiles();
-
-        $this->assertEquals(\UPLOAD_ERR_NO_FILE, $uploadedFiles['f1']->getError());
-        $this->assertEquals(\UPLOAD_ERR_NO_FILE, $uploadedFiles['f2']->getError());
-    }
-}

+ 0 - 272
vendor/symfony/psr-http-message-bridge/Tests/Factory/HttpFoundationFactoryTest.php

@@ -1,272 +0,0 @@
-<?php
-
-/*
- * This file is part of the Symfony package.
- *
- * (c) Fabien Potencier <fabien@symfony.com>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Symfony\Bridge\PsrHttpMessage\Tests\Factory;
-
-use PHPUnit\Framework\TestCase;
-use Psr\Http\Message\UploadedFileInterface;
-use Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory;
-use Symfony\Bridge\PsrHttpMessage\Tests\Fixtures\Response;
-use Symfony\Bridge\PsrHttpMessage\Tests\Fixtures\ServerRequest;
-use Symfony\Bridge\PsrHttpMessage\Tests\Fixtures\Stream;
-use Symfony\Bridge\PsrHttpMessage\Tests\Fixtures\UploadedFile;
-use Symfony\Bridge\PsrHttpMessage\Tests\Fixtures\Uri;
-use Symfony\Component\HttpFoundation\Cookie;
-use Symfony\Component\HttpFoundation\File\Exception\FileException;
-use Symfony\Component\HttpFoundation\File\UploadedFile as HttpFoundationUploadedFile;
-
-/**
- * @author Kévin Dunglas <dunglas@gmail.com>
- */
-class HttpFoundationFactoryTest extends TestCase
-{
-    /** @var HttpFoundationFactory */
-    private $factory;
-
-    /** @var string */
-    private $tmpDir;
-
-    protected function setUp(): void
-    {
-        $this->factory = new HttpFoundationFactory();
-        $this->tmpDir = sys_get_temp_dir();
-    }
-
-    public function testCreateRequest()
-    {
-        $stdClass = new \stdClass();
-        $serverRequest = new ServerRequest(
-            '1.1',
-            [
-                'X-Dunglas-API-Platform' => '1.0',
-                'X-data' => ['a', 'b'],
-            ],
-            new Stream('The body'),
-            '/about/kevin',
-            'GET',
-            'http://les-tilleuls.coop/about/kevin',
-            ['country' => 'France'],
-            ['city' => 'Lille'],
-            ['url' => 'http://les-tilleuls.coop'],
-            [
-                'doc1' => $this->createUploadedFile('Doc 1', \UPLOAD_ERR_OK, 'doc1.txt', 'text/plain'),
-                'nested' => [
-                    'docs' => [
-                        $this->createUploadedFile('Doc 2', \UPLOAD_ERR_OK, 'doc2.txt', 'text/plain'),
-                        $this->createUploadedFile('Doc 3', \UPLOAD_ERR_OK, 'doc3.txt', 'text/plain'),
-                    ],
-                ],
-            ],
-            ['url' => 'http://dunglas.fr'],
-            ['custom' => $stdClass]
-        );
-
-        $symfonyRequest = $this->factory->createRequest($serverRequest);
-        $files = $symfonyRequest->files->all();
-
-        $this->assertEquals('http://les-tilleuls.coop', $symfonyRequest->query->get('url'));
-        $this->assertEquals('doc1.txt', $files['doc1']->getClientOriginalName());
-        $this->assertEquals('doc2.txt', $files['nested']['docs'][0]->getClientOriginalName());
-        $this->assertEquals('doc3.txt', $files['nested']['docs'][1]->getClientOriginalName());
-        $this->assertEquals('http://dunglas.fr', $symfonyRequest->request->get('url'));
-        $this->assertEquals($stdClass, $symfonyRequest->attributes->get('custom'));
-        $this->assertEquals('Lille', $symfonyRequest->cookies->get('city'));
-        $this->assertEquals('France', $symfonyRequest->server->get('country'));
-        $this->assertEquals('The body', $symfonyRequest->getContent());
-        $this->assertEquals('1.0', $symfonyRequest->headers->get('X-Dunglas-API-Platform'));
-        $this->assertEquals(['a', 'b'], $symfonyRequest->headers->all('X-data'));
-    }
-
-    public function testCreateRequestWithStreamedBody()
-    {
-        $serverRequest = new ServerRequest(
-            '1.1',
-            [],
-            new Stream('The body'),
-            '/',
-            'GET',
-            null,
-            [],
-            [],
-            [],
-            [],
-            null,
-            []
-        );
-
-        $symfonyRequest = $this->factory->createRequest($serverRequest, true);
-        $this->assertEquals('The body', $symfonyRequest->getContent());
-    }
-
-    public function testCreateRequestWithNullParsedBody()
-    {
-        $serverRequest = new ServerRequest(
-            '1.1',
-            [],
-            new Stream(),
-            '/',
-            'GET',
-            null,
-            [],
-            [],
-            [],
-            [],
-            null,
-            []
-        );
-
-        $this->assertCount(0, $this->factory->createRequest($serverRequest)->request);
-    }
-
-    public function testCreateRequestWithObjectParsedBody()
-    {
-        $serverRequest = new ServerRequest(
-            '1.1',
-            [],
-            new Stream(),
-            '/',
-            'GET',
-            null,
-            [],
-            [],
-            [],
-            [],
-            new \stdClass(),
-            []
-        );
-
-        $this->assertCount(0, $this->factory->createRequest($serverRequest)->request);
-    }
-
-    public function testCreateRequestWithUri()
-    {
-        $serverRequest = new ServerRequest(
-            '1.1',
-            [],
-            new Stream(),
-            '/',
-            'GET',
-            new Uri('http://les-tilleuls.coop/about/kevin'),
-            [],
-            [],
-            [],
-            [],
-            null,
-            []
-        );
-
-        $this->assertEquals('/about/kevin', $this->factory->createRequest($serverRequest)->getPathInfo());
-    }
-
-    public function testCreateUploadedFile()
-    {
-        $uploadedFile = $this->createUploadedFile('An uploaded file.', \UPLOAD_ERR_OK, 'myfile.txt', 'text/plain');
-        $symfonyUploadedFile = $this->callCreateUploadedFile($uploadedFile);
-        $size = $symfonyUploadedFile->getSize();
-
-        $uniqid = uniqid();
-        $symfonyUploadedFile->move($this->tmpDir, $uniqid);
-
-        $this->assertEquals($uploadedFile->getSize(), $size);
-        $this->assertEquals(\UPLOAD_ERR_OK, $symfonyUploadedFile->getError());
-        $this->assertEquals('myfile.txt', $symfonyUploadedFile->getClientOriginalName());
-        $this->assertEquals('txt', $symfonyUploadedFile->getClientOriginalExtension());
-        $this->assertEquals('text/plain', $symfonyUploadedFile->getClientMimeType());
-        $this->assertEquals('An uploaded file.', file_get_contents($this->tmpDir.'/'.$uniqid));
-    }
-
-    public function testCreateUploadedFileWithError()
-    {
-        $this->expectException(FileException::class);
-        $this->expectExceptionMessage('The file "e" could not be written on disk.');
-
-        $uploadedFile = $this->createUploadedFile('Error.', \UPLOAD_ERR_CANT_WRITE, 'e', 'text/plain');
-        $symfonyUploadedFile = $this->callCreateUploadedFile($uploadedFile);
-
-        $this->assertEquals(\UPLOAD_ERR_CANT_WRITE, $symfonyUploadedFile->getError());
-
-        $symfonyUploadedFile->move($this->tmpDir, 'shouldFail.txt');
-    }
-
-    private function createUploadedFile($content, $error, $clientFileName, $clientMediaType): UploadedFile
-    {
-        $filePath = tempnam($this->tmpDir, uniqid());
-        file_put_contents($filePath, $content);
-
-        return new UploadedFile($filePath, filesize($filePath), $error, $clientFileName, $clientMediaType);
-    }
-
-    private function callCreateUploadedFile(UploadedFileInterface $uploadedFile): HttpFoundationUploadedFile
-    {
-        $reflection = new \ReflectionClass($this->factory);
-        $createUploadedFile = $reflection->getMethod('createUploadedFile');
-        $createUploadedFile->setAccessible(true);
-
-        return $createUploadedFile->invokeArgs($this->factory, [$uploadedFile]);
-    }
-
-    public function testCreateResponse()
-    {
-        $response = new Response(
-            '1.0',
-            [
-                'X-Symfony' => ['2.8'],
-                'Set-Cookie' => [
-                    'theme=light',
-                    'test',
-                    'ABC=AeD; Domain=dunglas.fr; Path=/kevin; Expires=Wed, 13 Jan 2021 22:23:01 GMT; Secure; HttpOnly; SameSite=Strict',
-                ],
-            ],
-            new Stream('The response body'),
-            200
-        );
-
-        $symfonyResponse = $this->factory->createResponse($response);
-
-        $this->assertEquals('1.0', $symfonyResponse->getProtocolVersion());
-        $this->assertEquals('2.8', $symfonyResponse->headers->get('X-Symfony'));
-
-        $cookies = $symfonyResponse->headers->getCookies();
-        $this->assertEquals('theme', $cookies[0]->getName());
-        $this->assertEquals('light', $cookies[0]->getValue());
-        $this->assertEquals(0, $cookies[0]->getExpiresTime());
-        $this->assertNull($cookies[0]->getDomain());
-        $this->assertEquals('/', $cookies[0]->getPath());
-        $this->assertFalse($cookies[0]->isSecure());
-        $this->assertFalse($cookies[0]->isHttpOnly());
-
-        $this->assertEquals('test', $cookies[1]->getName());
-        $this->assertNull($cookies[1]->getValue());
-
-        $this->assertEquals('ABC', $cookies[2]->getName());
-        $this->assertEquals('AeD', $cookies[2]->getValue());
-        $this->assertEquals(strtotime('Wed, 13 Jan 2021 22:23:01 GMT'), $cookies[2]->getExpiresTime());
-        $this->assertEquals('dunglas.fr', $cookies[2]->getDomain());
-        $this->assertEquals('/kevin', $cookies[2]->getPath());
-        $this->assertTrue($cookies[2]->isSecure());
-        $this->assertTrue($cookies[2]->isHttpOnly());
-        if (\defined('Symfony\Component\HttpFoundation\Cookie::SAMESITE_STRICT')) {
-            $this->assertEquals(Cookie::SAMESITE_STRICT, $cookies[2]->getSameSite());
-        }
-
-        $this->assertEquals('The response body', $symfonyResponse->getContent());
-        $this->assertEquals(200, $symfonyResponse->getStatusCode());
-
-        $symfonyResponse = $this->factory->createResponse($response, true);
-
-        ob_start();
-        $symfonyResponse->sendContent();
-        $sentContent = ob_get_clean();
-
-        $this->assertEquals('The response body', $sentContent);
-        $this->assertEquals(200, $symfonyResponse->getStatusCode());
-    }
-}

+ 0 - 30
vendor/symfony/psr-http-message-bridge/Tests/Factory/PsrHttpFactoryTest.php

@@ -1,30 +0,0 @@
-<?php
-
-/*
- * This file is part of the Symfony package.
- *
- * (c) Fabien Potencier <fabien@symfony.com>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Symfony\Bridge\PsrHttpMessage\Tests\Factory;
-
-use Nyholm\Psr7\Factory\Psr17Factory;
-use Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory;
-use Symfony\Bridge\PsrHttpMessage\HttpMessageFactoryInterface;
-
-/**
- * @author Kévin Dunglas <dunglas@gmail.com>
- * @author Antonio J. García Lagar <aj@garcialagar.es>
- */
-class PsrHttpFactoryTest extends AbstractHttpMessageFactoryTest
-{
-    protected function buildHttpMessageFactory(): HttpMessageFactoryInterface
-    {
-        $factory = new Psr17Factory();
-
-        return new PsrHttpFactory($factory, $factory, $factory, $factory);
-    }
-}

+ 0 - 118
vendor/symfony/psr-http-message-bridge/Tests/Fixtures/Message.php

@@ -1,118 +0,0 @@
-<?php
-
-/*
- * This file is part of the Symfony package.
- *
- * (c) Fabien Potencier <fabien@symfony.com>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Symfony\Bridge\PsrHttpMessage\Tests\Fixtures;
-
-use Psr\Http\Message\MessageInterface;
-use Psr\Http\Message\StreamInterface;
-
-/**
- * Message.
- *
- * @author Kévin Dunglas <dunglas@gmail.com>
- */
-class Message implements MessageInterface
-{
-    private $version = '1.1';
-    private $headers = [];
-    private $body;
-
-    public function __construct($version = '1.1', array $headers = [], StreamInterface $body = null)
-    {
-        $this->version = $version;
-        $this->headers = $headers;
-        $this->body = $body ?? new Stream();
-    }
-
-    public function getProtocolVersion(): string
-    {
-        return $this->version;
-    }
-
-    /**
-     * {@inheritdoc}
-     *
-     * @return static
-     */
-    public function withProtocolVersion($version)
-    {
-        throw new \BadMethodCallException('Not implemented.');
-    }
-
-    public function getHeaders(): array
-    {
-        return $this->headers;
-    }
-
-    public function hasHeader($name): bool
-    {
-        return isset($this->headers[$name]);
-    }
-
-    public function getHeader($name): array
-    {
-        return $this->hasHeader($name) ? $this->headers[$name] : [];
-    }
-
-    public function getHeaderLine($name): string
-    {
-        return $this->hasHeader($name) ? implode(',', $this->headers[$name]) : '';
-    }
-
-    /**
-     * {@inheritdoc}
-     *
-     * @return static
-     */
-    public function withHeader($name, $value)
-    {
-        $this->headers[$name] = (array) $value;
-
-        return $this;
-    }
-
-    /**
-     * {@inheritdoc}
-     *
-     * @return static
-     */
-    public function withAddedHeader($name, $value)
-    {
-        throw new \BadMethodCallException('Not implemented.');
-    }
-
-    /**
-     * {@inheritdoc}
-     *
-     * @return static
-     */
-    public function withoutHeader($name)
-    {
-        unset($this->headers[$name]);
-
-        return $this;
-    }
-
-    public function getBody(): StreamInterface
-    {
-        return $this->body;
-    }
-
-    /**
-     * {@inheritdoc}
-     *
-     * @return static
-     */
-    public function withBody(StreamInterface $body)
-    {
-        throw new \BadMethodCallException('Not implemented.');
-    }
-}

+ 0 - 48
vendor/symfony/psr-http-message-bridge/Tests/Fixtures/Response.php

@@ -1,48 +0,0 @@
-<?php
-
-/*
- * This file is part of the Symfony package.
- *
- * (c) Fabien Potencier <fabien@symfony.com>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Symfony\Bridge\PsrHttpMessage\Tests\Fixtures;
-
-use Psr\Http\Message\ResponseInterface;
-use Psr\Http\Message\StreamInterface;
-
-/**
- * @author Kévin Dunglas <dunglas@gmail.com>
- */
-class Response extends Message implements ResponseInterface
-{
-    private $statusCode;
-
-    public function __construct($version = '1.1', array $headers = [], StreamInterface $body = null, $statusCode = 200)
-    {
-        parent::__construct($version, $headers, $body);
-
-        $this->statusCode = $statusCode;
-    }
-
-    public function getStatusCode(): int
-    {
-        return $this->statusCode;
-    }
-
-    /**
-     * @return static
-     */
-    public function withStatus($code, $reasonPhrase = '')
-    {
-        throw new \BadMethodCallException('Not implemented.');
-    }
-
-    public function getReasonPhrase(): string
-    {
-        throw new \BadMethodCallException('Not implemented.');
-    }
-}

+ 0 - 202
vendor/symfony/psr-http-message-bridge/Tests/Fixtures/ServerRequest.php

@@ -1,202 +0,0 @@
-<?php
-
-/*
- * This file is part of the Symfony package.
- *
- * (c) Fabien Potencier <fabien@symfony.com>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Symfony\Bridge\PsrHttpMessage\Tests\Fixtures;
-
-use Psr\Http\Message\ServerRequestInterface;
-use Psr\Http\Message\StreamInterface;
-use Psr\Http\Message\UriInterface;
-
-/**
- * @author Kévin Dunglas <dunglas@gmail.com>
- */
-class ServerRequest extends Message implements ServerRequestInterface
-{
-    private $requestTarget;
-    private $method;
-    private $uri;
-    private $server;
-    private $cookies;
-    private $query;
-    private $uploadedFiles;
-    private $data;
-    private $attributes;
-
-    public function __construct($version = '1.1', array $headers = [], StreamInterface $body = null, $requestTarget = '/', $method = 'GET', $uri = null, array $server = [], array $cookies = [], array $query = [], array $uploadedFiles = [], $data = null, array $attributes = [])
-    {
-        parent::__construct($version, $headers, $body);
-
-        $this->requestTarget = $requestTarget;
-        $this->method = $method;
-        $this->uri = $uri;
-        $this->server = $server;
-        $this->cookies = $cookies;
-        $this->query = $query;
-        $this->uploadedFiles = $uploadedFiles;
-        $this->data = $data;
-        $this->attributes = $attributes;
-    }
-
-    public function getRequestTarget(): string
-    {
-        return $this->requestTarget;
-    }
-
-    /**
-     * {@inheritdoc}
-     *
-     * @return static
-     */
-    public function withRequestTarget($requestTarget)
-    {
-        throw new \BadMethodCallException('Not implemented.');
-    }
-
-    public function getMethod(): string
-    {
-        return $this->method;
-    }
-
-    /**
-     * {@inheritdoc}
-     *
-     * @return static
-     */
-    public function withMethod($method)
-    {
-        throw new \BadMethodCallException('Not implemented.');
-    }
-
-    /**
-     * {@inheritdoc}
-     *
-     * @return UriInterface
-     */
-    public function getUri()
-    {
-        return $this->uri;
-    }
-
-    /**
-     * {@inheritdoc}
-     *
-     * @return static
-     */
-    public function withUri(UriInterface $uri, $preserveHost = false)
-    {
-        throw new \BadMethodCallException('Not implemented.');
-    }
-
-    public function getServerParams(): array
-    {
-        return $this->server;
-    }
-
-    public function getCookieParams(): array
-    {
-        return $this->cookies;
-    }
-
-    /**
-     * {@inheritdoc}
-     *
-     * @return static
-     */
-    public function withCookieParams(array $cookies)
-    {
-        throw new \BadMethodCallException('Not implemented.');
-    }
-
-    public function getQueryParams(): array
-    {
-        return $this->query;
-    }
-
-    /**
-     * {@inheritdoc}
-     *
-     * @return static
-     */
-    public function withQueryParams(array $query)
-    {
-        throw new \BadMethodCallException('Not implemented.');
-    }
-
-    public function getUploadedFiles(): array
-    {
-        return $this->uploadedFiles;
-    }
-
-    /**
-     * {@inheritdoc}
-     *
-     * @return static
-     */
-    public function withUploadedFiles(array $uploadedFiles)
-    {
-        throw new \BadMethodCallException('Not implemented.');
-    }
-
-    /**
-     * {@inheritdoc}
-     *
-     * @return array|object|null
-     */
-    public function getParsedBody()
-    {
-        return $this->data;
-    }
-
-    /**
-     * {@inheritdoc}
-     *
-     * @return static
-     */
-    public function withParsedBody($data)
-    {
-        throw new \BadMethodCallException('Not implemented.');
-    }
-
-    public function getAttributes(): array
-    {
-        return $this->attributes;
-    }
-
-    /**
-     * {@inheritdoc}
-     *
-     * @return mixed
-     */
-    public function getAttribute($name, $default = null)
-    {
-        return $this->attributes[$name] ?? $default;
-    }
-
-    /**
-     * {@inheritdoc}
-     *
-     * @return static
-     */
-    public function withAttribute($name, $value)
-    {
-        throw new \BadMethodCallException('Not implemented.');
-    }
-
-    /**
-     * {@inheritdoc}
-     *
-     * @return static
-     */
-    public function withoutAttribute($name)
-    {
-        throw new \BadMethodCallException('Not implemented.');
-    }
-}

+ 0 - 108
vendor/symfony/psr-http-message-bridge/Tests/Fixtures/Stream.php

@@ -1,108 +0,0 @@
-<?php
-
-/*
- * This file is part of the Symfony package.
- *
- * (c) Fabien Potencier <fabien@symfony.com>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Symfony\Bridge\PsrHttpMessage\Tests\Fixtures;
-
-use Psr\Http\Message\StreamInterface;
-
-/**
- * @author Kévin Dunglas <dunglas@gmail.com>
- */
-class Stream implements StreamInterface
-{
-    private $stringContent;
-    private $eof = true;
-
-    public function __construct($stringContent = '')
-    {
-        $this->stringContent = $stringContent;
-    }
-
-    public function __toString(): string
-    {
-        return $this->stringContent;
-    }
-
-    public function close(): void
-    {
-    }
-
-    public function detach()
-    {
-        return fopen('data://text/plain,'.$this->stringContent, 'r');
-    }
-
-    public function getSize(): ?int
-    {
-        return null;
-    }
-
-    public function tell(): int
-    {
-        return 0;
-    }
-
-    public function eof(): bool
-    {
-        return $this->eof;
-    }
-
-    public function isSeekable(): bool
-    {
-        return true;
-    }
-
-    public function seek($offset, $whence = \SEEK_SET): void
-    {
-    }
-
-    public function rewind(): void
-    {
-        $this->eof = false;
-    }
-
-    public function isWritable(): bool
-    {
-        return false;
-    }
-
-    public function write($string): int
-    {
-        return \strlen($string);
-    }
-
-    public function isReadable(): bool
-    {
-        return true;
-    }
-
-    public function read($length): string
-    {
-        $this->eof = true;
-
-        return $this->stringContent;
-    }
-
-    public function getContents(): string
-    {
-        return $this->stringContent;
-    }
-
-    /**
-     * {@inheritdoc}
-     *
-     * @return mixed
-     */
-    public function getMetadata($key = null)
-    {
-        return null;
-    }
-}

+ 0 - 65
vendor/symfony/psr-http-message-bridge/Tests/Fixtures/UploadedFile.php

@@ -1,65 +0,0 @@
-<?php
-
-/*
- * This file is part of the Symfony package.
- *
- * (c) Fabien Potencier <fabien@symfony.com>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Symfony\Bridge\PsrHttpMessage\Tests\Fixtures;
-
-use Psr\Http\Message\UploadedFileInterface;
-
-/**
- * @author Kévin Dunglas <dunglas@gmail.com>
- */
-class UploadedFile implements UploadedFileInterface
-{
-    private $filePath;
-    private $size;
-    private $error;
-    private $clientFileName;
-    private $clientMediaType;
-
-    public function __construct($filePath, $size = null, $error = \UPLOAD_ERR_OK, $clientFileName = null, $clientMediaType = null)
-    {
-        $this->filePath = $filePath;
-        $this->size = $size;
-        $this->error = $error;
-        $this->clientFileName = $clientFileName;
-        $this->clientMediaType = $clientMediaType;
-    }
-
-    public function getStream(): Stream
-    {
-        return new Stream(file_get_contents($this->filePath));
-    }
-
-    public function moveTo($targetPath): void
-    {
-        rename($this->filePath, $targetPath);
-    }
-
-    public function getSize(): ?int
-    {
-        return $this->size;
-    }
-
-    public function getError(): int
-    {
-        return $this->error;
-    }
-
-    public function getClientFilename(): ?string
-    {
-        return $this->clientFileName;
-    }
-
-    public function getClientMediaType(): ?string
-    {
-        return $this->clientMediaType;
-    }
-}

+ 0 - 170
vendor/symfony/psr-http-message-bridge/Tests/Fixtures/Uri.php

@@ -1,170 +0,0 @@
-<?php
-
-/*
- * This file is part of the Symfony package.
- *
- * (c) Fabien Potencier <fabien@symfony.com>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Symfony\Bridge\PsrHttpMessage\Tests\Fixtures;
-
-use Psr\Http\Message\UriInterface;
-
-/**
- * @author Rougin Royce Gutib <rougingutib@gmail.com>
- */
-class Uri implements UriInterface
-{
-    private $scheme = '';
-    private $userInfo = '';
-    private $host = '';
-    private $port;
-    private $path = '';
-    private $query = '';
-    private $fragment = '';
-    private $uriString;
-
-    public function __construct(string $uri = '')
-    {
-        $parts = parse_url($uri);
-
-        $this->scheme = $parts['scheme'] ?? '';
-        $this->userInfo = $parts['user'] ?? '';
-        $this->host = $parts['host'] ?? '';
-        $this->port = $parts['port'] ?? null;
-        $this->path = $parts['path'] ?? '';
-        $this->query = $parts['query'] ?? '';
-        $this->fragment = $parts['fragment'] ?? '';
-        $this->uriString = $uri;
-    }
-
-    public function getScheme(): string
-    {
-        return $this->scheme;
-    }
-
-    public function getAuthority(): string
-    {
-        if (empty($this->host)) {
-            return '';
-        }
-
-        $authority = $this->host;
-
-        if (!empty($this->userInfo)) {
-            $authority = $this->userInfo.'@'.$authority;
-        }
-
-        $authority .= ':'.$this->port;
-
-        return $authority;
-    }
-
-    public function getUserInfo(): string
-    {
-        return $this->userInfo;
-    }
-
-    public function getHost(): string
-    {
-        return $this->host;
-    }
-
-    public function getPort(): ?int
-    {
-        return $this->port;
-    }
-
-    public function getPath(): string
-    {
-        return $this->path;
-    }
-
-    public function getQuery(): string
-    {
-        return $this->query;
-    }
-
-    public function getFragment(): string
-    {
-        return $this->fragment;
-    }
-
-    /**
-     * {@inheritdoc}
-     *
-     * @return static
-     */
-    public function withScheme($scheme)
-    {
-        throw new \BadMethodCallException('Not implemented.');
-    }
-
-    /**
-     * {@inheritdoc}
-     *
-     * @return static
-     */
-    public function withUserInfo($user, $password = null)
-    {
-        throw new \BadMethodCallException('Not implemented.');
-    }
-
-    /**
-     * {@inheritdoc}
-     *
-     * @return static
-     */
-    public function withHost($host)
-    {
-        throw new \BadMethodCallException('Not implemented.');
-    }
-
-    /**
-     * {@inheritdoc}
-     *
-     * @return static
-     */
-    public function withPort($port)
-    {
-        throw new \BadMethodCallException('Not implemented.');
-    }
-
-    /**
-     * {@inheritdoc}
-     *
-     * @return static
-     */
-    public function withPath($path)
-    {
-        throw new \BadMethodCallException('Not implemented.');
-    }
-
-    /**
-     * {@inheritdoc}
-     *
-     * @return static
-     */
-    public function withQuery($query)
-    {
-        throw new \BadMethodCallException('Not implemented.');
-    }
-
-    /**
-     * {@inheritdoc}
-     *
-     * @return static
-     */
-    public function withFragment($fragment)
-    {
-        throw new \BadMethodCallException('Not implemented.');
-    }
-
-    public function __toString(): string
-    {
-        return $this->uriString;
-    }
-}

+ 0 - 237
vendor/symfony/psr-http-message-bridge/Tests/Functional/CovertTest.php

@@ -1,237 +0,0 @@
-<?php
-
-/*
- * This file is part of the Symfony package.
- *
- * (c) Fabien Potencier <fabien@symfony.com>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Symfony\Bridge\PsrHttpMessage\Tests\Functional;
-
-use Nyholm\Psr7\Factory\Psr17Factory;
-use Nyholm\Psr7\Response as Psr7Response;
-use Nyholm\Psr7\ServerRequest as Psr7Request;
-use Nyholm\Psr7\Stream as Psr7Stream;
-use PHPUnit\Framework\TestCase;
-use Psr\Http\Message\ResponseInterface;
-use Psr\Http\Message\ServerRequestInterface;
-use Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory;
-use Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory;
-use Symfony\Bridge\PsrHttpMessage\HttpFoundationFactoryInterface;
-use Symfony\Bridge\PsrHttpMessage\HttpMessageFactoryInterface;
-use Symfony\Component\HttpFoundation\Cookie;
-use Symfony\Component\HttpFoundation\File\UploadedFile;
-use Symfony\Component\HttpFoundation\Request;
-use Symfony\Component\HttpFoundation\Response;
-
-/**
- * Test to convert a request/response back and forth to make sure we do not loose data.
- *
- * @author Tobias Nyholm <tobias.nyholm@gmail.com>
- */
-class CovertTest extends TestCase
-{
-    protected function setUp(): void
-    {
-        if (!class_exists(Psr7Request::class)) {
-            $this->markTestSkipped('nyholm/psr7 is not installed.');
-        }
-    }
-
-    /**
-     * @dataProvider requestProvider
-     *
-     * @param Request|ServerRequestInterface                             $request
-     * @param HttpFoundationFactoryInterface|HttpMessageFactoryInterface $firstFactory
-     * @param HttpFoundationFactoryInterface|HttpMessageFactoryInterface $secondFactory
-     */
-    public function testConvertRequestMultipleTimes($request, $firstFactory, $secondFactory)
-    {
-        $temporaryRequest = $firstFactory->createRequest($request);
-        $finalRequest = $secondFactory->createRequest($temporaryRequest);
-
-        if ($finalRequest instanceof Request) {
-            $this->assertEquals($request->getBasePath(), $finalRequest->getBasePath());
-            $this->assertEquals($request->getBaseUrl(), $finalRequest->getBaseUrl());
-            $this->assertEquals($request->getContent(), $finalRequest->getContent());
-            $this->assertEquals($request->getEncodings(), $finalRequest->getEncodings());
-            $this->assertEquals($request->getETags(), $finalRequest->getETags());
-            $this->assertEquals($request->getHost(), $finalRequest->getHost());
-            $this->assertEquals($request->getHttpHost(), $finalRequest->getHttpHost());
-            $this->assertEquals($request->getMethod(), $finalRequest->getMethod());
-            $this->assertEquals($request->getPassword(), $finalRequest->getPassword());
-            $this->assertEquals($request->getPathInfo(), $finalRequest->getPathInfo());
-            $this->assertEquals($request->getPort(), $finalRequest->getPort());
-            $this->assertEquals($request->getProtocolVersion(), $finalRequest->getProtocolVersion());
-            $this->assertEquals($request->getQueryString(), $finalRequest->getQueryString());
-            $this->assertEquals($request->getRequestUri(), $finalRequest->getRequestUri());
-            $this->assertEquals($request->getScheme(), $finalRequest->getScheme());
-            $this->assertEquals($request->getSchemeAndHttpHost(), $finalRequest->getSchemeAndHttpHost());
-            $this->assertEquals($request->getScriptName(), $finalRequest->getScriptName());
-            $this->assertEquals($request->getUri(), $finalRequest->getUri());
-            $this->assertEquals($request->getUser(), $finalRequest->getUser());
-            $this->assertEquals($request->getUserInfo(), $finalRequest->getUserInfo());
-        } elseif ($finalRequest instanceof ServerRequestInterface) {
-            $strToLower = function ($arr) {
-                foreach ($arr as $key => $value) {
-                    yield strtolower($key) => $value;
-                }
-            };
-            $this->assertEquals($request->getAttributes(), $finalRequest->getAttributes());
-            $this->assertEquals($request->getCookieParams(), $finalRequest->getCookieParams());
-            $this->assertEquals((array) $request->getParsedBody(), (array) $finalRequest->getParsedBody());
-            $this->assertEquals($request->getQueryParams(), $finalRequest->getQueryParams());
-            // PSR7 does not define a "withServerParams" so this is impossible to implement without knowing the PSR7 implementation.
-            //$this->assertEquals($request->getServerParams(), $finalRequest->getServerParams());
-            $this->assertEquals($request->getUploadedFiles(), $finalRequest->getUploadedFiles());
-            $this->assertEquals($request->getMethod(), $finalRequest->getMethod());
-            $this->assertEquals($request->getRequestTarget(), $finalRequest->getRequestTarget());
-            $this->assertEquals((string) $request->getUri(), (string) $finalRequest->getUri());
-            $this->assertEquals((string) $request->getBody(), (string) $finalRequest->getBody());
-            $this->assertEquals($strToLower($request->getHeaders()), $strToLower($finalRequest->getHeaders()));
-            $this->assertEquals($request->getProtocolVersion(), $finalRequest->getProtocolVersion());
-        } else {
-            $this->fail('$finalRequest must be an instance of PSR7 or a HTTPFoundation request');
-        }
-    }
-
-    public function requestProvider()
-    {
-        $sfRequest = new Request(
-            [
-                'foo' => '1',
-                'bar' => ['baz' => '42'],
-            ],
-            [
-                'twitter' => [
-                    '@dunglas' => 'Kévin Dunglas',
-                    '@coopTilleuls' => 'Les-Tilleuls.coop',
-                ],
-                'baz' => '2',
-            ],
-            [
-                'a2' => ['foo' => 'bar'],
-            ],
-            [
-                'c1' => 'foo',
-                'c2' => ['c3' => 'bar'],
-            ],
-            [
-                'f1' => $this->createUploadedFile('F1', 'f1.txt', 'text/plain', \UPLOAD_ERR_OK),
-                'foo' => ['f2' => $this->createUploadedFile('F2', 'f2.txt', 'text/plain', \UPLOAD_ERR_OK)],
-            ],
-            [
-                'REQUEST_METHOD' => 'POST',
-                'HTTP_HOST' => 'dunglas.fr',
-                'SERVER_NAME' => 'dunglas.fr',
-                'SERVER_PORT' => null,
-                'HTTP_X_SYMFONY' => '2.8',
-                'REQUEST_URI' => '/testCreateRequest?foo=1&bar%5Bbaz%5D=42',
-                'QUERY_STRING' => 'foo=1&bar%5Bbaz%5D=42',
-            ],
-            'Content'
-        );
-
-        $psr7Requests = [
-            (new Psr7Request('POST', 'http://tnyholm.se/foo/?bar=biz'))
-                ->withQueryParams(['bar' => 'biz']),
-            new Psr7Request('GET', 'https://hey-octave.com/'),
-            new Psr7Request('GET', 'https://hey-octave.com:443/'),
-            new Psr7Request('GET', 'https://hey-octave.com:4242/'),
-            new Psr7Request('GET', 'http://hey-octave.com:80/'),
-        ];
-
-        $nyholmFactory = new Psr17Factory();
-        $psr17Factory = new PsrHttpFactory($nyholmFactory, $nyholmFactory, $nyholmFactory, $nyholmFactory);
-        $symfonyFactory = new HttpFoundationFactory();
-
-        return array_merge([
-            [$sfRequest, $psr17Factory, $symfonyFactory],
-        ], array_map(function ($psr7Request) use ($symfonyFactory, $psr17Factory) {
-            return [$psr7Request, $symfonyFactory, $psr17Factory];
-        }, $psr7Requests));
-    }
-
-    /**
-     * @dataProvider responseProvider
-     *
-     * @param Response|ResponseInterface                                 $response
-     * @param HttpFoundationFactoryInterface|HttpMessageFactoryInterface $firstFactory
-     * @param HttpFoundationFactoryInterface|HttpMessageFactoryInterface $secondFactory
-     */
-    public function testConvertResponseMultipleTimes($response, $firstFactory, $secondFactory)
-    {
-        $temporaryResponse = $firstFactory->createResponse($response);
-        $finalResponse = $secondFactory->createResponse($temporaryResponse);
-
-        if ($finalResponse instanceof Response) {
-            $this->assertEquals($response->getAge(), $finalResponse->getAge());
-            $this->assertEquals($response->getCharset(), $finalResponse->getCharset());
-            $this->assertEquals($response->getContent(), $finalResponse->getContent());
-            $this->assertEquals($response->getDate(), $finalResponse->getDate());
-            $this->assertEquals($response->getEtag(), $finalResponse->getEtag());
-            $this->assertEquals($response->getExpires(), $finalResponse->getExpires());
-            $this->assertEquals($response->getLastModified(), $finalResponse->getLastModified());
-            $this->assertEquals($response->getMaxAge(), $finalResponse->getMaxAge());
-            $this->assertEquals($response->getProtocolVersion(), $finalResponse->getProtocolVersion());
-            $this->assertEquals($response->getStatusCode(), $finalResponse->getStatusCode());
-            $this->assertEquals($response->getTtl(), $finalResponse->getTtl());
-        } elseif ($finalResponse instanceof ResponseInterface) {
-            $strToLower = function ($arr) {
-                foreach ($arr as $key => $value) {
-                    yield strtolower($key) => $value;
-                }
-            };
-            $this->assertEquals($response->getStatusCode(), $finalResponse->getStatusCode());
-            $this->assertEquals($response->getReasonPhrase(), $finalResponse->getReasonPhrase());
-            $this->assertEquals((string) $response->getBody(), (string) $finalResponse->getBody());
-            $this->assertEquals($strToLower($response->getHeaders()), $strToLower($finalResponse->getHeaders()));
-            $this->assertEquals($response->getProtocolVersion(), $finalResponse->getProtocolVersion());
-        } else {
-            $this->fail('$finalResponse must be an instance of PSR7 or a HTTPFoundation response');
-        }
-    }
-
-    public function responseProvider()
-    {
-        $sfResponse = new Response(
-            'Response content.',
-            202,
-            ['x-symfony' => ['3.4']]
-        );
-
-        if (method_exists(Cookie::class, 'create')) {
-            $cookie = Cookie::create('city', 'Lille', new \DateTime('Wed, 13 Jan 2021 22:23:01 GMT'));
-        } else {
-            $cookie = new Cookie('city', 'Lille', new \DateTime('Wed, 13 Jan 2021 22:23:01 GMT'));
-        }
-
-        $sfResponse->headers->setCookie($cookie);
-        $body = Psr7Stream::create();
-        $status = 302;
-        $headers = [
-            'location' => ['http://example.com/'],
-        ];
-        $zendResponse = new Psr7Response($status, $headers, $body);
-
-        $nyholmFactory = new Psr17Factory();
-        $psr17Factory = new PsrHttpFactory($nyholmFactory, $nyholmFactory, $nyholmFactory, $nyholmFactory);
-        $symfonyFactory = new HttpFoundationFactory();
-
-        return [
-            [$sfResponse, $psr17Factory, $symfonyFactory],
-            [$zendResponse, $symfonyFactory, $psr17Factory],
-        ];
-    }
-
-    private function createUploadedFile($content, $originalName, $mimeType, $error)
-    {
-        $path = tempnam(sys_get_temp_dir(), uniqid());
-        file_put_contents($path, $content);
-
-        return new UploadedFile($path, $originalName, $mimeType, $error, true);
-    }
-}

+ 0 - 29
vendor/symfony/psr-http-message-bridge/phpunit.xml.dist

@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<phpunit backupGlobals="false"
-         backupStaticAttributes="false"
-         colors="true"
-         convertErrorsToExceptions="true"
-         convertNoticesToExceptions="true"
-         convertWarningsToExceptions="true"
-         processIsolation="false"
-         stopOnFailure="false"
-         bootstrap="vendor/autoload.php"
->
-    <testsuites>
-        <testsuite name="Symfony PSR-7 HTTP message Bridge Test Suite">
-            <directory>./Tests/</directory>
-        </testsuite>
-    </testsuites>
-
-    <filter>
-        <whitelist>
-            <directory>./</directory>
-            <exclude>
-                <directory>./Resources</directory>
-                <directory>./Tests</directory>
-                <directory>./vendor</directory>
-            </exclude>
-        </whitelist>
-    </filter>
-</phpunit>