%PDF- %PDF-
Direktori : /var/www/html/hr/api/vendor/spatie/fractalistic/ |
Current File : /var/www/html/hr/api/vendor/spatie/fractalistic/composer.json |
{ "name": "spatie/fractalistic", "description": "A developer friendly wrapper around Fractal", "keywords": [ "spatie", "fractalistic", "fractal", "api", "transform" ], "homepage": "https://github.com/spatie/fractalistic", "license": "MIT", "authors": [ { "name": "Freek Van der Herten", "email": "freek@spatie.be", "homepage": "https://spatie.be", "role": "Developer" } ], "require": { "php": "^7.0", "league/fractal": "^0.19.0" }, "require-dev": { "illuminate/pagination": "~5.3.0|~5.4.0", "phpunit/phpunit" : "^5.7.21" }, "autoload": { "psr-4": { "Spatie\\Fractalistic\\": "src" } }, "autoload-dev": { "psr-4": { "Spatie\\Fractalistic\\Test\\": "tests" } }, "scripts": { "test": "phpunit" }, "config": { "sort-packages": true } }