WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
phar-io
/
version
/
Name
Action
..
.gitignore
Edit
.php_cs
Edit
.travis.yml
Edit
LICENSE
Edit
README.md
Edit
build.xml
Edit
composer.json
Edit
phive.xml
Edit
phpunit.xml
Edit
src
tests
Editing: composer.json
{ "name": "phar-io/version", "description": "Library for handling version information and constraints", "license": "BSD-3-Clause", "authors": [ { "name": "Arne Blankerts", "email": "arne@blankerts.de", "role": "Developer" }, { "name": "Sebastian Heuer", "email": "sebastian@phpeople.de", "role": "Developer" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "Developer" } ], "support": { "issues": "https://github.com/phar-io/version/issues" }, "require": { "php": "^5.6 || ^7.0" }, "autoload": { "classmap": [ "src/" ] } }