2 Star 5 Fork 1

Eward.Chen / laravel for sae

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 1.43 KB
一键复制 编辑 原始数据 按行查看 历史
Eward.Chen 提交于 2015-06-15 16:13 . init
{
"name": "laravel/laravel",
"description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"license": "MIT",
"type": "project",
"require": {
"php": ">=5.5.9",
"laravel/framework": "5.1.*",
"doctrine/dbal": "~2.4",
"qiniu/php-sdk": "dev-master",
"overtrue/laravel-wechat": "2.0.*",
"overtrue/pinyin": ">=1.4",
"gregwar/captcha": "dev-master"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~4.0",
"phpspec/phpspec": "~2.1"
},
"autoload": {
"classmap": [
"database"
],
"psr-4": {
"Ue\\": "app/",
"Gregwar\\Captcha\\": "vendor/Captcha/"
}
},
"autoload-dev": {
"classmap": [
"tests/TestCase.php"
]
},
"scripts": {
"post-install-cmd": [
"php artisan clear-compiled",
"php artisan optimize"
],
"post-update-cmd": [
"php artisan clear-compiled",
"php artisan optimize"
],
"post-root-package-install": [
"php -r \"copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"php artisan key:generate"
]
},
"config": {
"preferred-install": "dist"
},
"minimum-stability": "dev",
"prefer-stable": true
}
PHP
1
https://gitee.com/eward.chen/laravel-for-sae.git
git@gitee.com:eward.chen/laravel-for-sae.git
eward.chen
laravel-for-sae
laravel for sae
master

搜索帮助