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 @@ +