composer.json
{
"name": "robotomize/fujes",
"version": "0.4.1.0",
"description": "Library for the fuzzy search to JSON document.",
"keywords": ["Fuzzy", "search", "find", "PHP", "JSON"],
"homepage": "https://github.com/robotomize/fujes",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Nikita Ivanov",
"email": "robotomize@gmail.com",
"homepage": "https://github.com/robotomize/"
}
],
"require": {
"php": ">=5.6.0",
"phpdocumentor/reflection-docblock": "^2.0",
"sebastian/global-state": "^1.1",
"sebastian/exporter": "^1.2",
"sebastian/recursion-context": "^1.0",
"sebastian/environment": "^1.3",
"doctrine/instantiator": "^1.0",
"dflydev/markdown": "^1.0",
"erusev/parsedown": "^1.6",
"monolog/monolog": "^1.17",
"nesbot/carbon": "^1.20"
},
"require-dev": {
"phpunit/phpunit": "^5.0",
"phpunit/php-code-coverage": "^3.0",
"squizlabs/php_codesniffer": "^2.3",
"codeclimate/php-test-reporter": "dev-master",
"phpunit/phpunit-mock-objects": "^3.0",
"phpunit/php-invoker": "^1.1",
"phpunit/php-timer": "^1.0",
"phpunit/php-token-stream": "^1.4",
"phpunit/php-text-template": "^1.2",
"phpspec/prophecy": "^1.5"
},
"autoload": {
"classmap": [
"src/"
]
}
}