PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
wiloke-listing-tools
/
vendor
/
yosymfony
/
resource-watcher
{ "name":"yosymfony/resource-watcher", "description": "A simple resource watcher using Symfony Finder", "keywords": ["resources","watcher","finder","symfony"], "license": "MIT", "homepage": "http://yosymfony.com", "authors": [ { "name": "Victor Puertas", "email": "vpgugr@gmail.com" } ], "require": { "php": ">=5.6", "symfony/finder": "^2.7|^3.0|^4.0|^5.0" }, "require-dev": { "symfony/filesystem": "^2.7|^3.0|^4.0|^5.0", "phpunit/phpunit": "^5.7" }, "autoload": { "psr-4": { "Yosymfony\\ResourceWatcher\\": "src/" } }, "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "scripts": { "test": "vendor/bin/phpunit" } }
[+]
..
[-] .gitignore
[edit]
[+]
src
[-] .travis.yml
[edit]
[-] README.md
[edit]
[-] phpunit.xml.dist
[edit]
[+]
tests
[-] LICENSE
[edit]
[-] composer.json
[edit]
[-] CHANGELOG.md
[edit]