-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bug, changed default settings, added more info to composer.json
- Loading branch information
1 parent
e54b652
commit dc88dcb
Showing
5 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "skayocrafts/cage", | ||
"description": "An Age-Verification-Gate Plugin for Craft CMS", | ||
"type": "craft-plugin", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"keywords": [ | ||
"craft", | ||
"cms", | ||
|
@@ -30,18 +30,21 @@ | |
"21" | ||
], | ||
"support": { | ||
"docs": "https://github.com/SkayoCrafts/cage/blob/master/README.md", | ||
"issues": "https://github.com/SkayoCrafts/cage/issues" | ||
"email": "[email protected]", | ||
"docs": "https://skayocrafts.github.io/cage/docs", | ||
"issues": "https://github.com/SkayoCrafts/Cage/issues", | ||
"source": "https://github.com/SkayoCrafts/Cage" | ||
}, | ||
"license": "proprietary", | ||
"authors": [ | ||
{ | ||
"name": "Skayo", | ||
"homepage": "https://skayo.github.io" | ||
"homepage": "https://skayo.github.io", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"craftcms/cms": "^3.0.0-RC1" | ||
"craftcms/cms": "^3.1.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
|
@@ -52,6 +55,7 @@ | |
"name": "Cage", | ||
"handle": "cage", | ||
"changelogUrl": "https://raw.githubusercontent.com/SkayoCrafts/cage/master/CHANGELOG.md", | ||
"documentationUrl": "https://skayocrafts.github.io/cage/docs", | ||
"class": "skayocrafts\\cage\\Cage" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters