Skip to content
Snippets Groups Projects
Commit cd9dc595 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Suppression de la config autoload.

parent 40aebe9d
No related branches found
No related tags found
No related merge requests found
...@@ -22,15 +22,12 @@ ...@@ -22,15 +22,12 @@
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Application\\": "module/Application/src"
}, },
"files": [ "files": [
"module/Application/Module.php"
] ]
}, },
"autoload-dev": { "autoload-dev": {
"psr-4": { "psr-4": {
"ApplicationTest\\": "module/Application/test"
} }
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment