From d2e4cbc239b1367d2b837cf785281617889f41b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Dufraisse?= Date: Sat, 11 Mar 2023 00:48:56 +0100 Subject: [PATCH] shore(composer): pico-content-editor --- composer.json | 24 +++-- composer.lock | 271 ++------------------------------------------------ 2 files changed, 22 insertions(+), 273 deletions(-) diff --git a/composer.json b/composer.json index 3dd1587..52017bd 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "sort-packages": true, "allow-plugins": { "picocms/composer-installer": true, - "topfloor/composer-cleanup-vcs-dirs": true + "topfloor/composer-cleanup-vcs-dirs": false } }, "extra": { @@ -44,7 +44,18 @@ }, { "type": "vcs", - "url": "https://git.defis.info/SeaCMS/seacms-theme" + "url": "https://git.defis.info/SeaCMS/pico-content-editor" + }, + { + "type": "path", + "url": "../seacms-theme", + "options": { + "name": "seacms/seacms-theme", + "versions": { + "seacms/seacms-theme": "dev-master", + "symlink": true + } + } }, { "type": "vcs", @@ -57,13 +68,6 @@ { "type": "vcs", "url": "https://git.defis.info/SeaCMS/seacms-auth" - }, - { - "type": "vcs", - "url": "https://git.defis.info/SeaCMS/pico-content-editor" } - ], - "require-dev": { - "topfloor/composer-cleanup-vcs-dirs": "^1.1" - } + ] } diff --git a/composer.lock b/composer.lock index 8630c7f..9e12b57 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": "acd75993fdb60664bd88d52c3c7d115d", + "content-hash": "74b4ba717f4f136f2a0da15297e0a163", "packages": [ { "name": "erusev/parsedown", @@ -539,16 +539,15 @@ { "name": "seacms/seacms-theme", "version": "dev-master", - "source": { - "type": "git", - "url": "https://git.defis.info/SeaCMS/seacms-theme", + "dist": { + "type": "path", + "url": "../seacms-theme", "reference": "89dfb914e435c91327fbeab11b05c9594fc9201f" }, "require": { "seacms/app": "dev-master", "seacms/pico-content-editor": "dev-master" }, - "default-branch": true, "type": "pico-theme", "extra": { "installer-name": "seacms" @@ -565,7 +564,9 @@ "seacms", "seacms-theme" ], - "time": "2023-03-10T23:17:57+00:00" + "transport-options": { + "relative": true + } }, { "name": "symfony/polyfill-ctype", @@ -960,263 +961,7 @@ "time": "2022-12-27T12:26:20+00:00" } ], - "packages-dev": [ - { - "name": "symfony/deprecation-contracts", - "version": "v2.5.2", - "source": { - "type": "git", - "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", - "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "2.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" - } - }, - "autoload": { - "files": [ - "function.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": "A generic function and convention to trigger deprecation notices", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-01-02T09:53:40+00:00" - }, - { - "name": "symfony/finder", - "version": "v5.4.21", - "source": { - "type": "git", - "url": "https://github.com/symfony/finder.git", - "reference": "078e9a5e1871fcfe6a5ce421b539344c21afef19" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/078e9a5e1871fcfe6a5ce421b539344c21afef19", - "reference": "078e9a5e1871fcfe6a5ce421b539344c21afef19", - "shasum": "" - }, - "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/polyfill-php80": "^1.16" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Finder\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Finds files and directories via an intuitive fluent interface", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/finder/tree/v5.4.21" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-02-16T09:33:00+00:00" - }, - { - "name": "symfony/polyfill-php80", - "version": "v1.27.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", - "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Php80\\": "" - }, - "classmap": [ - "Resources/stubs" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Ion Bazan", - "email": "ion.bazan@gmail.com" - }, - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-11-03T14:55:06+00:00" - }, - { - "name": "topfloor/composer-cleanup-vcs-dirs", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://github.com/VolantisDev/composer-cleanup-vcs-dirs.git", - "reference": "dfa7c8c0fe22e048310d00f133f7df14f0b2f57a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/VolantisDev/composer-cleanup-vcs-dirs/zipball/dfa7c8c0fe22e048310d00f133f7df14f0b2f57a", - "reference": "dfa7c8c0fe22e048310d00f133f7df14f0b2f57a", - "shasum": "" - }, - "require": { - "composer-plugin-api": "^1 | ^2", - "php": ">=5.5", - "symfony/finder": "*" - }, - "require-dev": { - "composer/composer": "dev-master" - }, - "type": "composer-plugin", - "extra": { - "class": "TopFloor\\ComposerCleanupVcsDirs\\Plugin" - }, - "autoload": { - "psr-4": { - "TopFloor\\ComposerCleanupVcsDirs\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0+" - ], - "description": "Automatically deletes .git directories in newly installed or updated dependencies.", - "support": { - "issues": "https://github.com/VolantisDev/composer-cleanup-vcs-dirs/issues", - "source": "https://github.com/VolantisDev/composer-cleanup-vcs-dirs/tree/1.1.0" - }, - "time": "2021-07-09T16:11:23+00:00" - } - ], + "packages-dev": [], "aliases": [ { "package": "picocms/pico",