maint: removing modern stuff
Showing
.env.example
deleted
100644 → 0
composer.json
deleted
100644 → 0
| { | |||
| "name": "nmforce/phpdts", | |||
| "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": { | |||
| "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/active-record": "dev-master", | |||
| "yiisoft/aliases": "^3.0", | |||
| "yiisoft/config": "^1.1", | |||
| "yiisoft/csrf": "^2.0", | |||
| "yiisoft/data-response": "^2.0", | |||
| "yiisoft/db": "dev-master", | |||
| "yiisoft/db-mysql": "dev-master", | |||
| "yiisoft/definitions": "^3.2", | |||
| "yiisoft/error-handler": "^3.0", | |||
| "yiisoft/log": "^2.0", | |||
| "yiisoft/middleware-dispatcher": "^5.0", | |||
| "yiisoft/router": "^3.0", | |||
| "yiisoft/router-fastroute": "^3.0", | |||
| "yiisoft/session": "^2.0", | |||
| "yiisoft/view": "^8.0", | |||
| "yiisoft/yii-http": "^1.0", | |||
| "yiisoft/yii-runner-http": "^2.0", | |||
| "yiisoft/yii-view": "^6.0" | |||
| }, | |||
| "require-dev": { | |||
| "rector/rector": "^0.15.23", | |||
| "yiisoft/request-model": "dev-master", | |||
| "yiisoft/yii-debug": "dev-master", | |||
| "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 | |||
| } | |||
| } | |||
| } |
composer.lock
deleted
100644 → 0
This source diff could not be displayed because it is too large. You can view the blob instead.
config/.gitignore
deleted
100644 → 0
File moved
File moved
public/.gitignore
deleted
100644 → 0
public/index.php
deleted
100644 → 0
runtime/.gitignore
deleted
100644 → 0
yii
deleted
100644 → 0
yii.bat
deleted
100644 → 0
Please register or sign in to comment