From 244b37de102ad170f56b391e067ddef6239634b5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 14 Apr 2016 13:19:18 +0200 Subject: php-ZendFramework: 1.12.18 --- composer.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 composer.json (limited to 'composer.json') diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..eb84b09 --- /dev/null +++ b/composer.json @@ -0,0 +1,37 @@ +{ + "name": "zendframework/zendframework1", + "description": "Zend Framework 1", + "type": "library", + "keywords": [ + "framework", + "zf1" + ], + "homepage": "http://framework.zend.com/", + "license": "BSD-3-Clause", + "require": { + "php": ">=5.2.11" + }, + "autoload": { + "psr-0": { + "Zend_": "library/" + } + }, + "include-path": [ + "library/" + ], + "config": { + "bin-dir": "bin" + }, + "extra": { + "branch-alias": { + "dev-master": "1.12.x-dev" + } + }, + "require-dev": { + "phpunit/phpunit": "3.7.*", + "phpunit/dbunit": "1.3.*" + }, + "archive": { + "exclude": ["/demos", "/documentation", "/tests"] + } +} -- cgit