{ "name": "phrity/net-uri", "type": "library", "description": "PSR-7 Uri and PSR-17 UriFactory implementation", "homepage": "https://phrity.sirn.se/net-uri", "keywords": ["uri", "uri factory", "PSR-7", "PSR-17"], "license": "MIT", "authors": [ { "name": "Sören Jensen", "email": "sirn@sirn.se", "homepage": "https://phrity.sirn.se" } ], "autoload": { "psr-4": { "Phrity\\Net\\": "src/" } }, "require": { "php": "^8.1", "ext-mbstring": "*", "phrity/comparison": "^1.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.1 | ^2.0" }, "require-dev": { "phpstan/phpstan": "^2.0", "phpunit/phpunit": "^10.0 || ^11.0 || ^12.0", "phrity/util-errorhandler": "^1.1", "robiningelbrecht/phpunit-coverage-tools": "^1.9", "squizlabs/php_codesniffer": "^3.5 || ^4.0" }, "suggest": { "ext-intl": "Enables IDN conversion for non-ASCII domains" } }