Skip to content

Commit

Permalink
Fix composer
Browse files Browse the repository at this point in the history
  • Loading branch information
zonky2 committed Nov 16, 2022
1 parent 45624d2 commit 2b5a40c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/diagnostics.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: MetaModels attribute_alias
name: MetaModels attribute_text

on:
push:
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]",
"homepage": "http://www.cyberspectrum.de",
"homepage": "https://www.cyberspectrum.de",
"role": "Developer"
},
{
Expand All @@ -27,19 +27,19 @@
"support": {
"email": "[email protected]",
"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",
Expand Down

0 comments on commit 2b5a40c

Please sign in to comment.