Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoDornelles authored Aug 3, 2021
1 parent 3215881 commit 14f6066
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "dynamikaweb/yii2-template",
"description": "",
"name": "dynamikaweb/yii2-cookieconsent-widget",
"description": "Cookie Consent is a lightweight JavaScript plugin for alerting users about the use of cookies on your website.",
"type": "yii2-extension",
"keywords": ["dynamika", "yii2"],
"keywords": ["dynamika", "yii2", "cookie"],
"license": "BSD-3-Clause",
"authors": [
{
Expand All @@ -17,17 +17,18 @@
}
],
"support": {
"issues": "http://github.com/dynamikaweb/yii2-template/issues",
"source": "http://github.com/dynamikaweb/yii2-template"
"issues": "http://github.com/dynamikaweb/yii2-cookieconsent-widget/issues",
"source": "http://github.com/dynamikaweb/yii2-cookieconsent-widget"
},
"minimum-stability": "dev",
"require": {
"php": ">=7.0",
"yiisoft/yii2": "*"
"yiisoft/yii2": "*",
"npm-asset/cookieconsent": "3.*"
},
"autoload": {
"psr-4": {
"dynamikaweb\\": "src"
"dynamikaweb\\cookieconsent\\": "src"
}
},
"repositories": [
Expand Down

0 comments on commit 14f6066

Please sign in to comment.