1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{ "name": "gipfl/zfdb", "description": "Zend_Db from Zend Framework 1. For compatibility reasons only", "type": "library", "require": { "php": ">=5.4" }, "config": { "sort-packages": true }, "autoload": { "psr-4": { "gipfl\\ZfDb\\": "src" } } }