[TASK] update composer
This commit is contained in:
parent
32c7ed5dec
commit
6d3b0e6117
@ -1,36 +1,29 @@
|
|||||||
{
|
{
|
||||||
"name": "picocms/pico-composer",
|
"name": "chrosey/homepage",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"description": "Pico is a flat file CMS, this means there is no administration backend and database to deal with. You simply create .md files in the \"content\" folder and that becomes a page.",
|
"description": "Homepage based on PicoCMS",
|
||||||
"keywords": ["pico", "picocms", "pico-cms", "simple", "flat-file", "cms", "content-management", "website", "markdown-to-html", "php", "markdown", "yaml", "twig", "composer-project"],
|
"keywords": ["pico", "picocms", "pico-cms", "simple", "flat-file", "cms", "content-management", "website", "markdown-to-html", "php", "markdown", "yaml", "twig", "composer-project"],
|
||||||
"homepage": "http://picocms.org/",
|
"homepage": "https://chrosey.de/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [{
|
"authors": [{
|
||||||
"name": "Daniel Rudolf",
|
"name": "Chrosey",
|
||||||
"email": "picocms.org@daniel-rudolf.de",
|
"email": "info@chrosey.de",
|
||||||
"role": "Lead Developer"
|
"role": "Developer"
|
||||||
},
|
}],
|
||||||
{
|
"repositories": [{
|
||||||
"name": "The Pico Community",
|
"type": "path",
|
||||||
"homepage": "http://picocms.org/"
|
"url": "Packages/*"
|
||||||
},
|
}],
|
||||||
{
|
|
||||||
"name": "Contributors",
|
|
||||||
"homepage": "https://github.com/picocms/pico-composer/graphs/contributors"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"support": {
|
|
||||||
"docs": "http://picocms.org/docs",
|
|
||||||
"issues": "https://github.com/picocms/Pico/issues",
|
|
||||||
"source": "https://github.com/picocms/Pico"
|
|
||||||
},
|
|
||||||
"require": {
|
"require": {
|
||||||
"picocms/pico": "^2.1",
|
"chrosey/pico-theme-materializecss": "@dev",
|
||||||
"picocms/pico-theme": "^2.1",
|
"phrozenbyte/pico-file-prefixes": "^2.0",
|
||||||
"picocms/pico-deprecated": "^2.1",
|
|
||||||
"picocms/composer-installer": "^1.0",
|
"picocms/composer-installer": "^1.0",
|
||||||
"phrozenbyte/pico-file-prefixes": "^2.0"
|
"picocms/pico": "^2.1",
|
||||||
|
"picocms/pico-deprecated": "^2.1"
|
||||||
},
|
},
|
||||||
|
"prefer-stable": true,
|
||||||
"minimum-stability": "beta",
|
"minimum-stability": "beta",
|
||||||
"prefer-stable": true
|
"config": {
|
||||||
}
|
"sort-packages": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
150
composer.lock
generated
150
composer.lock
generated
@ -4,8 +4,43 @@
|
|||||||
"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": "05240d1d4512f025e0b0352f78f43b64",
|
"content-hash": "8e8c4c1f1e810860694478e4e14b20e4",
|
||||||
"packages": [
|
"packages": [
|
||||||
|
{
|
||||||
|
"name": "chrosey/pico-theme-materializecss",
|
||||||
|
"version": "dev-master",
|
||||||
|
"dist": {
|
||||||
|
"type": "path",
|
||||||
|
"url": "Packages/chrosey_materialize",
|
||||||
|
"reference": "dcf93380e817c739966727cce5a90721a3a5d24f"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"picocms/pico": "^2.1"
|
||||||
|
},
|
||||||
|
"type": "pico-theme",
|
||||||
|
"extra": {
|
||||||
|
"installer-name": "pico-materializecss"
|
||||||
|
},
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Christian Seyfferth",
|
||||||
|
"email": "info@chrosey.de",
|
||||||
|
"role": "Developer"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "PicoCMS Materializecss-Theme",
|
||||||
|
"homepage": "http://picocms.org/",
|
||||||
|
"keywords": [
|
||||||
|
"materializecss-theme",
|
||||||
|
"pico",
|
||||||
|
"pico-theme",
|
||||||
|
"picocms",
|
||||||
|
"picocms-theme"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "erusev/parsedown",
|
"name": "erusev/parsedown",
|
||||||
"version": "1.8.0-beta-7",
|
"version": "1.8.0-beta-7",
|
||||||
@ -211,16 +246,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "picocms/pico",
|
"name": "picocms/pico",
|
||||||
"version": "v2.1.1",
|
"version": "v2.1.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/picocms/Pico.git",
|
"url": "https://github.com/picocms/Pico.git",
|
||||||
"reference": "b49936fb3a389b89c1bca659b7841f34c04b95bd"
|
"reference": "1aca13e83d611a6cdf8052675239dc8b6a9b0292"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/picocms/Pico/zipball/b49936fb3a389b89c1bca659b7841f34c04b95bd",
|
"url": "https://api.github.com/repos/picocms/Pico/zipball/1aca13e83d611a6cdf8052675239dc8b6a9b0292",
|
||||||
"reference": "b49936fb3a389b89c1bca659b7841f34c04b95bd",
|
"reference": "1aca13e83d611a6cdf8052675239dc8b6a9b0292",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -238,8 +273,8 @@
|
|||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "2.0.x-dev",
|
"dev-master": "2.1.x-dev",
|
||||||
"dev-pico-2.1": "2.1.x-dev"
|
"dev-pico-3.0": "3.0.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -290,20 +325,20 @@
|
|||||||
"website",
|
"website",
|
||||||
"yaml"
|
"yaml"
|
||||||
],
|
],
|
||||||
"time": "2019-12-31T15:33:55+00:00"
|
"time": "2020-04-10T21:18:00+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "picocms/pico-deprecated",
|
"name": "picocms/pico-deprecated",
|
||||||
"version": "v2.1.1",
|
"version": "v2.1.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/picocms/pico-deprecated.git",
|
"url": "https://github.com/picocms/pico-deprecated.git",
|
||||||
"reference": "9554c025626bcba4f9160d3f2dabf18376402a1f"
|
"reference": "da02d7b468297d6b7e9d1fa6261ff7fced0a0cf9"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/picocms/pico-deprecated/zipball/9554c025626bcba4f9160d3f2dabf18376402a1f",
|
"url": "https://api.github.com/repos/picocms/pico-deprecated/zipball/da02d7b468297d6b7e9d1fa6261ff7fced0a0cf9",
|
||||||
"reference": "9554c025626bcba4f9160d3f2dabf18376402a1f",
|
"reference": "da02d7b468297d6b7e9d1fa6261ff7fced0a0cf9",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -313,8 +348,8 @@
|
|||||||
"type": "pico-plugin",
|
"type": "pico-plugin",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "2.0.x-dev",
|
"dev-master": "2.1.x-dev",
|
||||||
"dev-pico-2.1": "2.1.x-dev"
|
"dev-pico-3.0": "3.0.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -353,75 +388,20 @@
|
|||||||
"picocms",
|
"picocms",
|
||||||
"picocms-plugin"
|
"picocms-plugin"
|
||||||
],
|
],
|
||||||
"time": "2019-12-31T15:36:04+00:00"
|
"time": "2020-04-10T21:19:37+00:00"
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "picocms/pico-theme",
|
|
||||||
"version": "v2.1.1",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/picocms/pico-theme.git",
|
|
||||||
"reference": "a79b9875b1d2dd182617454ad73af3c7caa47682"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/picocms/pico-theme/zipball/a79b9875b1d2dd182617454ad73af3c7caa47682",
|
|
||||||
"reference": "a79b9875b1d2dd182617454ad73af3c7caa47682",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"picocms/pico": "self.version"
|
|
||||||
},
|
|
||||||
"type": "pico-theme",
|
|
||||||
"extra": {
|
|
||||||
"installer-name": "default",
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "2.0.x-dev",
|
|
||||||
"dev-pico-2.1": "2.1.x-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"MIT"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Daniel Rudolf",
|
|
||||||
"email": "picocms.org@daniel-rudolf.de",
|
|
||||||
"role": "Lead Developer"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "The Pico Community",
|
|
||||||
"homepage": "http://picocms.org/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Contributors",
|
|
||||||
"homepage": "https://github.com/picocms/pico-theme/graphs/contributors"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "This is Pico's official default theme. Pico is a stupidly simple, blazing fast, flat file CMS.",
|
|
||||||
"homepage": "http://picocms.org/",
|
|
||||||
"keywords": [
|
|
||||||
"default-theme",
|
|
||||||
"pico",
|
|
||||||
"pico-theme",
|
|
||||||
"picocms",
|
|
||||||
"picocms-theme"
|
|
||||||
],
|
|
||||||
"time": "2019-12-31T15:37:35+00:00"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/polyfill-ctype",
|
"name": "symfony/polyfill-ctype",
|
||||||
"version": "v1.13.1",
|
"version": "v1.15.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/polyfill-ctype.git",
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
||||||
"reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
|
"reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
|
||||||
"reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
|
"reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -433,7 +413,7 @@
|
|||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "1.13-dev"
|
"dev-master": "1.15-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -466,7 +446,7 @@
|
|||||||
"polyfill",
|
"polyfill",
|
||||||
"portable"
|
"portable"
|
||||||
],
|
],
|
||||||
"time": "2019-11-27T13:56:44+00:00"
|
"time": "2020-02-27T09:26:54+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/yaml",
|
"name": "symfony/yaml",
|
||||||
@ -520,16 +500,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "twig/twig",
|
"name": "twig/twig",
|
||||||
"version": "v1.42.4",
|
"version": "v1.42.5",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/twigphp/Twig.git",
|
"url": "https://github.com/twigphp/Twig.git",
|
||||||
"reference": "e587180584c3d2d6cb864a0454e777bb6dcb6152"
|
"reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/twigphp/Twig/zipball/e587180584c3d2d6cb864a0454e777bb6dcb6152",
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e",
|
||||||
"reference": "e587180584c3d2d6cb864a0454e777bb6dcb6152",
|
"reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -538,8 +518,7 @@
|
|||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"psr/container": "^1.0",
|
"psr/container": "^1.0",
|
||||||
"symfony/debug": "^3.4|^4.2",
|
"symfony/phpunit-bridge": "^4.4|^5.0"
|
||||||
"symfony/phpunit-bridge": "^4.4@dev|^5.0"
|
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
@ -568,7 +547,6 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Twig Team",
|
"name": "Twig Team",
|
||||||
"homepage": "https://twig.symfony.com/contributors",
|
|
||||||
"role": "Contributors"
|
"role": "Contributors"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -582,13 +560,15 @@
|
|||||||
"keywords": [
|
"keywords": [
|
||||||
"templating"
|
"templating"
|
||||||
],
|
],
|
||||||
"time": "2019-11-11T16:49:32+00:00"
|
"time": "2020-02-11T05:59:23+00:00"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packages-dev": [],
|
"packages-dev": [],
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "beta",
|
"minimum-stability": "beta",
|
||||||
"stability-flags": [],
|
"stability-flags": {
|
||||||
|
"chrosey/pico-theme-materializecss": 20
|
||||||
|
},
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": [],
|
"platform": [],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user