From 2b5a40ceccfb5bd7ba18b681781ddf84e7d03d8f Mon Sep 17 00:00:00 2001 From: Ingolf Steinhardt Date: Wed, 16 Nov 2022 18:50:37 +0100 Subject: [PATCH] Fix composer --- .github/workflows/diagnostics.yml | 2 +- composer.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/diagnostics.yml b/.github/workflows/diagnostics.yml index eef3021..40e1c97 100644 --- a/.github/workflows/diagnostics.yml +++ b/.github/workflows/diagnostics.yml @@ -1,4 +1,4 @@ -name: MetaModels attribute_alias +name: MetaModels attribute_text on: push: diff --git a/composer.json b/composer.json index 9f962aa..8558102 100644 --- a/composer.json +++ b/composer.json @@ -9,13 +9,13 @@ "nontranslatable" ], "type": "contao-bundle", - "homepage": "http://now.metamodel.me/", + "homepage": "https://now.metamodel.me/", "license": "LGPL-3.0-or-later", "authors": [ { "name": "Christian Schiffler", "email": "c.schiffler@cyberspectrum.de", - "homepage": "http://www.cyberspectrum.de", + "homepage": "https://www.cyberspectrum.de", "role": "Developer" }, { @@ -27,19 +27,19 @@ "support": { "email": "mail@metamodel.me", "issues": "https://github.com/MetaModels/attribute_text/issues", - "wiki": "http://de.contaowiki.org/MetaModels", + "wiki": "https://de.contaowiki.org/MetaModels", "irc": "irc://irc.freenode.org/contao.mm", "source": "https://github.com/MetaModels/attribute_text" }, "require": { - "php": "^7.2", - "contao-community-alliance/dc-general": "^2.1.0", + "php": "^7.4", "contao-community-alliance/contao-polyfill-bundle": "^1.1.0", + "contao-community-alliance/dc-general": "^2.2", "contao/core-bundle": "^4.9.0, <4.13.0", "doctrine/dbal": "^2.11 || ^3.0", - "metamodels/core": "^2.1", - "symfony/dependency-injection": "^3.4.26 || ^4.2.7", - "symfony/http-kernel": "^3.4.26 || ^4.2.7" + "metamodels/core": "^2.2", + "symfony/dependency-injection": "^4.4.6", + "symfony/http-kernel": "~4.4.13" }, "require-dev": { "contao/manager-plugin": "^2.1",