Commit cebc0a69 authored by Jean-Baptiste Oellers's avatar Jean-Baptiste Oellers
Browse files

Ajout composer lib renderer

parent 0581f4d2
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -39,7 +39,8 @@
    "symfony/config": "^7.2",
    "ext-calendar": "*",
    "unicaen/autoform": "6.2.*",
    "unicaen/mail": "6.1.*"
    "unicaen/mail": "6.1.*",
    "unicaen/renderer": "^7.1"
  },
  "minimum-stability": "dev",
  "prefer-stable": true,
+106 −1
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": "0e9ffa7dc565337f5cbb197fb6bbe15b",
    "content-hash": "ce87125be6d382f32da19b570ea24929",
    "packages": [
        {
            "name": "apereo/phpcas",
@@ -8968,6 +8968,85 @@
            ],
            "time": "2022-08-02T15:47:23+00:00"
        },
        {
            "name": "twig/twig",
            "version": "v3.21.1",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "285123877d4dd97dd7c11842ac5fb7e86e60d81d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/285123877d4dd97dd7c11842ac5fb7e86e60d81d",
                "reference": "285123877d4dd97dd7c11842ac5fb7e86e60d81d",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1.0",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/polyfill-ctype": "^1.8",
                "symfony/polyfill-mbstring": "^1.3"
            },
            "require-dev": {
                "phpstan/phpstan": "^2.0",
                "psr/container": "^1.0|^2.0",
                "symfony/phpunit-bridge": "^5.4.9|^6.4|^7.0"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/Resources/core.php",
                    "src/Resources/debug.php",
                    "src/Resources/escaper.php",
                    "src/Resources/string_loader.php"
                ],
                "psr-4": {
                    "Twig\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http://fabien.potencier.org",
                    "role": "Lead Developer"
                },
                {
                    "name": "Twig Team",
                    "role": "Contributors"
                },
                {
                    "name": "Armin Ronacher",
                    "email": "armin.ronacher@active-4.com",
                    "role": "Project Founder"
                }
            ],
            "description": "Twig, the flexible, fast, and secure template language for PHP",
            "homepage": "https://twig.symfony.com",
            "keywords": [
                "templating"
            ],
            "support": {
                "issues": "https://github.com/twigphp/Twig/issues",
                "source": "https://github.com/twigphp/Twig/tree/v3.21.1"
            },
            "funding": [
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/twig/twig",
                    "type": "tidelift"
                }
            ],
            "time": "2025-05-03T07:21:55+00:00"
        },
        {
            "name": "unicaen/app",
            "version": "6.2.0",
@@ -9196,6 +9275,32 @@
            "description": "Module reprenant la gestion des privileges  - Version laminas",
            "time": "2024-04-05T14:33:37+00:00"
        },
        {
            "name": "unicaen/renderer",
            "version": "7.1.1",
            "source": {
                "type": "git",
                "url": "https://git.unicaen.fr/lib/unicaen/renderer.git",
                "reference": "1eec838163af7e73cae24f787297a3fef017bca2"
            },
            "require": {
                "laminas/laminas-view": "^2.27",
                "php": "^8.0",
                "twig/twig": "^3.8",
                "unicaen/privilege": "^6.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "UnicaenRenderer\\": "src/UnicaenRenderer/"
                },
                "classmap": [
                    "./Module.php"
                ]
            },
            "description": "Module de rendu de texte avec templates et macros",
            "time": "2025-08-18T08:01:48+00:00"
        },
        {
            "name": "unicaen/signature",
            "version": "2.0.3",