From f69de861b67e7c03ed4abfaff92780e002b2697a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Lochmu=CC=88ller?= Date: Fri, 12 Jan 2018 15:29:42 +0100 Subject: [PATCH] Add TYPO3 8.x --- README.md | 2 -- composer.json | 2 +- ext_emconf.php | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index b00c0ec..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# amt_feed_importer -Fork of EXT:amt_feed_importer diff --git a/composer.json b/composer.json index a6ebe81..2d48f0a 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "Extension to import news from feeds (e.g. RSS2, Atom, etc). Fast and simple configuration which is quite similar to configuration rss2_import", "require": { "php" : ">=5.5", - "typo3/cms-core": ">=7.6,<8.0" + "typo3/cms-core": ">=7.6,<9.0" }, "autoload": { "psr-4": { diff --git a/ext_emconf.php b/ext_emconf.php index dd97faf..5b6252b 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -14,7 +14,7 @@ 'version' => '2.0.2', 'constraints' => array( 'depends' => array( - 'typo3' => '7.6.0-7.99.99', + 'typo3' => '7.6.0-8.99.99', 'news' => '4.0.0-0.0.0' ), 'conflicts' => array(