diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..efca283 --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +# Created by .ignore support plugin (hsz.mobi) +### Yii template +assets/* +!assets/.gitignore +protected/runtime/* +!protected/runtime/.gitignore +protected/data/*.db +themes/classic/views/ + +### Example user template template +### Example user template + +# IntelliJ project files +.idea +*.iml +out +gen + +composer.lock + +*.log +commands/result +config/setting.php +tests/ +vendor/ +runtime/ + +*.xml +*.lock + +oot +d + +composer.lock diff --git a/.phpstorm.meta.php b/.phpstorm.meta.php new file mode 100644 index 0000000..8b86fdb --- /dev/null +++ b/.phpstorm.meta.php @@ -0,0 +1,17 @@ +=8.0", + "ext-json": "*", + "psr/http-message": "^1.0" + }, + "autoload": { + "psr-4": { + "HttpMessage\\": "src/" + } + }, + "require-dev": { + "kwn/php-rdkafka-stubs": "^2.0" + } +}