Files
Uri/composer.json
T
2026-06-12 13:06:17 -04:00

25 lines
547 B
JSON

{
"name": "potter/uri",
"description": "Potter Framework Uri Implementation",
"type": "library",
"require": {
"php": "^8.5",
"guzzlehttp/psr7": "^2.11",
"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"
}