Issue #3003281 by Dave Reid: Add composer.json to ensure the xmlwriter PHP extension is available.
Showing
composer.json
0 → 100644
{ | ||
"name": "drupal/xmlsitemap", | ||
"description": "Creates XML sitemaps for the site", | ||
"type": "drupal-module", | ||
"license": "GPL-2.0-or-later", | ||
"homepage": "https://www.drupal.org/project/xmlsitemap", | ||
"support": { | ||
"issues": "http://drupal.org/project/issues/xmlsitemap", | ||
"source": "http://cgit.drupalcode.org/xmlsitemap" | ||
}, | ||
"require": { | ||
"ext-xmlwriter": "*" | ||
}, | ||
"require-dev": { | ||
"drupal/robotstxt": "^1.0" | ||
} | ||
} |
Please register or sign in to comment