add composer rector & add yii3 framework to console
Showing
.env.example
0 → 100644
autoload.php
0 → 100644
{ | { | ||
"name": "nmforce/phpdts", | "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": { | "require": { | ||
"paragonie/random_compat": ">=2" | "paragonie/random_compat": "v2.0.21", | ||
"vlucas/phpdotenv": "^5.5", | |||
"yiisoft/aliases": "^3.0", | |||
"yiisoft/config": "^1.1", | |||
"yiisoft/log": "^2.0" | |||
}, | |||
"require-dev": { | |||
"rector/rector": "^0.15.23", | |||
"yiisoft/yii-runner-console": "^2.0" | |||
}, | |||
"extra": { | |||
"config-plugin-file": "config/configuration.php" | |||
}, | |||
"config": { | |||
"sort-packages": true, | |||
"allow-plugins": { | |||
"yiisoft/config": true | |||
} | |||
} | } | ||
} | } |
This diff is collapsed.
config/.gitignore
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
rector.php
0 → 100644
runtime/.gitignore
0 → 100644
src/Installer.php
0 → 100644
yii
0 → 100644
yii.bat
0 → 100644
Please register or sign in to comment