-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathext_emconf.php
More file actions
29 lines (27 loc) · 962 Bytes
/
ext_emconf.php
File metadata and controls
29 lines (27 loc) · 962 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?php
/**
* This file is part of the "yoast_seo" extension for TYPO3 CMS.
*
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*/
$EM_CONF[$_EXTKEY] = [
'title' => 'Yoast SEO for TYPO3',
'description' => 'Optimise your website for search engines with Yoast SEO for TYPO3. With this extension you get all the technical SEO stuff you need and will help editors to write high quality content.',
'category' => 'misc',
'author' => 'MaxServ / Yoast',
'author_company' => 'MaxServ B.V., Yoast',
'author_email' => '',
'state' => 'stable',
'version' => '12.0.0',
'constraints' => [
'depends' => [
'typo3' => '12.4.0-14.3.99',
'seo' => '12.4.0-14.3.99',
'frontend_request' => '2.0.0-2.99.99',
],
],
'autoload' => [
'psr-4' => ['YoastSeoForTypo3\\YoastSeo\\' => 'Classes'],
],
];