Skip to content

Commit

Permalink
chore: panel field update
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricerenck committed Feb 19, 2021
1 parent 57e2c0e commit 181a446
Show file tree
Hide file tree
Showing 5 changed files with 709 additions and 23 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@
],
"autoload": {
"psr-4": {
"mauricerenck\\Komments\\": "utils"
"mauricerenck\\Komments\\": "utils/"
},
"classmap": [
"utils"
]
},
"require-dev": {},
"require-dev": {
"getkirby/cms": "^3.5"
},
"require": {
"getkirby/composer-installer": "^1.1",
"indieweb/mention-client": "^1.2"
Expand All @@ -28,6 +30,7 @@
},
"scripts": {
"test": "vendor/bin/phpunit --testdox tests",
"build-test-package": "git archive HEAD -o komments.zip --worktree-attributes"
"build-test-package": "git archive HEAD -o komments.zip --worktree-attributes",
"build-composer": "composer install --no-dev --optimize-autoloader"
}
}
Loading

0 comments on commit 181a446

Please sign in to comment.