diff --git a/README.md b/README.md index ab05ff6..94821be 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# Template +# Uri -Potter Framework Component Template \ No newline at end of file +Potter Framework Uri Interface \ No newline at end of file diff --git a/composer.json b/composer.json index 632d3fd..2a3a248 100644 --- a/composer.json +++ b/composer.json @@ -1,14 +1,16 @@ { - "name": "potter/template", - "description": "Potter Framework Component Template", + "name": "potter/uri", + "description": "Potter Framework Uri Template", "type": "library", "require": { - "php": "^8.5" + "php": "^8.5", + "psr/http-message": "^2.0", + "potter/stringable": "^0.0.1" }, "license": "MIT", "autoload": { "psr-4": { - "Potter\\": "src/Potter/" + "Potter\\Uri\\": "src/Potter/Uri/" } }, "authors": [ diff --git a/src/Potter/Uri/UriFragmentInterface.php b/src/Potter/Uri/UriFragmentInterface.php new file mode 100644 index 0000000..6e9f91b --- /dev/null +++ b/src/Potter/Uri/UriFragmentInterface.php @@ -0,0 +1,13 @@ +