PHP Classes

File: vendor/composer/installed.php

Recommend this page to a friend!
  Packages of Moisés Lima   ETL Tools   vendor/composer/installed.php   Download  
File: vendor/composer/installed.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: ETL Tools
Tools to process data from a PostgreSQL database
Author: By
Last change:
Date: 7 months ago
Size: 700 bytes
 

Contents

Class file image Download
<?php return array(
   
'root' => array(
       
'name' => 'the.moiza/etl-tools',
       
'pretty_version' => '1.0.0+no-version-set',
       
'version' => '1.0.0.0',
       
'reference' => null,
       
'type' => 'project',
       
'install_path' => __DIR__ . '/../../',
       
'aliases' => array(),
       
'dev' => true,
    ),
   
'versions' => array(
       
'the.moiza/etl-tools' => array(
           
'pretty_version' => '1.0.0+no-version-set',
           
'version' => '1.0.0.0',
           
'reference' => null,
           
'type' => 'project',
           
'install_path' => __DIR__ . '/../../',
           
'aliases' => array(),
           
'dev_requirement' => false,
        ),
    ),
);