Skip to content

Commit 33dd109

Browse files
committed
[TASK] Updated license label
1 parent 174c973 commit 33dd109

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "typo3-cms-extension",
44
"description": "The Developer's Log extension provides development logging/debugging functionality for usage of GeneralUtility::devlog() and a BE module to browse the logs.",
55
"license": [
6-
"GPL-2.0+"
6+
"GPL-2.0-or-later"
77
],
88
"authors": [
99
{

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'author' => 'Francois Suter',
2727
'author_email' => '[email protected]',
2828
'author_company' => '',
29-
'version' => '3.0.2',
29+
'version' => '3.0.3',
3030
'constraints' => array(
3131
'depends' => array(
3232
'typo3' => '7.6.0-8.9.99',

0 commit comments

Comments
 (0)