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

Ajout d'UnicaenCode

parent 417dc57f
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -8,8 +8,9 @@
        }
    ],
    "require-dev": {
        "unicaen/test": "^4.0",
        "laminas/laminas-developer-tools": "^1.0"
        "laminas/laminas-developer-tools": "^2.0",
        "unicaen/code": "^7.1",
        "unicaen/test": "^4.0"
    },
    "require": {
        "php": "^7.4.0",
+169 −24
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": "bf5045cb1f0235fe8533f93e8225e7fd",
    "content-hash": "bde464ccc3107afcb1f6dc64a768b50c",
    "packages": [
        {
            "name": "aws/aws-crt-php",
@@ -10293,37 +10293,88 @@
        }
    ],
    "packages-dev": [
        {
            "name": "easybook/geshi",
            "version": "v1.0.8.19",
            "source": {
                "type": "git",
                "url": "https://github.com/easybook/geshi.git",
                "reference": "b4df5fa84a44d4e12eff67263a701eac7e157241"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/easybook/geshi/zipball/b4df5fa84a44d4e12eff67263a701eac7e157241",
                "reference": "b4df5fa84a44d4e12eff67263a701eac7e157241",
                "shasum": ""
            },
            "require": {
                "php": ">=5.0"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "./"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0"
            ],
            "authors": [
                {
                    "name": "Nigel McNie",
                    "email": "nigel@geshi.org"
                },
                {
                    "name": "Benny Baumann",
                    "email": "BenBE@geshi.org"
                }
            ],
            "description": "GeSHi - Generic Syntax Highlighter. This is an unmodified port of GeSHi project code found on SourceForge.",
            "homepage": "http://qbnz.com/highlighter",
            "keywords": [
                "highlight",
                "highlighter",
                "syntax"
            ],
            "support": {
                "source": "https://github.com/easybook/geshi/tree/master"
            },
            "time": "2018-04-20T18:19:44+00:00"
        },
        {
            "name": "laminas/laminas-developer-tools",
            "version": "1.3.2",
            "version": "2.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-developer-tools.git",
                "reference": "8c29d053be1815711ef049a7a2fd0b7f437978e3"
                "reference": "d6a7110dbdc4674f4382325ac6d81e476ff7c8ae"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-developer-tools/zipball/8c29d053be1815711ef049a7a2fd0b7f437978e3",
                "reference": "8c29d053be1815711ef049a7a2fd0b7f437978e3",
                "url": "https://api.github.com/repos/laminas/laminas-developer-tools/zipball/d6a7110dbdc4674f4382325ac6d81e476ff7c8ae",
                "reference": "d6a7110dbdc4674f4382325ac6d81e476ff7c8ae",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
                "laminas/laminas-modulemanager": "^2.7",
                "laminas/laminas-mvc": "^2.7 || ^3.0.1",
                "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
                "laminas/laminas-stdlib": "^2.7 || ^3.0",
                "laminas/laminas-view": "^2.6",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0",
                "symfony/var-dumper": "^3.4.36 || ^4.4.1 || ^5.0.1"
                "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": "^7.4 || ~8.0.0 || ~8.1.0",
                "symfony/var-dumper": "^5.0.1 || ^6.0"
            },
            "replace": {
                "zendframework/zend-developer-tools": "^1.3.0"
            "conflict": {
                "zendframework/zend-developer-tools": "*"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "phpunit/phpunit": "^5.7.25 || ^6.4.4 || ^7.1"
                "laminas/laminas-coding-standard": "~2.4.0",
                "phpunit/phpunit": "^9.3.4",
                "psalm/plugin-phpunit": "^0.17.0",
                "vimeo/psalm": "^4.6"
            },
            "suggest": {
                "aist/aist-git-tools": "Show you information about current GIT repository",
@@ -10336,10 +10387,6 @@
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev",
                    "dev-develop": "2.0.x-dev"
                },
                "laminas": {
                    "module": "Laminas\\DeveloperTools"
                }
@@ -10363,13 +10410,18 @@
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-developer-tools/",
                "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"
            },
            "time": "2020-03-29T12:17:06+00:00"
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2022-09-13T11:02:52+00:00"
        },
        {
            "name": "laminas/laminas-dom",
@@ -10435,6 +10487,74 @@
            ],
            "time": "2022-06-07T10:03:21+00:00"
        },
        {
            "name": "laminas/laminas-file",
            "version": "2.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-file.git",
                "reference": "8eebc51715188032161fbafeae22a618af16bdb3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-file/zipball/8eebc51715188032161fbafeae22a618af16bdb3",
                "reference": "8eebc51715188032161fbafeae22a618af16bdb3",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-stdlib": "^2.7.7 || ^3.1",
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
            },
            "conflict": {
                "zendframework/zend-file": "*"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-filter": "^2.7.2",
                "laminas/laminas-i18n": "^2.7.4",
                "laminas/laminas-progressbar": "^2.5.2",
                "laminas/laminas-servicemanager": "^2.7.8 || ^3.3",
                "laminas/laminas-session": "^2.8",
                "laminas/laminas-validator": "^2.10.1",
                "phpunit/phpunit": "^9.5.10"
            },
            "suggest": {
                "laminas/laminas-filter": "Laminas\\Filter component",
                "laminas/laminas-i18n": "Laminas\\I18n component",
                "laminas/laminas-validator": "Laminas\\Validator component"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Laminas\\File\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Locate PHP classfiles",
            "homepage": "https://laminas.dev",
            "keywords": [
                "file",
                "laminas"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-file/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-file/issues",
                "rss": "https://github.com/laminas/laminas-file/releases.atom",
                "source": "https://github.com/laminas/laminas-file"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2022-02-15T07:34:03+00:00"
        },
        {
            "name": "laminas/laminas-test",
            "version": "3.4.2",
@@ -11896,6 +12016,31 @@
            ],
            "time": "2022-08-02T15:47:23+00:00"
        },
        {
            "name": "unicaen/code",
            "version": "7.1",
            "source": {
                "type": "git",
                "url": "https://git.unicaen.fr/lib/unicaen/code.git",
                "reference": "b81326b34e8a993d771fa2aa682322e1908f6f9a"
            },
            "require": {
                "easybook/geshi": ">=1.0",
                "laminas/laminas-developer-tools": "^2.3",
                "laminas/laminas-file": "^2.10"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "UnicaenCode\\": "src/"
                },
                "classmap": [
                    "./Module.php"
                ]
            },
            "description": "Boite à outils pour la programmation avec la bibliothèque Unicaen",
            "time": "2022-10-05T15:04:59+00:00"
        },
        {
            "name": "unicaen/test",
            "version": "4.0.2",
+3 −14
Original line number Diff line number Diff line
@@ -3,21 +3,10 @@
$settings = [
    'view-dirs'     => [getcwd() . '/code'],
    'template-dirs' => [getcwd() . '/code/template'],
    'generator-dirs' => [getcwd() . '/code/generator'],
    'generator-output-dir' => '/tmp/UnicaenCode',
    'namespaces'           => [
         'services'  => [
            'Application',
         ],
         'forms'     => [
            'Application\Form',
         ],
         'hydrators' => [
            'Application\Hydrator',
         ],
         'entities'  => [
            'Application\Entity\Db',
         ],
    ],
    'triggers' => [],
    'author' => 'Paul Hochon <paul.hochon at unicaen.fr>',
];

return [
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ return [
    // Development time modules
    'modules' => [
        'Laminas\DeveloperTools',
        'UnicaenCode',
        'UnicaenTest',
    ],