Skip to content

Commit 07bf20e

Browse files
committed
Optimize extension metadata
1 parent db6bea8 commit 07bf20e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@
1818
},
1919
"version": "0.1.0",
2020
"require": {
21-
"typo3/cms-core": ">=7.6.0 || <=7.6.99"
21+
"typo3/cms-core": ">=7.6.0 || <=8.7.99"
2222
},
2323
"replace": {
24-
"chf_geo": "self.version",
2524
"typo3-ter/chf_geo": "self.version"
2625
},
2726
"autoload": {

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'category' => 'plugin',
77
'author' => 'Torsten Schrade',
88
'author_email' => 'Torsten.Schrade@adwmainz.de',
9-
'author_company' => 'Academy of Sciences and Literature | Mainz',
9+
'author_company' => 'Academy of Sciences and Literature | Mainz',
1010
'state' => 'beta',
1111
'internal' => '',
1212
'uploadfolder' => '1',

0 commit comments

Comments
 (0)