Added .gitignore and intial composer.json.
This commit is contained in:
parent
02cdcf2573
commit
279b28d956
2 changed files with 19 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
/vendor
|
||||||
|
composer.lock
|
||||||
17
composer.json
Normal file
17
composer.json
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"name": "lewp/lewp-template-project",
|
||||||
|
"type": "project",
|
||||||
|
"description": "Template for creating a new lewp project.",
|
||||||
|
"homepage": "https://lewp.org",
|
||||||
|
"license": "MIT",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Lewin Probst",
|
||||||
|
"email": "info@emirror.de",
|
||||||
|
"homepage": "https://emirror.de"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"require": {
|
||||||
|
"lewp/lewp": "dev-master"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue