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

Commit 4be8e25

Browse files
author
Stefano Kowalke
committed
Merge branch 'hotfix/1.1.1'
2 parents 3acee21 + 5759a74 commit 4be8e25

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "etobi/coreapi",
33
"description": "Provides a simple to use API for common core features. Goal is to be able to do the most common tasks by CLI instead of doing it in the backend/browser.",
44
"type": "typo3-cms-extension",
5-
"version": "1.1.0",
5+
"version": "1.1.1",
66
"keywords": ["typo3", "extension", "deployment", "commandline", "cli"],
77
"authors": [
88
{
@@ -13,8 +13,5 @@
1313
"name": "Stefano Kowalke"
1414
}
1515
],
16-
"require": {
17-
"composer/installers": "~1.0"
18-
},
1916
"minimum-stability": "dev"
2017
}

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'modify_tables' => '',
1818
'clearCacheOnLoad' => 0,
1919
'lockType' => '',
20-
'version' => '1.1.0',
20+
'version' => '1.1.1',
2121
'constraints' => array(
2222
'depends' => array(
2323
'typo3' => '6.2.0-6.2.99',

0 commit comments

Comments
 (0)