Skip to content

Commit

Permalink
* add an example for pyrus#3
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Jul 13, 2011
1 parent 9c6af4d commit 5283694
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Pyrus/Developer/PackageFile/Commands.php
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,10 @@ class Main
\$compatible->dependencies['required']->package['pear2.php.net/PEAR2_Exception']->save();
\$compatible->dependencies['required']->package['pear2.php.net/PEAR2_MultiErrors']->save();
\$compatible->dependencies['required']->package['pear2.php.net/PEAR2_HTTP_Request']->save();
// ignore files
unset(\$package->files['www/config.inc.php']);
unset(\$package->files['www/.htaccess']);
*/
?>
");
Expand Down

0 comments on commit 5283694

Please sign in to comment.