11<?php
22
3- /*********************************************************************
4- * Extension configuration file for ext "svconnector_sql".
5- *
6- * Generated by ext 02-05-2016 11:37 UTC
7- *
8- * https://github.com/t3elmar/Ext
9- *********************************************************************/
3+ /***************************************************************
4+ * Extension Manager/Repository config file for ext "svconnector_sql".
5+ *
6+ * Auto generated 05-04-2017 18:09
7+ *
8+ * Manual updates:
9+ * Only the data in the array - everything else is removed by next
10+ * writing. "version" and "dependencies" must not be touched!
11+ ***************************************************************/
1012
1113$ EM_CONF [$ _EXTKEY ] = array (
1214 'title ' => 'Connector service - SQL ' ,
13- 'description ' => 'Connector service for any SQL-based database via ADODB. ' ,
15+ 'description ' => 'Connector service for any SQL-based database via ADODB/Doctrine DBAL . ' ,
1416 'category ' => 'services ' ,
1517 'author ' => 'Francois Suter (Cobweb) ' ,
1618 'author_email ' =>
'[email protected] ' ,
1921 'createDirs ' => '' ,
2022 'clearCacheOnLoad ' => 0 ,
2123 'author_company ' => '' ,
22- 'version ' => '2.0 .0 ' ,
23- 'constraints ' =>
24+ 'version ' => '2.1 .0 ' ,
25+ 'constraints ' =>
2426 array (
25- 'depends ' =>
27+ 'depends ' =>
2628 array (
2729 'typo3 ' => '7.6.0-8.99.99 ' ,
28- 'svconnector ' => '3.0 .0-0.0.0 ' ,
30+ 'svconnector ' => '3.1 .0-0.0.0 ' ,
2931 ),
30- 'conflicts ' =>
32+ 'conflicts ' =>
3133 array (
3234 ),
33- 'suggests ' =>
35+ 'suggests ' =>
3436 array (
3537 ),
3638 ),
37- '_md5_values_when_last_written ' => 'a:17:{s:9:"ChangeLog";s:4:"22c4";s:11:"LICENSE.txt";s:4:"6404";s:10:"README.txt";s:4:"945c";s:13:"composer.json";s:4:"93ef";s:21:"ext_conf_template.txt";s:4:"3fd7";s:12:"ext_icon.png";s:4:"0a7d";s:17:"ext_localconf.php";s:4:"4ac2";s:32:"Classes/Service/ConnectorSql.php";s:4:"eacb";s:26:"Documentation/Includes.txt";s:4:"c83c";s:23:"Documentation/Index.rst";s:4:"1394";s:25:"Documentation/Targets.rst";s:4:"cc7b";s:37:"Documentation/Configuration/Index.rst";s:4:"5236";s:33:"Documentation/Developer/Index.rst";s:4:"3fbc";s:36:"Documentation/Installation/Index.rst";s:4:"0547";s:36:"Documentation/Introduction/Index.rst";s:4:"b8dd";s:40:"Resources/Private/Language/locallang.xlf";s:4:"d004";s:42:"Resources/Public/Samples/Configuration.txt";s:4:"74ed";} ' ,
38- 'comment ' => 'Verified compatibility with TYPO3 CMS 7; moved to namespaces. ' ,
39- 'user ' => 'francois ' ,
39+ '_md5_values_when_last_written ' => 'a:24:{s:9:"ChangeLog";s:4:"2c7d";s:11:"LICENSE.txt";s:4:"6404";s:9:"README.md";s:4:"6493";s:13:"composer.json";s:4:"d251";s:21:"ext_conf_template.txt";s:4:"3fd7";s:12:"ext_icon.png";s:4:"0a7d";s:17:"ext_localconf.php";s:4:"4ac2";s:36:"Classes/Database/AdodbConnection.php";s:4:"e42d";s:46:"Classes/Database/DatabaseConnectionFactory.php";s:4:"3d8a";s:48:"Classes/Database/DatabaseConnectionInterface.php";s:4:"df44";s:43:"Classes/Database/DoctrineDbalConnection.php";s:4:"27ea";s:49:"Classes/Exception/DatabaseConnectionException.php";s:4:"57a3";s:41:"Classes/Exception/QueryErrorException.php";s:4:"b9cf";s:32:"Classes/Service/ConnectorSql.php";s:4:"06f7";s:26:"Documentation/Includes.txt";s:4:"c83c";s:23:"Documentation/Index.rst";s:4:"a2be";s:26:"Documentation/Settings.yml";s:4:"0319";s:25:"Documentation/Targets.rst";s:4:"cc7b";s:37:"Documentation/Configuration/Index.rst";s:4:"ad41";s:33:"Documentation/Developer/Index.rst";s:4:"1462";s:36:"Documentation/Installation/Index.rst";s:4:"f366";s:36:"Documentation/Introduction/Index.rst";s:4:"fa78";s:40:"Resources/Private/Language/locallang.xlf";s:4:"d004";s:42:"Resources/Public/Samples/Configuration.txt";s:4:"7d89";} ' ,
4040);
4141
42- ?>
0 commit comments