From 2b41e3164e23f6a8331de6324855c4324f05994b Mon Sep 17 00:00:00 2001 From: Jay Potter Date: Fri, 12 Jun 2026 13:06:17 -0400 Subject: [PATCH] 0.0.1 --- README.md | 2 +- composer.json | 5 +++-- src/Potter/Uri/Uri.php | 10 ++++++++++ 3 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 src/Potter/Uri/Uri.php diff --git a/README.md b/README.md index 94821be..ca287c5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Uri -Potter Framework Uri Interface \ No newline at end of file +Potter Framework Uri Implementation \ No newline at end of file diff --git a/composer.json b/composer.json index 2a3a248..c0e7de4 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,12 @@ { "name": "potter/uri", - "description": "Potter Framework Uri Template", + "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" + "potter/stringable": "^0.0.1" }, "license": "MIT", "autoload": { diff --git a/src/Potter/Uri/Uri.php b/src/Potter/Uri/Uri.php new file mode 100644 index 0000000..ec7e0c5 --- /dev/null +++ b/src/Potter/Uri/Uri.php @@ -0,0 +1,10 @@ +