We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f1272a + 0cc6b0c commit 5ee7764Copy full SHA for 5ee7764
1 file changed
ext_emconf.php
@@ -1,5 +1,5 @@
1
<?php
2
-$EM_CONF[$_EXTKEY] = array (
+$EM_CONF[$_EXTKEY] = [
3
'title' => 'TypoScript Rendering',
4
'description' => 'Can render a TypoScript path by URL, especially useful for Ajax dispatching',
5
'category' => 'Rendering',
@@ -11,18 +11,14 @@
11
'createDirs' => '',
12
'clearCacheOnLoad' => 0,
13
'version' => '2.2.2',
14
- 'constraints' =>
15
- array (
16
- 'depends' =>
17
+ 'constraints' => [
+ 'depends' => [
18
'php' => '7.2.0-7.3.999',
19
'typo3' => '9.5.0-9.5.99',
20
- ),
21
- 'conflicts' =>
22
23
24
- 'suggests' =>
25
26
27
28
-);
+ ],
+ 'conflicts' => [
+ 'suggests' => [
+];
0 commit comments