Merge branch 'develop'

This commit is contained in:
Walter Dal Mut 2014-12-04 07:52:43 +01:00
commit b34bc46a3e
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ A simple debian packager for PHP applications
```php ```php
<?php <?php
require_once 'wdm/debian/Autoloader.php'; require_once __DIR__ . '/vendor/autoload.php';
$control = new \wdm\debian\control\StandardFile(); $control = new \wdm\debian\control\StandardFile();
$control $control

View file

@ -1,6 +1,6 @@
<?php <?php
require_once 'wdm/debian/Autoloader.php'; require_once __DIR__ . '/vendor/autoload.php';
$control = new \wdm\debian\control\StandardFile(); $control = new \wdm\debian\control\StandardFile();
$control $control