Skip to content
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.

Commit

Permalink
add darshan to author
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed May 8, 2012
1 parent dab23ca commit ba507bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion generate-package.php
Expand Up @@ -108,7 +108,7 @@ function readDirectory($path) {
$package->addInstallAs($file2, str_replace('src/', '', $file2)); $package->addInstallAs($file2, str_replace('src/', '', $file2));
} }


$package->setPhpDep('5.2.0'); $package->setPhpDep('5.3.0');


$package->addPackageDepWithChannel( $package->addPackageDepWithChannel(
'optional', 'optional',
Expand Down
1 change: 1 addition & 0 deletions src/EasyBib/Core/LoadConfig.php
Expand Up @@ -22,6 +22,7 @@
* @category Configuration * @category Configuration
* @package LoadConfig * @package LoadConfig
* @author Till Klampaeckel <till@lagged.biz> * @author Till Klampaeckel <till@lagged.biz>
* @author Darshan Somashekar <darshan@imagineeasy.com>
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License * @license http://www.opensource.org/licenses/bsd-license.php New BSD License
* @version Release: @package_version@ * @version Release: @package_version@
* @link http://www.easybib.com * @link http://www.easybib.com
Expand Down

0 comments on commit ba507bf

Please sign in to comment.