Files
kulakpos_web/vendor/rize/uri-template/composer.json
triagungbiantoro 417b7b7453
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m27s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 31s
Build, Push and Deploy / deploy-production (push) Has been skipped
harga pada beranda terhubung ke manage plans di dashboard admin
2026-04-25 21:57:25 +07:00

33 lines
831 B
JSON
Executable File

{
"name": "rize/uri-template",
"type": "library",
"description": "PHP URI Template (RFC 6570) supports both expansion & extraction",
"keywords": ["URI", "Template", "RFC 6570"],
"license": "MIT",
"authors": [
{
"name": "Marut K",
"homepage": "http://twitter.com/rezigned"
}
],
"require": {
"php": ">=8.1"
},
"require-dev": {
"phpunit/phpunit": "~10.0",
"phpstan/phpstan": "^1.12",
"friendsofphp/php-cs-fixer": "^3.63"
},
"autoload": {
"psr-4": {
"Rize\\": "src/Rize"
}
},
"scripts": {
"test": "vendor/bin/phpunit",
"cs": "vendor/bin/php-cs-fixer fix --dry-run",
"cs-fix": "vendor/bin/php-cs-fixer fix",
"phpstan": "vendor/bin/phpstan"
}
}