+8
−7
+4
−4
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -3,15 +3,15 @@ | ||
"type": "drupal-module",
|
||
"description": "Entity route context.",
|
||
"keywords": ["Drupal"],
|
||
"license": "GPL-2.0+",
|
||
"license": "GPL-2.0-or-later",
|
||
"homepage": "https://www.drupal.org/project/entity_route_context",
|
||
"minimum-stability": "dev",
|
||
"support": {
|
||
"issues": "https://www.drupal.org/project/issues/entity_route_context",
|
||
"source": "http://cgit.drupalcode.org/entity_route_context"
|
||
"source": "https://git.drupalcode.org/project/entity_route_context"
|
||
},
|
||
"require": {
|
||
"php": ">=7.3",
|
||
"drupal/core": "^9"
|
||
"php": ">=8.1",
|
||
"drupal/core": ">=10"
|
||
}
|
||
} |
||
Loading