forked from beberlei/DoctrineExtensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pearfarm.spec
17 lines (16 loc) · 888 Bytes
/
pearfarm.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$spec = Pearfarm_PackageSpec::create(array(Pearfarm_PackageSpec::OPT_BASEDIR => dirname(__FILE__)))
->setName('DoctrineExtensions')
->setChannel('beberlei.pearfarm.org')
->setSummary('PHPUnit and Sql-Sniffer extensions to Doctrine 2')
->setDescription('PHPUnit and Sql-Sniffer extensions to Doctrine 2')
->setReleaseVersion('0.0.1')
->setReleaseStability('alpha')
->setApiVersion('0.0.1')
->setApiStability('alpha')
->setLicense(Pearfarm_PackageSpec::LICENSE_BSD)
->addExcludeFiles(array('.gitignore', 'package.xml', 'pearfarm.spec'))
->setDependsOnPHPVersionMin('5.3.1')
->setNotes('Initial release.')
->addMaintainer('lead', 'Benjamin Eberlei', 'beberlei', '[email protected]')
->addGitFiles();