PHP Classes

File: composer.json

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

Contents

Class file image Download
{ "name": "the.moiza/etl-tools", "description": "ETL Tools - PostgreSQL Mission", "type": "project", "require": { "php": ">=8.0" }, "autoload": { "psr-4": { "App\\": "src/" } }, "minimum-stability": "stable", "prefer-stable": true }