{ "name": "mremi/url-shortener", "type": "library", "description": "A PHP5/PHP7/PHP8 library using API to shorten/expand URL", "keywords": [ "url", "shortener", "api" ], "homepage": "https://github.com/mremi/UrlShortener", "license": "MIT", "authors": [ { "name": "Rémi Marseille", "email": "marseille.remi@gmail.com" } ], "require": { "php": "^5.6 || ^7.0 || ^8.0", "guzzlehttp/guzzle": "^6.0 || ^7.0", "symfony/console": "^3.1 || ^4.1 || ^5.0 || ^6.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.19", "symfony/phpunit-bridge": "^5.0 || ^6.0" }, "autoload": { "psr-4": { "Mremi\\UrlShortener\\": "src/Mremi/UrlShortener" } }, "autoload-dev": { "psr-4": { "Mremi\\UrlShortener\\Tests\\": "tests/Mremi/UrlShortener/Tests" } }, "extra": { "branch-alias": { "dev-master": "2.4-dev" } } }