[TASK] add pico-file-prefixes
This commit is contained in:
parent
1df798bc90
commit
60e0fc548b
@ -29,7 +29,8 @@
|
|||||||
"picocms/pico": "^2.1",
|
"picocms/pico": "^2.1",
|
||||||
"picocms/pico-theme": "^2.1",
|
"picocms/pico-theme": "^2.1",
|
||||||
"picocms/pico-deprecated": "^2.1",
|
"picocms/pico-deprecated": "^2.1",
|
||||||
"picocms/composer-installer": "^1.0"
|
"picocms/composer-installer": "^1.0",
|
||||||
|
"phrozenbyte/pico-file-prefixes": "^2.0"
|
||||||
},
|
},
|
||||||
"minimum-stability": "beta",
|
"minimum-stability": "beta",
|
||||||
"prefer-stable": true
|
"prefer-stable": true
|
||||||
|
|||||||
52
composer.lock
generated
52
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "c572de982113b017edeaa4b6ec598816",
|
"content-hash": "05240d1d4512f025e0b0352f78f43b64",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "erusev/parsedown",
|
"name": "erusev/parsedown",
|
||||||
@ -102,6 +102,56 @@
|
|||||||
],
|
],
|
||||||
"time": "2018-05-08T21:54:32+00:00"
|
"time": "2018-05-08T21:54:32+00:00"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "phrozenbyte/pico-file-prefixes",
|
||||||
|
"version": "v2.0.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/PhrozenByte/pico-file-prefixes.git",
|
||||||
|
"reference": "a0f1b5bfe47a20fdfaa9c0aaf1ff852e3509c3c4"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/PhrozenByte/pico-file-prefixes/zipball/a0f1b5bfe47a20fdfaa9c0aaf1ff852e3509c3c4",
|
||||||
|
"reference": "a0f1b5bfe47a20fdfaa9c0aaf1ff852e3509c3c4",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"php": ">=5.3.0"
|
||||||
|
},
|
||||||
|
"type": "pico-plugin",
|
||||||
|
"autoload": {
|
||||||
|
"classmap": [
|
||||||
|
"PicoFilePrefixes.php"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Daniel Rudolf",
|
||||||
|
"homepage": "http://daniel-rudolf.de/",
|
||||||
|
"role": "Lead Developer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Contributors",
|
||||||
|
"homepage": "https://github.com/PhrozenByte/pico-file-prefixes/graphs/contributors"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "This is Pico's official file prefixes plugin, to drop file prefixes from page URLs. Pico is a stupidly simple, blazing fast, flat file CMS.",
|
||||||
|
"homepage": "http://picocms.org/",
|
||||||
|
"keywords": [
|
||||||
|
"URL-Shortener",
|
||||||
|
"pico",
|
||||||
|
"pico-file-prefixes",
|
||||||
|
"picocms",
|
||||||
|
"picocms-plugin",
|
||||||
|
"seo"
|
||||||
|
],
|
||||||
|
"time": "2018-07-24T17:59:06+00:00"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "picocms/composer-installer",
|
"name": "picocms/composer-installer",
|
||||||
"version": "v1.0.1",
|
"version": "v1.0.1",
|
||||||
|
|||||||
4
config/pico-file-prefixes.yml
Normal file
4
config/pico-file-prefixes.yml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
PicoFilePrefixes:
|
||||||
|
recursiveDirs:
|
||||||
|
- blog
|
||||||
|
dirs: []
|
||||||
Loading…
x
Reference in New Issue
Block a user