Skip to content

Commit

Permalink
chore: adjust typo3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
KrohnMi committed Oct 4, 2024
1 parent 3fa7c29 commit fa9233b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"name": "jakota/suitecrm-connector",
"type": "typo3-cms-extension",
"description": "A Connector for a SuiteCRM Installation. It uses the Rest API.",
"license": [
"GPL-2.0-or-later"
],
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "JAKOTA Design Group GmbH",
Expand Down
12 changes: 6 additions & 6 deletions ext_emconf.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?php

$EM_CONF[$_EXTKEY] = [
$EM_CONF['suitecrm_connector'] = [
'title' => 'SuiteCRM Connector',
'description' => 'A Connector for a SuiteCRM Installation. It uses the Rest API.',
'category' => 'services',
'state' => 'stable',
'internal' => '',
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'clearCacheOnLoad' => true,
'author' => 'Martin Fünning',
'author_email' => '[email protected]',
'author_company' => 'JAKOTA Design Group GmbH',
'version' => '2.0.0',
'constraints' => [
'depends' => [
'typo3' => '^11.5',
'typo3' => '11.5.0-11.99.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit fa9233b

Please sign in to comment.