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

Commit aea5b05

Browse files
committedJun 10, 2017
[FEATURE] 8LTS: Prepare release
* remove -dev from version number * require PHP 7.0 (since 8LTS requires it alreads)
1 parent 5d63fb6 commit aea5b05

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ It's a replacement for the "metatag" extension and the successor of the disconti
3333
+ TYPO3 Version: 6.2.x - 7.6.x
3434
+ Composer: dev-develop
3535

36-
* Version **3.0.0-dev**:
36+
* Version **3.0.0**:
3737

3838
+ Branch **feature/8lts**
3939
+ TYPO3 Version: 8.7.x

‎composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
},
99
"license": ["GPL-3.0+"],
1010
"keywords": ["TYPO3 CMS"],
11-
"version": "3.0.0-dev",
11+
"version": "3.0.0",
1212
"autoload": {
1313
"psr-4": {
1414
"Metaseo\\Metaseo\\": "Classes/"
1515
}
1616
},
1717
"require": {
18-
"php": ">=5.3.0",
18+
"php": ">=7.0.0",
1919
"typo3/cms-core": ">=8.7.0,<9.0"
2020
},
2121
"replace": {

‎ext_emconf.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'description' => 'Search Engine Optimization (SEO), Indexed Google-Sitemap (TXT- and XML-Sitemap) for all Extensions (pibase, extbase), Metatags, Canonical-URL, Pagetitle manipulations, Crawler verification, Piwik and Google Analytics support and some more... multi-language- and multi-tree-support',
66
'category' => 'misc',
77
'shy' => 0,
8-
'version' => '3.0.0-dev',
8+
'version' => '3.0.0',
99
'dependencies' => '',
1010
'conflicts' => '',
1111
'priority' => '',
@@ -24,7 +24,7 @@
2424
'CGLcompliance_note' => '',
2525
'constraints' => array(
2626
'depends' => array(
27-
'php' => '5.3.0-0.0.0',
27+
'php' => '7.0.0-0.0.0',
2828
'typo3' => '8.7.0-8.7.99',
2929
),
3030
'conflicts' => array(),

0 commit comments

Comments
 (0)
This repository has been archived.