|
@@ -0,0 +1,21 @@
|
|
|
|
|
+{
|
|
|
|
|
+ "name": "ptenchik0/yii2-referral",
|
|
|
|
|
+ "description": "Referral system desc",
|
|
|
|
|
+ "type": "yii2-extension",
|
|
|
|
|
+ "keywords": ["yii2","extension","referral"],
|
|
|
|
|
+ "license": "BSD-3-Clause",
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Oleg",
|
|
|
|
|
+ "email": "ptenchik0@gmail.com"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "yiisoft/yii2": "~2.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "ptenchik0\\referral\\": ""
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+}
|