Adding composer.json to project and updated .gitignore
This commit is contained in:
parent
eab5c2aa37
commit
2bd0e614d0
|
@ -7,3 +7,5 @@ update/*
|
|||
!update/index.html
|
||||
|
||||
include/config.php
|
||||
|
||||
/vendor/
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "xeonproductions/software-admin-panel",
|
||||
"description": "A protected software administration front-end and API written in PHP.",
|
||||
"type": "project",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Brandon Scott",
|
||||
"email": "xeons@users.noreply.github.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"smarty/smarty": "~3.1"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue