1 Star 0 Fork 7

vivi207/eduxplus

forked from huagelong/eduxplus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 3.95 KB
一键复制 编辑 原始数据 按行查看 历史
huagelong 提交于 2022-07-14 16:13 . composer package
{
"name": "trensy/eduxplus",
"description": "Online education system",
"license": "GPL-2.0",
"type": "project",
"require": {
"bundles/eduxplus-api-bundle": "@dev",
"bundles/eduxplus-cms-bundle": "@dev",
"bundles/eduxplus-core-bundle": "@dev",
"bundles/eduxplus-edux-bundle": "@dev",
"bundles/eduxplus-qa-bundle": "@dev",
"bundles/eduxplus-website-bundle": "@dev"
},
"require-dev": {
"easycorp/easy-deploy-bundle": "^1.0",
"doctrine/doctrine-fixtures-bundle": "^3.4",
"phpunit/phpunit": "^9.5",
"symfony/browser-kit": "5.4.*",
"symfony/css-selector": "5.4.*",
"symfony/debug-bundle": "5.4.*",
"symfony/doctrine-bridge": "5.4.*",
"symfony/flex": "^1.17",
"symfony/console": "5.4.*",
"symfony/maker-bundle": "^1.34",
"symfony/monolog-bridge": "5.4.*",
"symfony/phpunit-bridge": "5.4.*",
"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,
"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": {
"cache:clear": "symfony-cmd",
"assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
},
"post-install-cmd": [
"@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts"
],
"clear-dbcache": [
"php bin/console doctrine:cache:clear-metadata --ansi",
"php bin/console doctrine:cache:clear-collection-region --ansi --all",
"php bin/console doctrine:cache:clear-entity-region --ansi --all",
"php bin/console doctrine:cache:clear-query --ansi",
"php bin/console doctrine:cache:clear-query-region --ansi",
"php bin/console doctrine:cache:clear-result --ansi --no-interaction"
],
"assets": [
"php bin/console assets:install --symlink --relative public"
],
"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-dbcache"
],
"up-entity":[
"php bin/console make:entity --regenerate Wechance\\CoreBundle\\Entity",
"@deploy"
],
"gen": [
"php bin/console core:gen:dir",
"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",
"@clear-dbcache"
],
"migrate": [
"php bin/console doctrine:migrations:migrate",
"@clear-dbcache"
],
"makeMigrate": [
"php bin/console make:migration",
"@clear-dbcache"
]
},
"conflict": {
"symfony/symfony": "*"
},
"extra": {
"symfony": {
"allow-contrib": false,
"require": "5.4.*"
}
},
"repositories": {
"bundles":{
"type": "path",
"url": "./bundles/*/*",
"symlink": true
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/vivi207/eduxplus.git
[email protected]:vivi207/eduxplus.git
vivi207
eduxplus
eduxplus
master

搜索帮助