diff options
| author | Jonathan Jaubart <dev@jaubart.com> | 2016-08-04 01:29:04 +0100 |
|---|---|---|
| committer | Jonathan Jaubart <dev@jaubart.com> | 2016-08-04 01:29:04 +0100 |
| commit | df46b5d41c6c44bc9212adf221753b97c82d31b8 (patch) | |
| tree | 6b691172d805ccea2baeeffbfc9f6d5805cc7901 /vendor/bombayworks/zendframework1/composer.json | |
| parent | 76ddc7b20127d9b7b7fe1485fff5eea0719d827c (diff) | |
| download | webtrees-df46b5d41c6c44bc9212adf221753b97c82d31b8.tar.gz webtrees-df46b5d41c6c44bc9212adf221753b97c82d31b8.tar.bz2 webtrees-df46b5d41c6c44bc9212adf221753b97c82d31b8.zip | |
Move Zend_Mail to SwiftMailer & Remove Zend Framework
Diffstat (limited to 'vendor/bombayworks/zendframework1/composer.json')
| -rw-r--r-- | vendor/bombayworks/zendframework1/composer.json | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/vendor/bombayworks/zendframework1/composer.json b/vendor/bombayworks/zendframework1/composer.json deleted file mode 100644 index 7a1815cb10..0000000000 --- a/vendor/bombayworks/zendframework1/composer.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "bombayworks/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" - }, - "replace": { - "zendframework/zendframework1": "self.version" - }, - "bin": ["bin/zf.sh","bin/zf.php"], - "extra": { - "branch-alias": { - "dev-master": "1.12.x-dev" - } - }, - "require-dev": { - "phpunit/phpunit": "3.7.*", - "phpunit/dbunit": "1.3.*" - }, - "archive": { - "exclude": ["/demos", "/documentation", "/tests"] - } -} |
