Commits on Source (4)
-
Peter Droogmans authored
-
Peter Droogmans authored
-
-
Peter Droogmans authored
Showing
- composer.json 21 additions, 0 deletionscomposer.json
- config/install/env_link_fixer.settings.yml 1 addition, 0 deletionsconfig/install/env_link_fixer.settings.yml
- config/schema/env_link_fixer.schema.yml 8 additions, 0 deletionsconfig/schema/env_link_fixer.schema.yml
- env_link_fixer.info.yml 1 addition, 1 deletionenv_link_fixer.info.yml
- src/Plugin/Filter/RewriteOwnDomainLinks.php 7 additions, 1 deletionsrc/Plugin/Filter/RewriteOwnDomainLinks.php
- tests/src/Kernel/TestBase.php 3 additions, 2 deletionstests/src/Kernel/TestBase.php
composer.json
0 → 100644
{ | ||
"name": "drupal/env_link_fixer", | ||
"description": "Fixes link between environments.", | ||
"type": "drupal-module", | ||
"license": "GPL-2.0-or-later", | ||
"homepage": "https://www.drupal.org/project/env_link_fixer", | ||
"minimum-stability": "dev", | ||
"authors": [ | ||
{ | ||
"name": "Peter Droogmans", | ||
"email": "attiks@gmail.com" | ||
} | ||
], | ||
"support": { | ||
"issues": "https://www.drupal.org/project/issues/env_link_fixer", | ||
"source": "https://git.drupalcode.org/project/env_link_fixer" | ||
}, | ||
"require": { | ||
"drupal/core": "^9.2 || ^10 || ^11" | ||
} | ||
} |