initial commit

This commit is contained in:
2020-12-30 13:12:18 +07:00
commit f7cafcb397
10 changed files with 748 additions and 0 deletions

17
composer.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "dannecron/test-php8",
"type": "project",
"minimum-stability": "dev",
"require": {
"php": "^8.0",
"guzzlehttp/guzzle": "7.2.0",
"adhocore/cli": "0.8.4",
"sarahman/simple-filesystem-cache": "1.0.2",
"ext-json": "*"
},
"autoload": {
"psr-4": {
"App\\": "src"
}
}
}