A super easy PHP Framework for web development!
				https://github.com/exacti/phacil-framework
			
			
		
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							41 lines
						
					
					
						
							1.4 KiB
						
					
					
				
			
		
		
	
	
							41 lines
						
					
					
						
							1.4 KiB
						
					
					
				<?php return array(
 | 
						|
    'root' => array(
 | 
						|
        'pretty_version' => 'dev-master',
 | 
						|
        'version' => 'dev-master',
 | 
						|
        'type' => 'library',
 | 
						|
        'install_path' => __DIR__ . '/../../',
 | 
						|
        'aliases' => array(),
 | 
						|
        'reference' => '5f95caecf5ad6c259def076c6ebaa5a42461206e',
 | 
						|
        'name' => '__root__',
 | 
						|
        'dev' => true,
 | 
						|
    ),
 | 
						|
    'versions' => array(
 | 
						|
        '__root__' => array(
 | 
						|
            'pretty_version' => 'dev-master',
 | 
						|
            'version' => 'dev-master',
 | 
						|
            'type' => 'library',
 | 
						|
            'install_path' => __DIR__ . '/../../',
 | 
						|
            'aliases' => array(),
 | 
						|
            'reference' => '5f95caecf5ad6c259def076c6ebaa5a42461206e',
 | 
						|
            'dev_requirement' => false,
 | 
						|
        ),
 | 
						|
        'symfony/polyfill-ctype' => array(
 | 
						|
            'pretty_version' => 'v1.19.0',
 | 
						|
            'version' => '1.19.0.0',
 | 
						|
            'type' => 'library',
 | 
						|
            'install_path' => __DIR__ . '/../symfony/polyfill-ctype',
 | 
						|
            'aliases' => array(),
 | 
						|
            'reference' => 'aed596913b70fae57be53d86faa2e9ef85a2297b',
 | 
						|
            'dev_requirement' => false,
 | 
						|
        ),
 | 
						|
        'twig/twig' => array(
 | 
						|
            'pretty_version' => 'v1.41.0',
 | 
						|
            'version' => '1.41.0.0',
 | 
						|
            'type' => 'library',
 | 
						|
            'install_path' => __DIR__ . '/../twig/twig',
 | 
						|
            'aliases' => array(),
 | 
						|
            'reference' => '575cd5028362da591facde1ef5d7b94553c375c9',
 | 
						|
            'dev_requirement' => false,
 | 
						|
        ),
 | 
						|
    ),
 | 
						|
);
 | 
						|
 |