Commit 88d6dfef authored by Thomas Hamel's avatar Thomas Hamel
Browse files

WIP

parent 0210bf0b
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
    "prefer-stable": true,
    "autoload": {
        "psr-4": {
            "UnicaenDbImport": "src/"
            "UnicaenDbImport\\": "src/"
        },
        "classmap": [
            "./Module.php"
@@ -34,7 +34,7 @@
    },
    "autoload-dev": {
        "psr-4": {
            "UnicaenDbImportUnitTest": "test/"
            "UnicaenDbImportUnitTest\\": "test/"
        }
    }
}