add initial solution (made with copilot)
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "yourorg/api",
|
||||
"require": {
|
||||
"php": ">=7.4",
|
||||
"guzzlehttp/guzzle": "^7.0",
|
||||
"monolog/monolog": "^2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Core\\": "src/Core/",
|
||||
"Controllers\\": "src/Controllers/",
|
||||
"Services\\": "src/Services/",
|
||||
"Helpers\\": "src/Helpers/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Tests\\": "tests/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user