-
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.
Add composer.json and update PicoExcerpt file and class docs
- Loading branch information
1 parent
a40befa
commit 86ab110
Showing
3 changed files
with
59 additions
and
12 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"name": "phrozenbyte/pico-excerpt", | ||
"type": "pico-plugin", | ||
"abandoned": true, | ||
"description": "This is Pico's official PicoExcerpt plugin. Pico is a stupidly simple, blazing fast, flat file CMS.", | ||
"keywords": [ "pico", "picocms", "picocms-plugin", "pico-excerpt", "excerpts" ], | ||
"homepage": "http://picocms.org/", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "The Pico Community", | ||
"homepage": "http://picocms.org/" | ||
}, | ||
{ | ||
"name": "Contributors", | ||
"homepage": "https://github.com/picocms/pico-excerpt/graphs/contributors" | ||
} | ||
], | ||
"support": { | ||
"docs": "http://picocms.org/plugins/excerpt/", | ||
"issues": "https://github.com/picocms/pico-excerpt/issues", | ||
"source": "https://github.com/picocms/pico-excerpt" | ||
}, | ||
"require": { | ||
"php": ">=5.3.0", | ||
"picocms/pico": "^1.0|^2.0", | ||
"phrozenbyte/pico-parse-pages-content": "^1.0" | ||
}, | ||
"autoload": { | ||
"classmap": [ "PicoExcerpt.php" ] | ||
} | ||
} |