2 Star 26 Fork 7

huagelong/eduxplus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 4.40 KB
一键复制 编辑 原始数据 按行查看 历史
huagelong 提交于 2023-09-11 09:27 . v1.0.0-beta 版本发布
{
"name": "trensy/eduxplus",
"description": "Online education system",
"license": "Apache-2.0",
"type": "project",
"require": {
"eduxplus/api-bundle": "@dev",
"eduxplus/cms-bundle": "@dev",
"eduxplus/core-bundle": "@dev",
"eduxplus/edux-bundle": "@dev",
"eduxplus/website-bundle": "@dev"
},
"require-dev": {
"deployer/deployer": "^7.3",
"doctrine/doctrine-fixtures-bundle": "^3.4",
"phpunit/phpunit": "^9.5",
"slince/composer-registry-manager": "^2.3",
"symfony/browser-kit": "5.4.*",
"symfony/console": "5.4.*",
"symfony/css-selector": "5.4.*",
"symfony/debug-bundle": "5.4.*",
"symfony/doctrine-bridge": "5.4.*",
"symfony/flex": "^1.17",
"symfony/maker-bundle": "^1.34",
"symfony/monolog-bridge": "5.4.*",
"symfony/phpunit-bridge": "5.4.*",
"symfony/requirements-checker": "^2.0",
"symfony/security-http": "5.4.*",
"symfony/stopwatch": "5.4.*",
"symfony/var-dumper": "5.4.*",
"symfony/web-profiler-bundle": "5.4.*",
"vimeo/psalm": "^4.17"
},
"config": {
"optimize-autoloader": true,
"preferred-install": {
"*": "dist"
},
"sort-packages": true,
"allow-plugins": {
"symfony/flex": true,
"slince/composer-registry-manager": true,
"easywechat-composer/easywechat-composer": true
}
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"prefer-stable": true,
"minimum-stability": "dev",
"autoload-dev": {
"psr-4": {
"App\\Tests\\": "tests/"
}
},
"scripts": {
"auto-scripts": {
"requirements-checker": "script",
"assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
},
"dep":[
"php vendor/bin/dep deploy:unlock",
"php vendor/bin/dep deploy"
],
"post-install-cmd": [
"@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts"
],
"clear-cache": [
"php bin/console cache:clear",
"php bin/console doctrine:cache:clear-metadata --ansi",
"php bin/console doctrine:cache:clear-query --ansi",
"php bin/console doctrine:cache:clear-result --ansi --no-interaction"
],
"assets": [
"@auto-scripts"
],
"after-deploy": [
"php bin/console core:gen:dir",
"php bin/console doctrine:database:create --if-not-exists",
"php bin/console doctrine:schema:update --ansi --force --no-interaction",
"@clear-cache"
],
"data-load":[
"php bin/console doctrine:fixtures:load --ansi --append",
"@clear-cache"
],
"up-entity":[
"@auto-scripts",
"php bin/console make:entity --regenerate Eduxplus\\CoreBundle\\Entity",
"php bin/console make:entity --regenerate Eduxplus\\CmsBundle\\Entity",
"php bin/console make:entity --regenerate Eduxplus\\EduxBundle\\Entity",
"php bin/console doctrine:schema:update --ansi --force --no-interaction",
"@clear-cache"
],
"gen": [
"php bin/console core:gen:before",
"php bin/console core:gen:dir",
"@auto-scripts",
"php bin/console doctrine:database:create --if-not-exists",
"php bin/console doctrine:schema:drop --ansi --force --full-database --no-interaction",
"php bin/console doctrine:schema:update --ansi --force --no-interaction",
"php bin/console doctrine:fixtures:load --ansi --no-interaction -vvv",
"php bin/console core:gen:after"
],
"migrate": [
"php bin/console doctrine:migrations:migrate",
"@clear-cache"
],
"make-migrate": [
"php bin/console make:migration",
"@clear-cache"
]
},
"conflict": {
"symfony/symfony": "*"
},
"extra": {
"symfony": {
"allow-contrib": false,
"require": "5.4.*"
}
},
"repositories": {
"eduxplus":{
"type": "path",
"url": "./bundles/*/*",
"symlink": true
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/huagelong/eduxplus.git
git@gitee.com:huagelong/eduxplus.git
huagelong
eduxplus
eduxplus
master

搜索帮助