diff --git a/composer.json b/composer.json index 6e56e8e..422a236 100644 --- a/composer.json +++ b/composer.json @@ -47,72 +47,8 @@ "url": "https://git.defis.info/SeaCMS/seacms-theme" }, { - "type": "package", - "package": { - "name": "picocms/pico", - "version": "dev-fix-compatibility-php8", - "source": { - "url": "https://git.defis.info/SeaCMS/pico", - "type": "git", - "reference": "fix-compatibility-php8" - }, - "type": "library", - "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.", - "keywords": ["pico", "picocms", "pico-cms", "simple", "flat-file", "cms", "content-management", "website", "markdown-to-html", "php", "markdown", "yaml", "twig" ], - "homepage": "http://picocms.org/", - "license": "MIT", - "authors": [ - { - "name": "Gilbert Pellegrom", - "email": "gilbert@pellegrom.me", - "role": "Project Founder" - }, - { - "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/graphs/contributors" - } - ], - "support": { - "docs": "http://picocms.org/docs", - "issues": "https://github.com/picocms/Pico/issues", - "source": "https://github.com/picocms/Pico" - }, - "require": { - "php": "^7.0.8 || ^8.0", - "ext-mbstring": "*", - "twig/twig": "^2.12", - "symfony/yaml" : "^3.4", - "erusev/parsedown": "1.7.4", - "erusev/parsedown-extra": "0.8.1" - }, - "suggest": { - "picocms/pico-theme": "Pico requires a theme to actually display the contents of your website. This is Pico's official default theme.", - "picocms/pico-deprecated": "PicoDeprecated's purpose is to maintain backward compatibility to older versions of Pico.", - "picocms/composer-installer": "This Composer plugin is responsible for installing Pico plugins and themes using the Composer package manager." - }, - "autoload": { - "psr-0": { - "Pico": "lib/", - "PicoPluginInterface": "lib/", - "AbstractPicoPlugin": "lib/" - } - }, - "extra": { - "branch-alias": { - "dev-master": "2.1.x-dev", - "dev-pico-3.0": "3.0.x-dev" - } - } - } + "type": "vcs", + "url": "https://git.defis.info/SeaCMS/pico" } ], "require-dev": { diff --git a/composer.lock b/composer.lock index 7d5ec38..ec4a328 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "eedbb5330464a6778df2fc4caaada07a", + "content-hash": "490299b11b80bb11ef4a90bdfaf855b7", "packages": [ { "name": "erusev/parsedown", @@ -182,7 +182,7 @@ "source": { "type": "git", "url": "https://git.defis.info/SeaCMS/pico", - "reference": "fix-compatibility-php8" + "reference": "61283bdba7c2ca2133f3e485642ffeaedb25128e" }, "require": { "erusev/parsedown": "1.7.4", @@ -255,7 +255,8 @@ "docs": "http://picocms.org/docs", "issues": "https://github.com/picocms/Pico/issues", "source": "https://github.com/picocms/Pico" - } + }, + "time": "2023-01-24T10:20:23+00:00" }, { "name": "seacms/app", @@ -263,7 +264,7 @@ "source": { "type": "git", "url": "https://git.defis.info/SeaCMS/seacms-app", - "reference": "d98d7e85c5ea508951abdfd0bd8eca96a65f8a3d" + "reference": "13832e4cc764530c6e86cc6976136a9899a9c507" }, "require": { "composer": "^2.4", @@ -306,7 +307,7 @@ "license": [ "EUPL-1.2" ], - "time": "2023-02-21T22:51:48+00:00" + "time": "2023-02-22T18:48:16+00:00" }, { "name": "seacms/seacms-theme",