composer --dry-run normalize docroot/modules/contrib/schema_metatag/composer.json
Running ergebnis/composer-normalize by Andreas Möller and contributors.
docroot/modules/contrib/schema_metatag/composer.json is not normalized.
---------- begin diff ----------
--- original
+++ normalized
@@ -2,21 +2,11 @@
"name": "drupal/schema_metatag",
"type": "drupal-module",
"description": "Metatag implementation of Schema.org structured data (JSON-LD)",
- "keywords": ["Drupal"],
+ "keywords": [
+ "Drupal"
+ ],
+ "homepage": "https://www.drupal.org/project/schema_metatag",
"license": "GPL-2.0-or-later",
- "homepage": "https://www.drupal.org/project/schema_metatag",
- "support": {
- "issues": "https://www.drupal.org/project/issues/schema_metatag",
- "source": "https://git.drupalcode.org/project/schema_metatag"
- },
- "repositories": [
- {
- "type": "composer",
- "url": "https://packages.drupal.org/8"
- }
- ],
- "minimum-stability": "dev",
- "prefer-stable": true,
"require": {
"drupal/core": "^9.0 || ^10",
"drupal/metatag": "^1.0"
@@ -26,9 +16,21 @@
"phpcompatibility/php-compatibility": "^9.3"
},
"config": {
- "sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
+ },
+ "sort-packages": true
+ },
+ "repositories": [
+ {
+ "type": "composer",
+ "url": "https://packages.drupal.org/8"
}
+ ],
+ "minimum-stability": "dev",
+ "prefer-stable": true,
+ "support": {
+ "issues": "https://www.drupal.org/project/issues/schema_metatag",
+ "source": "https://git.drupalcode.org/project/schema_metatag"
}
}
----------- end diff -----------| Comment | File | Size | Author |
|---|---|---|---|
| #5 | schema_metatag-n3313582-5.patch | 2.17 KB | damienmckenna |
| #3 | schema_metatag-3313582-3.patch | 1.49 KB | rajeshreeputra |
Issue fork schema_metatag-3313582
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
rajeshreeputrahere is the patch of MR for quick access
Comment #4
damienmckennaThis is more of a task than a bug report.
Comment #5
damienmckennaMinor improvements, including adding a note to README.txt.
Comment #6
damienmckennaComment #7
damienmckennaCommitted. Thank you!