Commit c9b02975 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

composer : ajout explicite d'un dépendance avec laminas-text

parent f602fef7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@
        "laminas/laminas-component-installer": "^2.7",
        "laminas/laminas-log": "^2.9",
        "laminas/laminas-mvc-i18n": "^1.7",
        "laminas/laminas-text": "^2.10",
        "monolog/monolog": "^1.26",
        "unicaen/console": "^6.0",
        "unicaen/oracle": "dev-release_4.0.0",
+61 −170
Original line number Diff line number Diff line
@@ -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": "3dda3954aab5b18a43baaf539d67cc56",
    "content-hash": "79e878d5a4231b1a8fe86f34e3a882cd",
    "packages": [
        {
            "name": "api-skeletons/doctrine-orm-hydration-module",
@@ -4738,6 +4738,66 @@
            ],
            "time": "2022-12-03T18:48:01+00:00"
        },
        {
            "name": "laminas/laminas-text",
            "version": "2.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-text.git",
                "reference": "40f7acdb284d41553d32db811e704d6e15e415b4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-text/zipball/40f7acdb284d41553d32db811e704d6e15e415b4",
                "reference": "40f7acdb284d41553d32db811e704d6e15e415b4",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-servicemanager": "^3.19.0",
                "laminas/laminas-stdlib": "^3.7.1",
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
            },
            "conflict": {
                "zendframework/zend-text": "*"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~2.4.0",
                "phpunit/phpunit": "^9.5",
                "psalm/plugin-phpunit": "^0.18.4",
                "vimeo/psalm": "^5.1"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Laminas\\Text\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Create FIGlets and text-based tables",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "text"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-text/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-text/issues",
                "rss": "https://github.com/laminas/laminas-text/releases.atom",
                "source": "https://github.com/laminas/laminas-text"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2022-12-11T15:36:27+00:00"
        },
        {
            "name": "laminas/laminas-uri",
            "version": "2.10.0",
@@ -6901,87 +6961,6 @@
            ],
            "time": "2021-09-08T17:51:35+00:00"
        },
        {
            "name": "laminas/laminas-developer-tools",
            "version": "2.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-developer-tools.git",
                "reference": "343862445024d1b4cac76f0f5a89627d3c1edc66"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-developer-tools/zipball/343862445024d1b4cac76f0f5a89627d3c1edc66",
                "reference": "343862445024d1b4cac76f0f5a89627d3c1edc66",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-eventmanager": "^3.4",
                "laminas/laminas-http": "^2.15",
                "laminas/laminas-modulemanager": "^2.10",
                "laminas/laminas-mvc": "^3.1",
                "laminas/laminas-servicemanager": "^3.3",
                "laminas/laminas-stdlib": "^3.6",
                "laminas/laminas-view": "^2.13.1",
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
                "symfony/var-dumper": "^5.0.1 || ^6.0"
            },
            "conflict": {
                "zendframework/zend-developer-tools": "*"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~2.4.0",
                "phpunit/phpunit": "^9.5.26",
                "psalm/plugin-phpunit": "^0.18.4",
                "vimeo/psalm": "^5.1"
            },
            "suggest": {
                "aist/aist-git-tools": "Show you information about current GIT repository",
                "bjyoungblood/bjy-profiler": "Version: dev-master, allows the usage of the (Laminas) Db collector.",
                "doctrine/doctrine-orm-module": "Profile DoctrineORM queries",
                "jhuet/zdt-logger-module": "Show you log data from Laminas\\Log",
                "ocramius/ocra-service-manager": "OcraServiceManager can help you track dependencies within your application.",
                "san/san-session-toolbar": "SanSessionToolbar can help you see current Laminas\\Session data you're using within your application.",
                "snapshotpl/api-tools-snap-event-debugger": "ZfSnapEventDebugger can help you debug events from Laminas\\EventManager"
            },
            "type": "library",
            "extra": {
                "laminas": {
                    "module": "Laminas\\DeveloperTools"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\DeveloperTools\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Module for developer and debug tools for use with laminas-mvc applications.",
            "homepage": "https://laminas.dev",
            "keywords": [
                "debug",
                "developer",
                "laminas",
                "module"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-developer-tools/issues",
                "rss": "https://github.com/laminas/laminas-developer-tools/releases.atom",
                "source": "https://github.com/laminas/laminas-developer-tools"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2022-12-15T14:26:58+00:00"
        },
        {
            "name": "laminas/laminas-development-mode",
            "version": "3.10.0",
@@ -8635,94 +8614,6 @@
            ],
            "time": "2023-01-20T17:44:14+00:00"
        },
        {
            "name": "symfony/var-dumper",
            "version": "v6.0.19",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-dumper.git",
                "reference": "eb980457fa6899840fe1687e8627a03a7d8a3d52"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/eb980457fa6899840fe1687e8627a03a7d8a3d52",
                "reference": "eb980457fa6899840fe1687e8627a03a7d8a3d52",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.2",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "conflict": {
                "phpunit/phpunit": "<5.4.3",
                "symfony/console": "<5.4"
            },
            "require-dev": {
                "ext-iconv": "*",
                "symfony/console": "^5.4|^6.0",
                "symfony/process": "^5.4|^6.0",
                "symfony/uid": "^5.4|^6.0",
                "twig/twig": "^2.13|^3.0.4"
            },
            "suggest": {
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
                "ext-intl": "To show region name in time zone dump",
                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
            },
            "bin": [
                "Resources/bin/var-dump-server"
            ],
            "type": "library",
            "autoload": {
                "files": [
                    "Resources/functions/dump.php"
                ],
                "psr-4": {
                    "Symfony\\Component\\VarDumper\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides mechanisms for walking through any arbitrary PHP variable",
            "homepage": "https://symfony.com",
            "keywords": [
                "debug",
                "dump"
            ],
            "support": {
                "source": "https://github.com/symfony/var-dumper/tree/v6.0.19"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2023-01-20T17:44:14+00:00"
        },
        {
            "name": "theseer/tokenizer",
            "version": "1.2.3",