WP File Manager
Current Path:
/
home
/
argothem
/
www
/
organecyberpresse
/
plugins
/
auto
/
yaml
/
v3.1.2
/
vendor
/
mustangostang
/
spyc
/
Name
Action
..
.gitignore
Edit
COPYING
Edit
README.md
Edit
Spyc.php
Edit
composer.json
Edit
examples
php4
phpunit.xml
Edit
spyc.yaml
Edit
tests
Editing: composer.json
{ "name": "mustangostang/spyc", "description": "A simple YAML loader/dumper class for PHP", "type": "library", "keywords": [ "spyc", "yaml", "yml" ], "homepage": "https://github.com/mustangostang/spyc/", "authors" : [{ "name": "mustangostang", "email": "vlad.andersen@gmail.com" }], "license": "MIT", "require": { "php": ">=5.3.1" }, "autoload": { "files": [ "Spyc.php" ] }, "require-dev": { "phpunit/phpunit": "4.3.*@dev" }, "extra": { "branch-alias": { "dev-master": "0.5.x-dev" } } }