generated from Potter/Template
24 lines
497 B
JSON
24 lines
497 B
JSON
{
|
|
"name": "potter/uri",
|
|
"description": "Potter Framework Uri Template",
|
|
"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"
|
|
}
|