meraproject/vendor/rize/uri-template/composer.json
keboss-m 5c21d25d45 Initial commit: Merakomis portal, Docker stack and user-reader API.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-24 11:04:05 +03:00

28 lines
614 B
JSON

{
"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": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8.36"
},
"autoload": {
"psr-4": {
"Rize\\": "src/Rize"
}
},
"scripts": {
"test": "vendor/bin/phpunit test/"
}
}