Skip to content

Commit 873a3d5

Browse files
committed
[BUGFIX] Make composer.json valid.
1 parent b811091 commit 873a3d5

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog
33
---------
44

5+
6.0.3
6+
~~~~~
7+
8+
1) [BUGFIX] Make composer.json valid.
9+
510
6.0.2
611
~~~~~
712

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
}
2828
},
2929
"replace": {
30-
"sourcebroker/imageopt": "self.version",
3130
"typo3-ter/imageopt": "self.version"
3231
},
3332
"config": {
@@ -40,6 +39,7 @@
4039
},
4140
"extra": {
4241
"typo3/cms": {
42+
"extension-key": "imageopt",
4343
"cms-package-dir": "{$vendor-dir}/typo3/cms",
4444
"web-dir": ".Build/Web"
4545
}

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
'title' => 'Optimize images created/resized by TYPO3',
1313
'description' => 'Optimize images created/resized by TYPO3 so they take less space. Safe as it does not optimize original images.',
1414
'category' => 'be',
15-
'version' => '6.0.2',
15+
'version' => '6.0.3',
1616
'state' => 'stable',
1717
'uploadfolder' => false,
1818
'createDirs' => '',

0 commit comments

Comments
 (0)