Initiated composer package

This commit is contained in:
SteamPixel 2020-01-14 11:06:42 +01:00
parent db0634413e
commit 9be968b012
2 changed files with 17 additions and 0 deletions

3
.gitignore vendored
View File

@ -4,3 +4,6 @@
# OS files
.DS_Store
._*
# Compser files
/vendor/

14
composer.json Normal file
View File

@ -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": {}
}