Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhellmann authored Jan 29, 2019
1 parent ded024a commit 2c63aeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name" : "haariga/craft-gonzo",
"description": "Component Library from your templates Folder",
"type" : "craft-plugin",
"version" : "0.0.1",
"version" : "1.0.0-beta.1",
"keywords" : [
"craft",
"cms",
Expand All @@ -28,7 +28,7 @@
}
],
"require" : {
"craftcms/cms" : "^3.0.0-RC1",
"craftcms/cms" : "^3.0.0",
"tightenco/collect": "^5.5.9"
},
"autoload" : {
Expand All @@ -39,7 +39,7 @@
"extra" : {
"name" : "Craft Gonzo",
"handle" : "craft-gonzo",
"schemaVersion": "0.0.1",
"schemaVersion": "1.0.0-beta.1",
"hasCpSettings": false,
"hasCpSection" : false,
"changelogUrl" : "https://raw.githubusercontent.com/haariga/craft-gonzo/master/CHANGELOG.md",
Expand Down

0 comments on commit 2c63aeb

Please sign in to comment.