Skip to content

Commit

Permalink
Merge branch 'feature-2022-update-finish-1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
luukee committed Jul 26, 2022
2 parents 99afb58 + f2f57a9 commit d6d2cc4
Show file tree
Hide file tree
Showing 1,718 changed files with 293,458 additions and 7,278 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ node_modules/*
bower_components/*
gulpfile.js
enp-quiz.code-workspace
.vscode/launch.json
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"phpsab.fixerEnable": false,
"intelephense.format.enable": false,
"phpcbf.enable": false,
"phpcs.standard": "./rulesetsPHPCS.xml"
}
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"require-dev": {
"squizlabs/php_codesniffer": "*"
},
"require": {
"tinymce/tinymce": "^6.0"
}
}
135 changes: 135 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d6d2cc4

Please sign in to comment.