first commit
This commit is contained in:
43
composer.json
Executable file
43
composer.json
Executable file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "cybercore/zampet",
|
||||
"type": "project",
|
||||
"require": {
|
||||
"php": ">=8.2",
|
||||
"ramsey/uuid": "4.7.4",
|
||||
"firebase/php-jwt": "v6.11.1",
|
||||
"vlucas/phpdotenv": "v5.6.2",
|
||||
"symfony/var-dumper": "^v6.4.26",
|
||||
"claudecio/axiumphp": "dev-dev-router-update",
|
||||
"ext-json": "*"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/claudecio/axiumphp"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Zampet\\": "app/Common",
|
||||
"Zampet\\Module\\": "app/Module"
|
||||
}
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^10.5.58",
|
||||
"squizlabs/php_codesniffer": "^3.13.4"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "phpunit",
|
||||
"cs": "phpcs --standard=PSR12 src/"
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Claudecio Martins",
|
||||
"email": "contato@claudecio.is-a.dev",
|
||||
"role": "Developer"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user