Initiated composer package
This commit is contained in:
parent
db0634413e
commit
9be968b012
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -4,3 +4,6 @@
|
||||||
# OS files
|
# OS files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
._*
|
._*
|
||||||
|
|
||||||
|
# Compser files
|
||||||
|
/vendor/
|
||||||
|
|
14
composer.json
Normal file
14
composer.json
Normal 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": {}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user