forked from twilio/authy-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpearfarm.spec
More file actions
18 lines (16 loc) · 746 Bytes
/
pearfarm.spec
File metadata and controls
18 lines (16 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
require 'lib/Authy/Api.php';
$spec = Pearfarm_PackageSpec::create(array(Pearfarm_PackageSpec::OPT_BASEDIR => dirname(__FILE__)))
->setName('Authy')
->setChannel('authy.github.com/pear')
->setSummary('A PHP client for Authy')
->setDescription('A PHP client for Authy')
->setReleaseVersion(Authy_Api::VERSION)
->setReleaseStability('stable')
->setApiVersion(Authy_Api::VERSION)
->setApiStability('stable')
->setLicense(Pearfarm_PackageSpec::LICENSE_MIT)
->setNotes('Initial release.')
->addMaintainer('lead', 'David Cuadrado', 'dcu', 'david@authy.com')
->addGitFiles()
;