9 Star 45 Fork 16

slince / PHPDish

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 3.85 KB
一键复制 编辑 原始数据 按行查看 历史
slince 提交于 2018-08-24 15:28 . admin build
{
"name": "phpdish/phpdish",
"license": "MIT",
"type": "project",
"autoload": {
"psr-4": {
"": "src/"
},
"classmap": [
"app/AppKernel.php",
"app/AppCache.php"
]
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
},
"files": [
"vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php"
]
},
"require": {
"php": ">=7.2.0",
"algolia/search-bundle": "^3.0",
"apy/datagrid-bundle": "^3.1",
"doctrine/doctrine-bundle": "^1.6",
"doctrine/doctrine-fixtures-bundle": "^2.4",
"doctrine/doctrine-migrations-bundle": "^1.2",
"doctrine/orm": "^2.5",
"easycorp/easyadmin-bundle": "^1.17",
"emojione/emojione": "^3.1",
"exercise/htmlpurifier-bundle": "^0.2.4",
"friendsofsymfony/message-bundle": "^1.3",
"friendsofsymfony/rest-bundle": "^2.2",
"friendsofsymfony/user-bundle": "^2.0",
"gregwar/captcha-bundle": "^2.0",
"hwi/oauth-bundle": "^0.6.0",
"incenteev/composer-parameter-handler": "^2.0",
"knplabs/knp-gaufrette-bundle": "^0.4.0",
"knplabs/knp-markdown-bundle": "^1.5",
"knplabs/knp-menu-bundle": "^2.0",
"knplabs/knp-paginator-bundle": "^2.6",
"liip/imagine-bundle": "^1.9",
"lincanbin/material-design-avatars": "^1.4",
"moneyphp/money": "^3.1",
"nesbot/carbon": "^1.22",
"oneup/uploader-bundle": "^2.0",
"overtrue/pinyin": "^3.0",
"php-http/guzzle6-adapter": "^1.1",
"php-http/httplug-bundle": "^1.7",
"phpdish/plugin-installer": "^0.0",
"phpdish/theme-installer": "^0.0",
"ramsey/uuid": "^3.7",
"sensio/distribution-bundle": "^5.0.19",
"sensio/framework-extra-bundle": "^3.0.2",
"slince/youzan-pay": "^1.0",
"sonata-project/admin-bundle": "^3.31",
"sonata-project/doctrine-orm-admin-bundle": "^3.4",
"sonata-project/seo-bundle": "^2.2",
"stof/doctrine-extensions-bundle": "^1.3",
"sylius/theme-bundle": "^1.1",
"symfony/assetic-bundle": "^2.8",
"symfony/monolog-bundle": "^3.1.0",
"symfony/polyfill-apcu": "^1.0",
"symfony/swiftmailer-bundle": "^2.3.10",
"symfony/symfony": "^3.4",
"twig/extensions": "^1.5",
"twig/twig": "^2.0",
"white-october/pagerfanta-bundle": "^1.0",
"willdurand/hateoas-bundle": "^1.3",
"willdurand/js-translation-bundle": "^2.6"
},
"require-dev": {
"sensio/generator-bundle": "^3.0",
"symfony/phpunit-bridge": "^3.0"
},
"scripts": {
"symfony-scripts": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
],
"post-install-cmd": [
"@symfony-scripts"
],
"post-update-cmd": [
"@symfony-scripts"
]
},
"config": {
"sort-packages": true,
"ignore-theme-vendor": false
},
"extra": {
"symfony-app-dir": "app",
"symfony-bin-dir": "bin",
"symfony-var-dir": "var",
"symfony-web-dir": "web",
"symfony-tests-dir": "tests",
"symfony-assets-install": "relative",
"incenteev-parameters": {
"file": "app/config/parameters.yml"
},
"branch-alias": null
}
}
PHP
1
https://gitee.com/slince/phpdish.git
git@gitee.com:slince/phpdish.git
slince
phpdish
PHPDish
master

搜索帮助