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 edee89f commit bc41999
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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 filter_register

on:
push:
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"register"
],
"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 @@ -26,7 +26,7 @@
"support": {
"email": "[email protected]",
"issues": "https://github.com/MetaModels/filter_register/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/filter_register"
},
Expand All @@ -36,8 +36,8 @@
"contao/core-bundle": "^4.9.0, <4.13.0",
"metamodels/core": "^2.2",
"symfony/config": "^3.3 || ^4.0",
"symfony/dependency-injection": "^3.4.26 || ^4.2.7",
"symfony/http-kernel": "^3.4.26 || ^4.2.7"
"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 bc41999

Please sign in to comment.