the beginning of the idiots
This commit is contained in:
52
qwen/hack/composer.json
Normal file
52
qwen/hack/composer.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"name": "qwen/merchanthope-hack",
|
||||
"description": "MerchantsOfHope.org recruiting platform built with Hack/PHP",
|
||||
"type": "project",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Qwen Coding Agent",
|
||||
"email": "qwen@example.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"hhvm": "^4.0",
|
||||
"slim/slim": "^4.0",
|
||||
"slim/psr7": "^1.0",
|
||||
"firebase/php-jwt": "^6.0",
|
||||
"guzzlehttp/guzzle": "^7.0",
|
||||
"monolog/monolog": "^2.0",
|
||||
"vlucas/phpdotenv": "^5.0",
|
||||
"php-di/php-di": "^6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.0",
|
||||
"phpstan/phpstan": "^1.0",
|
||||
"fakerphp/faker": "^1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"App\\": "src/"
|
||||
},
|
||||
"files": [
|
||||
"src/bootstrap.php"
|
||||
]
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"start": "hhvm -m server -p 8080 --document-root public/",
|
||||
"test": "phpunit",
|
||||
"test-coverage": "phpunit --coverage-html coverage/",
|
||||
"cs-fix": "php-cs-fixer fix",
|
||||
"cs-check": "php-cs-fixer fix --dry-run",
|
||||
"phpstan": "phpstan analyze"
|
||||
},
|
||||
"config": {
|
||||
"sort-packages": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user