32 lines
		
	
	
		
			927 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			927 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
<?php
 | 
						|
 | 
						|
/***************************************************************
 | 
						|
 * Extension Manager/Repository config file for ext: "a2g_products"
 | 
						|
 *
 | 
						|
 * Auto generated by Extension Builder 2021-08-16
 | 
						|
 *
 | 
						|
 * Manual updates:
 | 
						|
 * Only the data in the array - anything else is removed by next write.
 | 
						|
 * "version" and "dependencies" must not be touched!
 | 
						|
 ***************************************************************/
 | 
						|
 | 
						|
$EM_CONF[$_EXTKEY] = [
 | 
						|
    'title' => 'altogether Maps',
 | 
						|
    'description' => '',
 | 
						|
    'category' => 'plugin',
 | 
						|
    'author' => 'Raphael Martin',
 | 
						|
    'author_email' => 'raphy.martin@gmail.com',
 | 
						|
    'state' => 'alpha',
 | 
						|
    'clearCacheOnLoad' => 0,
 | 
						|
    'version' => '1.0.0',
 | 
						|
    'constraints' => [
 | 
						|
        'depends' => [
 | 
						|
            'typo3' => '10.4.0-12.1.99',
 | 
						|
            'a2g_toolkit' => '1.0.0-1.5.99',
 | 
						|
            'tt_address' => '6.1.0-7.1.99'
 | 
						|
        ],
 | 
						|
        'conflicts' => [],
 | 
						|
        'suggests' => [],
 | 
						|
    ],
 | 
						|
];
 |