Skip to content

Commit 5ee7764

Browse files
authored
Merge pull request #63 from runepiper/master
2 parents 1f1272a + 0cc6b0c commit 5ee7764

1 file changed

Lines changed: 10 additions & 14 deletions

File tree

ext_emconf.php

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
$EM_CONF[$_EXTKEY] = array (
2+
$EM_CONF[$_EXTKEY] = [
33
'title' => 'TypoScript Rendering',
44
'description' => 'Can render a TypoScript path by URL, especially useful for Ajax dispatching',
55
'category' => 'Rendering',
@@ -11,18 +11,14 @@
1111
'createDirs' => '',
1212
'clearCacheOnLoad' => 0,
1313
'version' => '2.2.2',
14-
'constraints' =>
15-
array (
16-
'depends' =>
17-
array (
14+
'constraints' => [
15+
'depends' => [
1816
'php' => '7.2.0-7.3.999',
1917
'typo3' => '9.5.0-9.5.99',
20-
),
21-
'conflicts' =>
22-
array (
23-
),
24-
'suggests' =>
25-
array (
26-
),
27-
),
28-
);
18+
],
19+
'conflicts' => [
20+
],
21+
'suggests' => [
22+
],
23+
],
24+
];

0 commit comments

Comments
 (0)