PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
wiloke-listing-tools
/
vendor
/
seregazhuk
/
php-watcher
#!/usr/bin/env php <?php use seregazhuk\PhpWatcher\WatcherCommand; if (file_exists(__DIR__.'/vendor/autoload.php')) { require __DIR__.'/vendor/autoload.php'; } else { require __DIR__.'/../../autoload.php'; } $command = new WatcherCommand(); $application = new seregazhuk\PhpWatcher\ConsoleApplication(); $application->add($command); $application->setDefaultCommand($command->getName(), true); $application->run();
[+]
..
[-] php-watcher.yml.dist
[edit]
[+]
tests
[-] .scrutinizer.yml
[edit]
[-] php-watcher
[edit]
[-] phpunit.xml.dist
[edit]
[-] .travis.yml
[edit]
[-] composer.json
[edit]
[+]
images
[+]
src
[-] .gitignore
[edit]
[-] README.md
[edit]
[-] CHANGELOG.md
[edit]