diff --git a/composer.json b/composer.json index ffb0901..bef82fd 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,8 @@ }, "minimum-stability": "stable", "require": { - "php": "^8.3" + "php": "^8.3", + "league/route": "^6.2", + "psr/http-server-handler": "^1.0" } } diff --git a/src/Potter/Http/AbstractHttpRouter.php b/src/Potter/Http/AbstractHttpRouter.php new file mode 100644 index 0000000..ec880f2 --- /dev/null +++ b/src/Potter/Http/AbstractHttpRouter.php @@ -0,0 +1,10 @@ +