Initial commit: API Wipay dengan fix CORS untuk GET request
This commit is contained in:
25
composer.json
Normal file
25
composer.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "timo-wipay/api",
|
||||
"description": "Slim 4 API Application",
|
||||
"type": "project",
|
||||
"require": {
|
||||
"php": "^8.1",
|
||||
"slim/slim": "^4.12",
|
||||
"slim/psr7": "^1.6",
|
||||
"slim/http": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^10.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"App\\": "src/"
|
||||
},
|
||||
"files": [
|
||||
"src/Helpers/functions.php"
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"start": "php -S localhost:8000 -t public"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user