Skip to content
This repository was archived by the owner on Aug 13, 2022. It is now read-only.

Commit a9891d1

Browse files
committed
Fixed wrong requirements
1 parent 2442e3c commit a9891d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/Feeds/lib/Feeds/Version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ public function getMetaData()
1515
$meta['description'] = __('The Feeds module provides a feed reader to your website.');
1616
$meta['url'] = __(/*!module name that appears in URL*/'feeds');
1717
$meta['version'] = '2.6.1';
18-
$meta['core_min'] = '1.3.0'; // Fixed to 1.3.x range
19-
$meta['core_max'] = '1.3.99'; // Fixed to 1.3.x range
18+
$meta['core_min'] = '1.4.0'; // Fixed to 1.4.x range
19+
$meta['core_max'] = '1.4.99'; // Fixed to 1.4.x range
2020
$meta['contact'] = 'http://zikula.org/';
2121
$meta['securityschema'] = array('Feeds::Item' => 'Feed item name::Feed item ID');
2222
return $meta;

0 commit comments

Comments
 (0)