Skip to content

Commit

Permalink
Allow plugin robloach/component-installer, because it is required by …
Browse files Browse the repository at this point in the history
…dependency (#1)

* Allow plugin robloach/component-installer, because it is required by components/handlebars.js

* Adding /.idea to .gitignore so project can be edited in IntelliJ

* Removed .idea files from PR

* newline at end of .gitignore
  • Loading branch information
janvanmansum authored Jan 5, 2022
1 parent 5b9a75c commit 5e32077
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ tests/jena-fuseki*
.project
.DS_Store
.phpunit.result.cache
/.idea

5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,10 @@
},
"autoload": {
"classmap": ["controller/", "model/", "model/sparql/"]
},
"config": {
"allow-plugins": {
"robloach/component-installer": true
}
}
}

0 comments on commit 5e32077

Please sign in to comment.