Skip to content

Commit

Permalink
Fix composer file and add ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
tuananhnghiem committed Dec 13, 2020
1 parent 54924a8 commit f5c6235
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .gitignore
@@ -0,0 +1,13 @@
# Build and Release Folders
vendor

# Other files and folders
auth.json

# Executables
*.exe


# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
# should NOT be excluded as they contain compiler settings and other important
# information for Eclipse / Flash Builder.
5 changes: 4 additions & 1 deletion composer.json
Expand Up @@ -4,9 +4,12 @@
"keywords": ["framework", "koolreport", "dashoard"],
"license": "MIT",
"type": "project",
"repositories":[
{"type":"composer","url":"https://repo.koolreport.com"}
],
"require": {
"php": ">=7.0",
"koolreport/pro": "4.7",
"koolreport/pro": "*",
"koolreport/dashboard": "*"
}
}

0 comments on commit f5c6235

Please sign in to comment.