Commit 4b2624e5 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Merge remote-tracking branch 'origin/master' into php84

# Conflicts:
#	composer.json
parents eb1c489c 802ca5eb
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
CHANGELOG
=========

6.2.5 (09/01/2025)
------------------

- [Fix] Possibilité d'utiliser UnicaenApp >6


6.2.4 (03/12/2024)
------------------

+5 −2
Original line number Diff line number Diff line
@@ -8,11 +8,14 @@
        }
    ],
    "require"     : {
        "unicaen/app": "*"
        "unicaen/app": ">=6.0"
    },
    "autoload"    : {
        "psr-4"   : {
            "UnicaenTbl\\": "src/"
        }
        },
        "classmap": [
            "./Module.php"
        ]
    }
}
 No newline at end of file