forked from lochmueller/google_services
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_emconf.php
executable file
·27 lines (25 loc) · 1016 Bytes
/
ext_emconf.php
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
<?php
########################################################################
# Extension Manager/Repository config file for ext "google_services".
#
# Auto generated 03-05-2015 18:55
#
# Manual updates:
# Only the data in the array - everything else is removed by next
# writing. "version" and "dependencies" must not be touched!
########################################################################
$EM_CONF[$_EXTKEY] = [
'title' => 'Google Services',
'description' => 'A package of usefully Google Services as library for other extensions or directly use: Google Sitemaps incl. different Sitemap Provider, Google Verify, Google Analytics, Google Document Viewer',
'category' => 'plugin',
'version' => '2.0.2',
'state' => 'stable',
'author' => 'Tim Lochmueller',
'author_email' => '[email protected]',
'constraints' => [
'depends' => [
'php' => '7.0.0-0.0.0',
'typo3' => '7.6.0-9.5.99',
],
],
];