diff --git a/composer.json b/composer.json index e3292eaac..13d4ad19d 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,6 @@ "knplabs/knp-time-bundle": "^2.4.0", "knpuniversity/oauth2-client-bundle": "^2.18.1", "kornrunner/blurhash": "^1.2.2", - "laminas/laminas-diactoros": "^3.3.1", "league/commonmark": "^2.5.1", "league/flysystem-aws-s3-v3": "^3.28.0", "league/html-to-markdown": "^5.1.1", diff --git a/composer.lock b/composer.lock index 0cca75450..a676396d8 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "fbaab84932ac4f7c5bbea08a8650f4c6", + "content-hash": "7ed49456d146886c9e0644e6f2fd03ba", "packages": [ { "name": "aws/aws-crt-php", @@ -3245,91 +3245,6 @@ }, "time": "2022-07-13T19:38:39+00:00" }, - { - "name": "laminas/laminas-diactoros", - "version": "3.3.1", - "source": { - "type": "git", - "url": "https://github.com/laminas/laminas-diactoros.git", - "reference": "74cfb9a7522ffd2a161d1ebe10db2fc2abb9df45" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/74cfb9a7522ffd2a161d1ebe10db2fc2abb9df45", - "reference": "74cfb9a7522ffd2a161d1ebe10db2fc2abb9df45", - "shasum": "" - }, - "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", - "psr/http-factory": "^1.0.2", - "psr/http-message": "^1.1 || ^2.0" - }, - "provide": { - "psr/http-factory-implementation": "^1.1 || ^2.0", - "psr/http-message-implementation": "^1.1 || ^2.0" - }, - "require-dev": { - "ext-curl": "*", - "ext-dom": "*", - "ext-gd": "*", - "ext-libxml": "*", - "http-interop/http-factory-tests": "^0.9.0", - "laminas/laminas-coding-standard": "~2.5.0", - "php-http/psr7-integration-tests": "^1.3", - "phpunit/phpunit": "^9.6.16", - "psalm/plugin-phpunit": "^0.18.4", - "vimeo/psalm": "^5.22.1" - }, - "type": "library", - "extra": { - "laminas": { - "config-provider": "Laminas\\Diactoros\\ConfigProvider", - "module": "Laminas\\Diactoros" - } - }, - "autoload": { - "files": [ - "src/functions/create_uploaded_file.php", - "src/functions/marshal_headers_from_sapi.php", - "src/functions/marshal_method_from_sapi.php", - "src/functions/marshal_protocol_version_from_sapi.php", - "src/functions/normalize_server.php", - "src/functions/normalize_uploaded_files.php", - "src/functions/parse_cookie_header.php" - ], - "psr-4": { - "Laminas\\Diactoros\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "PSR HTTP Message implementations", - "homepage": "https://laminas.dev", - "keywords": [ - "http", - "laminas", - "psr", - "psr-17", - "psr-7" - ], - "support": { - "chat": "https://laminas.dev/chat", - "docs": "https://docs.laminas.dev/laminas-diactoros/", - "forum": "https://discourse.laminas.dev", - "issues": "https://github.com/laminas/laminas-diactoros/issues", - "rss": "https://github.com/laminas/laminas-diactoros/releases.atom", - "source": "https://github.com/laminas/laminas-diactoros" - }, - "funding": [ - { - "url": "https://funding.communitybridge.org/projects/laminas-project", - "type": "community_bridge" - } - ], - "time": "2024-02-16T16:06:16+00:00" - }, { "name": "lcobucci/clock", "version": "3.2.0", diff --git a/config/bundles.php b/config/bundles.php index 08bbb4a26..44eb6577e 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -1,7 +1,5 @@ ['all' => true], Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true], diff --git a/symfony.lock b/symfony.lock index 171a39f3b..a6889adb1 100644 --- a/symfony.lock +++ b/symfony.lock @@ -172,9 +172,6 @@ "config/packages/knpu_oauth2_client.yaml" ] }, - "laminas/laminas-diactoros": { - "version": "2.6.0" - }, "lcobucci/clock": { "version": "2.0.0" },