[TASK] install picocms 3.0 alpha

This commit is contained in:
TLRZ Seyfferth 2020-05-04 19:58:41 +02:00
parent 18e0245f88
commit b453515c6f
4 changed files with 125 additions and 57 deletions

View File

@ -11,7 +11,7 @@
"role": "Developer" "role": "Developer"
}], }],
"require": { "require": {
"picocms/pico": "^2.1" "picocms/pico": "^2.1||^v3.0.0-alpha.1"
}, },
"extra": { "extra": {
"installer-name": "pico-materializecss" "installer-name": "pico-materializecss"

View File

@ -18,8 +18,8 @@
"chrosey/pico-theme-materializecss": "@dev", "chrosey/pico-theme-materializecss": "@dev",
"phrozenbyte/pico-file-prefixes": "^2.0", "phrozenbyte/pico-file-prefixes": "^2.0",
"picocms/composer-installer": "^1.0", "picocms/composer-installer": "^1.0",
"picocms/pico": "^2.1", "picocms/pico": "^v3.0.0-alpha.1",
"picocms/pico-deprecated": "^2.1" "picocms/pico-deprecated": "^v3.0.0-alpha.1"
}, },
"prefer-stable": true, "prefer-stable": true,
"minimum-stability": "beta", "minimum-stability": "beta",

172
composer.lock generated
View File

@ -4,18 +4,18 @@
"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": "8e8c4c1f1e810860694478e4e14b20e4", "content-hash": "38e0149190743814b17bdc9e92da39f0",
"packages": [ "packages": [
{ {
"name": "chrosey/pico-theme-materializecss", "name": "chrosey/pico-theme-materializecss",
"version": "dev-master", "version": "dev-picocms-v3",
"dist": { "dist": {
"type": "path", "type": "path",
"url": "Packages/chrosey_materialize", "url": "Packages/chrosey_materialize",
"reference": "dcf93380e817c739966727cce5a90721a3a5d24f" "reference": "12c8123b40e78416179c1fbc70535fc9181578f0"
}, },
"require": { "require": {
"picocms/pico": "^2.1" "picocms/pico": "^2.1||^v3.0.0-alpha.1"
}, },
"type": "pico-theme", "type": "pico-theme",
"extra": { "extra": {
@ -43,16 +43,16 @@
}, },
{ {
"name": "erusev/parsedown", "name": "erusev/parsedown",
"version": "1.8.0-beta-7", "version": "1.7.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/erusev/parsedown.git", "url": "https://github.com/erusev/parsedown.git",
"reference": "fe7a50eceb4a3c867cc9fa9c0aa906b1067d1955" "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/erusev/parsedown/zipball/fe7a50eceb4a3c867cc9fa9c0aa906b1067d1955", "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
"reference": "fe7a50eceb4a3c867cc9fa9c0aa906b1067d1955", "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -85,27 +85,24 @@
"markdown", "markdown",
"parser" "parser"
], ],
"time": "2019-03-17T18:47:21+00:00" "time": "2019-12-30T22:54:17+00:00"
}, },
{ {
"name": "erusev/parsedown-extra", "name": "erusev/parsedown-extra",
"version": "0.8.0-beta-1", "version": "0.8.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/erusev/parsedown-extra.git", "url": "https://github.com/erusev/parsedown-extra.git",
"reference": "e756b1bf8642ab1091403e902b0503f1cec7527d" "reference": "91ac3ff98f0cea243bdccc688df43810f044dcef"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/e756b1bf8642ab1091403e902b0503f1cec7527d", "url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/91ac3ff98f0cea243bdccc688df43810f044dcef",
"reference": "e756b1bf8642ab1091403e902b0503f1cec7527d", "reference": "91ac3ff98f0cea243bdccc688df43810f044dcef",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"erusev/parsedown": "^1.8.0|^1.8.0-beta-4", "erusev/parsedown": "^1.7.4"
"ext-dom": "*",
"ext-mbstring": "*",
"php": ">=5.3.6"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4.8.35" "phpunit/phpunit": "^4.8.35"
@ -135,7 +132,7 @@
"parsedown", "parsedown",
"parser" "parser"
], ],
"time": "2018-05-08T21:54:32+00:00" "time": "2019-12-30T23:20:37+00:00"
}, },
{ {
"name": "phrozenbyte/pico-file-prefixes", "name": "phrozenbyte/pico-file-prefixes",
@ -246,24 +243,24 @@
}, },
{ {
"name": "picocms/pico", "name": "picocms/pico",
"version": "v2.1.2", "version": "v3.0.0-alpha.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/picocms/Pico.git", "url": "https://github.com/picocms/Pico.git",
"reference": "1aca13e83d611a6cdf8052675239dc8b6a9b0292" "reference": "039dd4edb21386289ce1903a376e6a44b6a0d558"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/picocms/Pico/zipball/1aca13e83d611a6cdf8052675239dc8b6a9b0292", "url": "https://api.github.com/repos/picocms/Pico/zipball/039dd4edb21386289ce1903a376e6a44b6a0d558",
"reference": "1aca13e83d611a6cdf8052675239dc8b6a9b0292", "reference": "039dd4edb21386289ce1903a376e6a44b6a0d558",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"erusev/parsedown": "1.8.0-beta-7", "erusev/parsedown": "1.7.4",
"erusev/parsedown-extra": "0.8.0-beta-1", "erusev/parsedown-extra": "0.8.1",
"php": ">=5.3.6", "php": ">=7.0.8",
"symfony/yaml": "^2.8", "symfony/yaml": "^3.4",
"twig/twig": "^1.36" "twig/twig": "^2.12"
}, },
"suggest": { "suggest": {
"picocms/composer-installer": "This Composer plugin is responsible for installing Pico plugins and themes using the Composer package manager.", "picocms/composer-installer": "This Composer plugin is responsible for installing Pico plugins and themes using the Composer package manager.",
@ -325,20 +322,20 @@
"website", "website",
"yaml" "yaml"
], ],
"time": "2020-04-10T21:18:00+00:00" "time": "2020-03-29T13:33:14+00:00"
}, },
{ {
"name": "picocms/pico-deprecated", "name": "picocms/pico-deprecated",
"version": "v2.1.2", "version": "v3.0.0-alpha.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/picocms/pico-deprecated.git", "url": "https://github.com/picocms/pico-deprecated.git",
"reference": "da02d7b468297d6b7e9d1fa6261ff7fced0a0cf9" "reference": "62af9ec2bbe4eb37e590abeff336dc86cbb65e55"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/picocms/pico-deprecated/zipball/da02d7b468297d6b7e9d1fa6261ff7fced0a0cf9", "url": "https://api.github.com/repos/picocms/pico-deprecated/zipball/62af9ec2bbe4eb37e590abeff336dc86cbb65e55",
"reference": "da02d7b468297d6b7e9d1fa6261ff7fced0a0cf9", "reference": "62af9ec2bbe4eb37e590abeff336dc86cbb65e55",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -388,7 +385,7 @@
"picocms", "picocms",
"picocms-plugin" "picocms-plugin"
], ],
"time": "2020-04-10T21:19:37+00:00" "time": "2020-03-29T13:20:25+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
@ -449,27 +446,95 @@
"time": "2020-02-27T09:26:54+00:00" "time": "2020-02-27T09:26:54+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/polyfill-mbstring",
"version": "v2.8.52", "version": "v1.15.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "02c1859112aa779d9ab394ae4f3381911d84052b" "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/02c1859112aa779d9ab394ae4f3381911d84052b", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
"reference": "02c1859112aa779d9ab394ae4f3381911d84052b", "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.9", "php": ">=5.3.3"
"symfony/polyfill-ctype": "~1.8" },
"suggest": {
"ext-mbstring": "For best performance"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.8-dev" "dev-master": "1.15-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
"time": "2020-03-09T19:04:49+00:00"
},
{
"name": "symfony/yaml",
"version": "v3.4.40",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "8fef49ac1357f4e05c997a1f139467ccb186bffa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/8fef49ac1357f4e05c997a1f139467ccb186bffa",
"reference": "8fef49ac1357f4e05c997a1f139467ccb186bffa",
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/console": "<3.4"
},
"require-dev": {
"symfony/console": "~3.4|~4.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
} }
}, },
"autoload": { "autoload": {
@ -496,25 +561,26 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2018-11-11T11:18:13+00:00" "time": "2020-04-24T10:16:04+00:00"
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
"version": "v1.42.5", "version": "v2.12.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/Twig.git", "url": "https://github.com/twigphp/Twig.git",
"reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e" "reference": "18772e0190734944277ee97a02a9a6c6555fcd94"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e", "url": "https://api.github.com/repos/twigphp/Twig/zipball/18772e0190734944277ee97a02a9a6c6555fcd94",
"reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e", "reference": "18772e0190734944277ee97a02a9a6c6555fcd94",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.5.0", "php": "^7.0",
"symfony/polyfill-ctype": "^1.8" "symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-mbstring": "^1.3"
}, },
"require-dev": { "require-dev": {
"psr/container": "^1.0", "psr/container": "^1.0",
@ -523,7 +589,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.42-dev" "dev-master": "2.12-dev"
} }
}, },
"autoload": { "autoload": {
@ -560,14 +626,16 @@
"keywords": [ "keywords": [
"templating" "templating"
], ],
"time": "2020-02-11T05:59:23+00:00" "time": "2020-02-11T15:31:23+00:00"
} }
], ],
"packages-dev": [], "packages-dev": [],
"aliases": [], "aliases": [],
"minimum-stability": "beta", "minimum-stability": "beta",
"stability-flags": { "stability-flags": {
"chrosey/pico-theme-materializecss": 20 "chrosey/pico-theme-materializecss": 20,
"picocms/pico": 15,
"picocms/pico-deprecated": 15
}, },
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,

View File

@ -24,7 +24,7 @@ twig_config: # Twig template engine config
strict_variables: false # If set to true, Twig will bail out when unset variables are being used strict_variables: false # If set to true, Twig will bail out when unset variables are being used
charset: utf-8 # The charset used by Twig templates charset: utf-8 # The charset used by Twig templates
debug: ~ # Enable Twig's debug mode debug: ~ # Enable Twig's debug mode
cache: ~ # Enable Twig template caching by specifying a path to a writable directory cache: false # Enable Twig template caching by specifying a path to a writable directory
auto_reload: true # Recompile Twig templates whenever the source code changes auto_reload: true # Recompile Twig templates whenever the source code changes
## ##