1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/blackfox-herosphp

Клонировать/Скачать
composer.json 1.1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
chenzifan Отправлено 29.09.2022 12:59 ca3132d
{
"name": "herosphp/framework",
"description": "a lightweight and high performance PHP web development framework base on Workerman",
"type": "framework",
"keywords": [
"php framework",
"herosphp",
"lightweight",
"workerman"
],
"homepage": "https://github.com/yangjian102621/herosphp",
"license": "MIT",
"authors": [
{
"name": "blackfox",
"email": "yangjian102621@gmail.com"
}
],
"require": {
"php": "^8.1",
"workerman/workerman": "^4.0",
"nikic/fast-route": "^1.3"
},
"autoload": {
"psr-4": {
"herosphp\\": "./src"
}
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.4",
"phpstan/phpstan": "^1.7"
},
"minimum-stability": "stable",
"suggest": {
"ext-event": "For better performance. "
},
"prefer-stable": true,
"config": {
"optimize-autoloader": true,
"sort-packages": true
},
"scripts": {
"cs-fix": "php-cs-fixer fix $1",
"analyse": "phpstan analyse --memory-limit=-1 -l 5 -c phpstan.neon"
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/blackfox-herosphp.git
git@api.gitlife.ru:oschina-mirror/blackfox-herosphp.git
oschina-mirror
blackfox-herosphp
blackfox-herosphp
master