Commit 87bb5295 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Merge remote-tracking branch 'origin/master'

parents 1ede3477 807a2968
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
        "unicaen/siham"                    : "6.2.0",
        "unicaen/mail"                     : "7.1.2",
        "unicaen/vue"                      : "6.3.2",
        "unicaen/bddadmin"                 : "1.1.1",
        "unicaen/bddadmin"                 : "1.2.0",
        "unicaen/signature"                : "1.0.4",
        "connecteur-ose/actul"             : "dev-master",
        "connecteur-ose/pegase"            : "dev-master"
+10 −10
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": "b1dec40219b9284fb87959cb1656f00e",
    "content-hash": "5f8edc2714f74ed7fca3e6e1e0d5d974",
    "packages": [
        {
            "name": "apereo/phpcas",
@@ -7535,11 +7535,11 @@
        },
        {
            "name": "unicaen/bddadmin",
            "version": "1.1.1",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://git.unicaen.fr/lib/unicaen/bddadmin.git",
                "reference": "2ac66aa67ae4ae82bb3d228d8af5845a2c095c78"
                "reference": "7a3c1e173348dfead76128219de1d8a851c90b27"
            },
            "require": {
                "php": ">=8.2"
@@ -7552,7 +7552,7 @@
                }
            },
            "description": "Module pour administrer des bases de données Postgresql et Oracle",
            "time": "2025-02-05T16:21:04+00:00"
            "time": "2025-02-20T13:34:57+00:00"
        },
        {
            "name": "unicaen/bjy-authorize",
@@ -9067,16 +9067,16 @@
        },
        {
            "name": "phpstan/phpdoc-parser",
            "version": "2.0.2",
            "version": "2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpstan/phpdoc-parser.git",
                "reference": "51087f87dcce2663e1fed4dfd4e56eccd580297e"
                "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/51087f87dcce2663e1fed4dfd4e56eccd580297e",
                "reference": "51087f87dcce2663e1fed4dfd4e56eccd580297e",
                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/9b30d6fd026b2c132b3985ce6b23bec09ab3aa68",
                "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68",
                "shasum": ""
            },
            "require": {
@@ -9108,9 +9108,9 @@
            "description": "PHPDoc parser with support for nullable, intersection and generic types",
            "support": {
                "issues": "https://github.com/phpstan/phpdoc-parser/issues",
                "source": "https://github.com/phpstan/phpdoc-parser/tree/2.0.2"
                "source": "https://github.com/phpstan/phpdoc-parser/tree/2.1.0"
            },
            "time": "2025-02-17T20:25:51+00:00"
            "time": "2025-02-19T13:28:12+00:00"
        },
        {
            "name": "phpunit/php-code-coverage",
+2 −2
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ FROM
            volume_horaire            vh
       JOIN parametre                  p ON p.nom = 'structure_univ'
       JOIN service                    s ON s.id = vh.service_id
       JOIN intervenant                i ON i.id = s.intervenant_id AND i.histo_destruction IS NULL
       JOIN intervenant                i ON i.id = s.intervenant_id
       JOIN statut                    si ON si.id = i.statut_id
       JOIN type_intervention         ti ON ti.id = vh.type_intervention_id
       JOIN v_vol_horaire_etat_multi vhe ON vhe.volume_horaire_id = vh.id
@@ -115,7 +115,7 @@ FROM
            volume_horaire_ref            vhr
       JOIN parametre                       p ON p.nom = 'structure_univ'
       JOIN service_referentiel            sr ON sr.id = vhr.service_referentiel_id
       JOIN intervenant                     i ON i.id = sr.intervenant_id AND i.histo_destruction IS NULL
       JOIN intervenant                     i ON i.id = sr.intervenant_id
       JOIN statut                         si ON si.id = i.statut_id
       JOIN v_vol_horaire_ref_etat_multi vher ON vher.volume_horaire_ref_id = vhr.id
       JOIN etat_volume_horaire           evh ON evh.id = vher.etat_volume_horaire_id