{ "name": "prettus/php-fiql-parser", "description": "FIQL Parser", "type": "library", "keywords": [ "fiql", "parser" ], "license": "MIT", "autoload": { "psr-4": { "Prettus\\FIQLParser\\": "src/" } }, "scripts": { "test": "pest", "test:unit": "@test --watch", "test:ci": "@test --ci", "test:coverage": "@test --ci --coverage --coverage-clover coverage.clover", "fixer": "php-cs-fixer fix ./src" }, "authors": [ { "name": "Anderson Andrade", "homepage": "http://andersonandra.de", "email": "contato@andersonandra.de", "role": "Developer" } ], "homepage": "https://github.com/andersao/php-fiql-parser", "support": { "email": "contato@andersonandra.de", "issues": "https://github.com/andersao/php-fiql-parser/issues", "wiki": "https://github.com/andersao/php-fiql-parser", "source": "https://github.com/andersao/php-fiql-parser", "docs": "https://github.com/andersao/php-fiql-parser" }, "config": { "preferred-install": "dist", "sort-packages": true }, "require-dev": { "pestphp/pest": "^1.20", "pestphp/pest-plugin-watch": "dev-master", "friendsofphp/php-cs-fixer": "^3.2" }, "minimum-stability": "stable" }