Skip to content

Commit

Permalink
Merge pull request #4 from mauricerenck/feature/autoloader-fix
Browse files Browse the repository at this point in the history
Feature/autoloader fix
  • Loading branch information
mauricerenck authored Oct 16, 2020
2 parents 18298bd + c76df9f commit 43c77d3
Show file tree
Hide file tree
Showing 500 changed files with 16,841 additions and 3,674 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
content export-ignore
site export-ignore
src export-ignore
# src export-ignore

.editorconfig export-ignore
.gitattributes export-ignore
Expand Down
16 changes: 6 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mauricerenck/komments",
"version": "0.9.12",
"version": "0.9.13",
"description": "A comment and webmention plugin for Kirby 3",
"type": "kirby-plugin",
"license": "MIT",
Expand All @@ -11,12 +11,11 @@
}
],
"autoload": {
"files": [
"utils/sendMastodon.php",
"utils/sendWebmention.php",
"utils/receiveKomment.php",
"utils/moderation.php",
"utils/base.php"
"psr-4": {
"mauricerenck\\Komments\\": "utils"
},
"classmap": [
"utils"
]
},
"require": {
Expand All @@ -29,8 +28,5 @@
"scripts": {
"testKirby": "phpunit --bootstrap ./tests/bootstrap.php --testdox ./tests/suites",
"test": "phpunit --testdox ./tests/suites"
},
"require-dev": {
"phpunit/phpunit": "^9"
}
}
Loading

0 comments on commit 43c77d3

Please sign in to comment.