From c5db3b40e8ce8b2ee1f3ccd15f84f8a40702a50e Mon Sep 17 00:00:00 2001 From: Denis Ostrovsky <4deni.kiev@gmail.com> Date: Thu, 23 Mar 2017 19:48:49 +0200 Subject: [PATCH] init --- .gitignore | 5 +++++ BootstrapSocialAsset.php | 19 +++++++++++++++++++ README.md | 3 +++ composer.json | 19 +++++++++++++++++++ 4 files changed, 46 insertions(+) create mode 100644 .gitignore create mode 100644 BootstrapSocialAsset.php create mode 100644 README.md create mode 100644 composer.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3e2857c --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# phpstorm project files +.idea + +# composer vendor dir +/vendor diff --git a/BootstrapSocialAsset.php b/BootstrapSocialAsset.php new file mode 100644 index 0000000..a023de0 --- /dev/null +++ b/BootstrapSocialAsset.php @@ -0,0 +1,19 @@ +=5.3", + "yiisoft/yii2": "2.0.*", + "rmrevin/yii2-fontawesome": "~2.17" + }, + "license": "MIT", + "authors": [ + { + "name": "Denis Ostrovsky", + "email": "ostrovsky.dennis@gmail.com" + } + ], + "minimum-stability": "stable", + "keywords": ["yii", "yii2", "bootstrap", "social", "asset", "bundle"] +}