Files
Uri/composer.json
T
jay 8200ee5d71 Merge origin/main into main
# Conflicts:
#	composer.json
2026-06-12 13:07:27 -04:00

25 lines
542 B
JSON

{
"name": "potter/uri",
"description": "Potter Framework Uri Interface",
"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"
}