Add project files
This commit is contained in:
14
00_vortrags-files/composer.json
Normal file
14
00_vortrags-files/composer.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "example/php-docker-demo",
|
||||
"description": "Eine einfache PHP-Anwendung für Docker",
|
||||
"type": "project",
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"monolog/monolog": "^2.8"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"App\\": "src/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user