Skip to content

Commit 408b5f5

Browse files
committed
Update ext_emconf.php
1 parent 7b72b53 commit 408b5f5

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

ext_emconf.php

+33-33
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
<?php
2-
/**
3-
* Copyright (C) 2018 Daniel Pfeil <[email protected]
4-
*
5-
* This program is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
8-
* (at your option) any later version.
9-
*
10-
* This program is distributed in the hope that it will be useful,
11-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU General Public License
16-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17-
*
18-
*/
19-
20-
$EM_CONF[$_EXTKEY] = array(
21-
'title' => 'SAML Authentication',
22-
'description' => 'This extension adds a authentication method for SAML with different service provider.',
23-
'version' => '1.1.0',
24-
'category' => 'services',
25-
'constraints' => array(
26-
'depends' => array(
27-
'typo3' => '8.7.0-9.5.7'
28-
)
29-
),
30-
'state' => 'stable',
31-
'author' => 'Daniel Pfeil',
32-
'author_email' => '[email protected]'
33-
);
1+
<?php
2+
/**
3+
* Copyright (C) 2018 Daniel Pfeil <[email protected]
4+
*
5+
* This program is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
*
10+
* This program is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU General Public License
16+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17+
*
18+
*/
19+
20+
$EM_CONF[$_EXTKEY] = array(
21+
'title' => 'SAML Authentication',
22+
'description' => 'This extension adds a authentication method for SAML with different service provider.',
23+
'version' => '2.0.0',
24+
'category' => 'services',
25+
'constraints' => array(
26+
'depends' => array(
27+
'typo3' => '8.7.0-9.5.7'
28+
)
29+
),
30+
'state' => 'stable',
31+
'author' => 'Daniel Pfeil',
32+
'author_email' => '[email protected]'
33+
);

0 commit comments

Comments
 (0)