update composer

This commit is contained in:
Christian Seyfferth 2020-12-04 23:31:21 +01:00
parent 0bcef6772c
commit e794585ef0
2 changed files with 41 additions and 2 deletions

View File

@ -2,6 +2,16 @@
"name": "typo3/cms-base-distribution", "name": "typo3/cms-base-distribution",
"description" : "TYPO3 CMS Base Distribution", "description" : "TYPO3 CMS Base Distribution",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"repositories": {
"0": {
"type": "path",
"url": "Packages/*"
},
"composer": {
"type": "composer",
"url": "https://composer.typo3.org/"
}
},
"config": { "config": {
"platform": { "platform": {
"php": "7.2" "php": "7.2"
@ -9,6 +19,7 @@
"sort-packages": true "sort-packages": true
}, },
"require": { "require": {
"chrosey/sitepackage": "@dev",
"helhum/typo3-console": "^6.0.0", "helhum/typo3-console": "^6.0.0",
"typo3/cms-about": "^10.4", "typo3/cms-about": "^10.4",
"typo3/cms-backend": "^10.4", "typo3/cms-backend": "^10.4",

32
composer.lock generated
View File

@ -4,8 +4,34 @@
"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": "bec96ff534ec8956831f4df0a906b190", "content-hash": "045a2f6f811c7d096f5b4e86498a4587",
"packages": [ "packages": [
{
"name": "chrosey/sitepackage",
"version": "dev-master",
"dist": {
"type": "path",
"url": "Packages/sitepackage",
"reference": "4802589e38e903cf250bd5ada14da7a9fac934c0"
},
"type": "typo3-cms-extension",
"autoload": {
"psr-4": {
"Chrosey\\Sitepackage\\": "Classes/"
}
},
"license": [
"GPL-2.0-or-later"
],
"description": "Sitepackage for Typo3 v10",
"homepage": "https://chrosey.de",
"keywords": [
"TYPO3 CMS"
],
"transport-options": {
"relative": true
}
},
{ {
"name": "cogpowered/finediff", "name": "cogpowered/finediff",
"version": "0.3.1", "version": "0.3.1",
@ -5691,7 +5717,9 @@
"packages-dev": [], "packages-dev": [],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": [], "stability-flags": {
"chrosey/sitepackage": 20
},
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": [],