mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2024-11-22 15:13:42 +01:00
13 lines
211 B
JSON
Executable File
13 lines
211 B
JSON
Executable File
{
|
|
"name": "janunger/htdocs",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MeineApp\\": "src/MeineApp/"
|
|
}
|
|
},
|
|
"require": {},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.5"
|
|
}
|
|
}
|