beardcoder/sitemap_generator

View on GitHub
ext_emconf.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
$EM_CONF[$_EXTKEY] = array (
  'title' => 'Sitemap Generator',
  'description' => 'Easy to use sitemap generator for pages and records.',
  'category' => 'plugin',
  'author' => 'Markus Sommer',
  'author_email' => 'markussom@posteo.de',
  'state' => 'stable',
  'version' => '1.4.0',
  'constraints' =>
  array (
    'depends' =>
    array (
      'typo3' => '7.6.0-9.5.99',
      'php' => '5.6.0-7.2.99',
    ),
    'conflicts' =>
    array (
    ),
    'suggests' =>
    array (
    ),
  ),
);