Skip to content

Commit

Permalink
Add composer.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
saiat3 committed Apr 25, 2019
1 parent c097dd5 commit dbb89c1
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "apollo11/yii2-global-behaviours",
"description": "Collection of global helper behaviours for Yii2 Framework",
"keywords": [
"yii2",
"behaviour",
"global-behaviour"
],
"type": "library",
"minimum-stability": "dev",
"homepage": "https://github.com/apolloeleven/yii2-global-behaviours",
"authors": [
{
"name": "Saiat Kalbiev",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"apollo11\\yii2GlobalBehaviours\\": ""
}
},
"require": {
"composer/composer": ">=1.6.3"
}
}

0 comments on commit dbb89c1

Please sign in to comment.