Commit 93cabe45 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Correction du composer.json et update unicaen/db-import

parent 69b5c920
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -19,8 +19,7 @@
        "phpcompatibility/php-compatibility": "*",

        "unicaen/code": "^6.0",
        "unicaen/test": "^6.1",
        "unicaen/db-import": "dev-feature_select_generator"
        "unicaen/test": "^6.1"
    },
    "require": {
        "php": "^8.2",
+18 −23
Original line number Diff line number Diff line
@@ -2330,16 +2330,16 @@
        },
        {
            "name": "guzzlehttp/guzzle",
            "version": "7.13.1",
            "version": "7.13.2",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle.git",
                "reference": "55901a76dfd2006a0cc012b9e3c5b487f796478d"
                "reference": "bcd989ad36c92d42a3715379af91f2defee5b8dd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/55901a76dfd2006a0cc012b9e3c5b487f796478d",
                "reference": "55901a76dfd2006a0cc012b9e3c5b487f796478d",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/bcd989ad36c92d42a3715379af91f2defee5b8dd",
                "reference": "bcd989ad36c92d42a3715379af91f2defee5b8dd",
                "shasum": ""
            },
            "require": {
@@ -2357,7 +2357,7 @@
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "ext-curl": "*",
                "guzzle/client-integration-tests": "3.0.2",
                "guzzle/client-integration-tests": "3.0.3",
                "guzzlehttp/test-server": "^0.6",
                "php-http/message-factory": "^1.1",
                "phpunit/phpunit": "^8.5.52 || ^9.6.34",
@@ -2438,7 +2438,7 @@
            ],
            "support": {
                "issues": "https://github.com/guzzle/guzzle/issues",
                "source": "https://github.com/guzzle/guzzle/tree/7.13.1"
                "source": "https://github.com/guzzle/guzzle/tree/7.13.2"
            },
            "funding": [
                {
@@ -2454,7 +2454,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2026-06-29T20:14:18+00:00"
            "time": "2026-07-05T19:00:11+00:00"
        },
        {
            "name": "guzzlehttp/promises",
@@ -8579,20 +8579,19 @@
        },
        {
            "name": "nikic/php-parser",
            "version": "v5.7.0",
            "version": "v5.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nikic/PHP-Parser.git",
                "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82"
                "reference": "044a6a392ff8ad0d61f14370a5fbbd0a0107152f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dca41cd15c2ac9d055ad70dbfd011130757d1f82",
                "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82",
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/044a6a392ff8ad0d61f14370a5fbbd0a0107152f",
                "reference": "044a6a392ff8ad0d61f14370a5fbbd0a0107152f",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-json": "*",
                "ext-tokenizer": "*",
                "php": ">=7.4"
@@ -8631,9 +8630,9 @@
            ],
            "support": {
                "issues": "https://github.com/nikic/PHP-Parser/issues",
                "source": "https://github.com/nikic/PHP-Parser/tree/v5.7.0"
                "source": "https://github.com/nikic/PHP-Parser/tree/v5.8.0"
            },
            "time": "2025-12-06T11:56:16+00:00"
            "time": "2026-07-04T14:30:18+00:00"
        },
        {
            "name": "paragonie/random_compat",
@@ -12790,16 +12789,16 @@
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "UnicaenDbImport\\": "src/"
                "psr-0": {
                    "UnicaenDbImport": "src/"
                },
                "classmap": [
                    "./Module.php"
                ]
            },
            "autoload-dev": {
                "psr-4": {
                    "UnicaenDbImportUnitTest\\": "test/"
                "psr-0": {
                    "UnicaenDbImportUnitTest": "test/"
                }
            },
            "description": "Module d'import entre bases de données",
@@ -16316,11 +16315,7 @@
        "unicaen/api": 20,
        "unicaen/authentification": 20,
        "unicaen/pegase-coc-ext-api": 20,
        "unicaen/db-import": 20,
        "unicaen/pdf": 20,
        "unicaen/renderer": 20,
        "unicaen/sygal-api": 20,
        "unicaen/avis": 20
        "unicaen/sygal-api": 20
    },
    "prefer-stable": true,
    "prefer-lowest": false,