Server IP : 184.154.167.98 / Your IP : 3.147.69.48 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 8.2.26 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/public_html/tampico1900/3rdparty/league/uri-interfaces/ |
Upload File : |
{ "name": "league/uri-interfaces", "description" : "Common interface for URI representation", "keywords": [ "url", "uri", "rfc3986", "rfc3987" ], "license": "MIT", "homepage": "http://github.com/thephpleague/uri-interfaces", "authors": [ { "name" : "Ignace Nyamagana Butera", "email" : "nyamsprod@gmail.com", "homepage" : "https://nyamsprod.com" } ], "funding": [ { "type": "github", "url": "https://github.com/sponsors/nyamsprod" } ], "require": { "php" : "^7.1 || ^8.0", "ext-json": "*" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.0", "phpstan/phpstan": "^0.12", "phpstan/phpstan-strict-rules": "^0.12", "phpstan/phpstan-phpunit": "^0.12" }, "autoload": { "psr-4": { "League\\Uri\\": "src/" } }, "scripts": { "phpcs": "php-cs-fixer fix -v --diff --dry-run --allow-risky=yes --ansi", "phpstan": "phpstan analyse -l max -c phpstan.src.neon src --ansi", "test": ["@phpcs", "@phpstan"] }, "scripts-descriptions": { "phpcs":"Runs coding style test suite", "phpstan":"Runs php static code analysis compliance test", "test": "Runs all the test suite" }, "extra": { "branch-alias": { "dev-master": "2.x-dev" } } }