Files
Uri/composer.json
2026-06-05 19:48:22 +00:00

24 lines
498 B
JSON

{
"name": "potter/uri",
"description": "Potter Framework Uri Interface",
"type": "library",
"require": {
"php": "^8.5",
"psr/http-message": "^2.0",
"potter/stringable": "^0.0.1"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Potter\\Uri\\": "src/Potter/Uri/"
}
},
"authors": [
{
"name": "Jay Potter",
"email": "j@ypotter.ca"
}
],
"minimum-stability": "stable"
}