diff --git a/.gitignore b/.gitignore index 32abee3..fa42701 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ # OS files .DS_Store ._* + +# Compser files +/vendor/ diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..d9a22b5 --- /dev/null +++ b/composer.json @@ -0,0 +1,14 @@ +{ + "name": "steampixel/route", + "description": "This is a simple and small PHP router that can handel the whole url routing for your project.", + "type": "library", + "license": "MIT", + "authors": [ + { + "name": "SteamPixel", + "email": "info@steampixel.de" + } + ], + "minimum-stability": "dev", + "require": {} +}