Skip to content

Commit

Permalink
cmpallo
Browse files Browse the repository at this point in the history
  • Loading branch information
siripravi committed Feb 1, 2024
1 parent 1f9e55a commit b095a8f
Showing 1 changed file with 36 additions and 25 deletions.
61 changes: 36 additions & 25 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,39 @@
{
"name": "siripravi/yii2-image-gallery",
"description": "Image Gallery upload for yii2",
"type": "yii2-extension",
"keywords": ["yii2","extension","products"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Purnachandra Rao Valluri",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "~2.0"

"name": "siripravi/yii2-image-gallery",
"description": "Image Gallery upload for yii2",
"type": "yii2-extension",
"keywords": [
"yii2",
"extension",
"products"
],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Purnachandra Rao Valluri",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "~2.0"
},
"config": {
"fxp-asset": {
"enabled": false
},
"autoload": {
"psr-4": {
"siripravi\\gallery\\": "src/"
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
"allow-plugins": {
"yiisoft/yii2-composer": true
}
},
"autoload": {
"psr-4": {
"siripravi\\gallery\\": "src/"
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}

0 comments on commit b095a8f

Please sign in to comment.