Initial commit
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
18
composer.json
Normal file
18
composer.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "pronchev/pinecore",
|
||||
"description": "Minimal PHP framework for FrankenPHP long-running workers",
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"php-di/php-di": "^7.0",
|
||||
"mongodb/mongodb": "^2.2.0",
|
||||
"lcobucci/jwt": "^5.0",
|
||||
"psr/log": "^3.0",
|
||||
"psr/clock": "^1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {"Pronchev\\Pinecore\\": "src/"},
|
||||
"files": ["src/helpers.php"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user