Merge pull request #97 from nahakyuu/add_yii3_framework
Add yii3 framework
Showing
.env.example
0 → 100644
autoload.php
0 → 100644
{ | ||
"name": "nmforce/phpdts", | ||
"description": "New repo for Yellow Version of phpbr", | ||
"type": "project", | ||
"description": "", | ||
"autoload": { | ||
"psr-4": { | ||
"NMForce\\PHPDTS\\": "src" | ||
} | ||
}, | ||
"scripts": { | ||
"post-update-cmd": [ | ||
"NMForce\\PHPDTS\\Installer::postUpdate", | ||
"NMForce\\PHPDTS\\Installer::copyEnvFile" | ||
], | ||
"post-create-project-cmd": [ | ||
"App\\Installer::copyEnvFile" | ||
] | ||
}, | ||
"require": { | ||
"paragonie/random_compat": ">=2" | ||
"httpsoft/http-message": "^1.0", | ||
"paragonie/random_compat": "v2.0.21", | ||
"psr/cache": "^3.0", | ||
"psr/http-message": "^1.0", | ||
"psr/log": "^3.0", | ||
"psr/simple-cache": "^3.0", | ||
"vlucas/phpdotenv": "^5.5", | ||
"yiisoft/aliases": "^3.0", | ||
"yiisoft/config": "^1.1", | ||
"yiisoft/csrf": "^2.0", | ||
"yiisoft/data-response": "^2.0", | ||
"yiisoft/definitions": "^3.2", | ||
"yiisoft/log": "^2.0", | ||
"yiisoft/middleware-dispatcher": "^5.0", | ||
"yiisoft/router": "^3.0", | ||
"yiisoft/router-fastroute": "^3.0", | ||
"yiisoft/session": "^2.0", | ||
"yiisoft/yii-http": "^1.0", | ||
"yiisoft/yii-runner-http": "^2.0" | ||
}, | ||
"require-dev": { | ||
"rector/rector": "^0.15.23", | ||
"yiisoft/request-model": "dev-master", | ||
"yiisoft/yii-debug": "dev-master#20b397a336d7f31a227ac4f5f75d8c8d81ae0b89", | ||
"yiisoft/yii-debug-api": "dev-master", | ||
"yiisoft/yii-gii": "dev-master", | ||
"yiisoft/yii-middleware": "dev-master", | ||
"yiisoft/yii-runner-console": "^2.0" | ||
}, | ||
"extra": { | ||
"config-plugin-file": "config/configuration.php" | ||
}, | ||
"config": { | ||
"sort-packages": true, | ||
"allow-plugins": { | ||
"yiisoft/config": true | ||
} | ||
} | ||
} |
This source diff could not be displayed because it is too large. You can view the blob instead.
config/.gitignore
0 → 100644
config/common/di/psr16.php
0 → 100644
config/common/di/psr3.php
0 → 100644
config/common/params.php
0 → 100644
config/configuration.php
0 → 100644
config/console/params.php
0 → 100644
config/web/di/psr17.php
0 → 100644
config/web/di/yii-route.php
0 → 100644
config/web/params.php
0 → 100644
config/web/routes.php
0 → 100644
public/.gitignore
0 → 100644
public/index.php
0 → 100644
rector.php
0 → 100644
runtime/.gitignore
0 → 100644
src/Installer.php
0 → 100644
vendor/autoload.php
deleted
100644 → 0
yii
0 → 100644
yii.bat
0 → 100644
Please register or sign in to comment