%PDF- %PDF-
Direktori : /www/varak.net/nextcloud.varak.net/apps_old/apps/bookmarks/vendor/rowbot/url/ |
Current File : //www/varak.net/nextcloud.varak.net/apps_old/apps/bookmarks/vendor/rowbot/url/composer.json |
{ "name": "rowbot/url", "description": "A WHATWG URL spec compliant URL parser for working with URLs and their query strings.", "keywords": ["url", "url-parser", "uri", "querystring", "query-string", "url-parsing", "whatwg"], "license": "MIT", "authors": [ { "name": "Trevor Rowbotham", "homepage": "https://trowbotham.com", "role": "Developer" } ], "require": { "php": ">=7.1", "ext-json": "*", "ext-mbstring": "*", "brick/math": "^0.8.13 || ^0.9", "rowbot/idna": "^0.1.2" }, "require-dev": { "guzzlehttp/guzzle": "^6.3 || ^7.0", "phpstan/phpstan": "^1.2", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-strict-rules": "^1.0", "phpunit/phpunit": "^7.5 || ^8.0 || ^9.0", "slevomat/coding-standard": "^7.0.4", "squizlabs/php_codesniffer": "^3.6", "symfony/cache": "^4.1 || ^5.0" }, "autoload": { "psr-4": { "Rowbot\\URL\\": "src/" } }, "autoload-dev": { "psr-4": { "Rowbot\\URL\\Tests\\": "tests/" } }, "scripts": { "phpunit": "phpunit --coverage-text", "test": [ "@phpunit" ] }, "config": { "sort-packages": true, "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true } } }