Skip to content

Commit

Permalink
add php intelephense config and configure files that should not be in…
Browse files Browse the repository at this point in the history
… the package when released
  • Loading branch information
meszaros-lajos-gyorgy committed Nov 26, 2022
1 parent 3180aef commit 9c0de62
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/vendor/
vendor
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"intelephense.environment.phpVersion": "7.2"
}
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,12 @@
"license": "GPL-3.0-or-later",
"require": {
"php": ">=7.2"
},
"archive": {
"exclude": [
".vscode",
".editorconfig",
".prettierrc"
]
}
}

0 comments on commit 9c0de62

Please sign in to comment.