1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-01-30 03:37:35 +01:00

Adding pem to PEAR package. Addresses #280.

This commit is contained in:
Michael Dowling 2013-03-31 21:18:30 -07:00
parent ab8d35fbdf
commit e1a9a2cee0

View File

@ -144,6 +144,7 @@ class GuzzlePearPharPackageTask extends Task
$pfm = new PEAR_PackageFileManager2();
$e = $pfm->setOptions($opts);
$pfm->addRole('md', 'doc');
$pfm->addRole('pem', 'php');
$pfm->setPackage('Guzzle');
$pfm->setSummary("Object-oriented PHP HTTP Client for PHP 5.3+");
$pfm->setDescription($this->guzzleinfo['description']);