Skip to content

Commit

Permalink
chore: add keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
steffans committed Jul 26, 2024
1 parent 46431d5 commit 33774f0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
16 changes: 12 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,28 @@
"name": "yootheme/starter-utils",
"description": "YOOtheme Pro - Starter Utilities",
"license": "MIT",
"keywords": [
"joomla",
"wordpress",
"yootheme"
],
"homepage": "https://yootheme.com",
"support": {
"issues": "https://github.com/yootheme/starter-utils/issues",
"source": "https://github.com/yootheme/starter-utils"
},
"autoload": {
"psr-4": {
"YOOtheme\\Starter\\": "src"
}
"require": {
"php": "^8.0"
},
"require-dev": {
"composer/composer": "^2.7",
"phpstan/phpstan": "^1.11"
},
"autoload": {
"psr-4": {
"YOOtheme\\Starter\\": "src"
}
},
"scripts": {
"phpstan": "phpstan analyse -c phpstan.neon",
"run:task": "YOOtheme\\Starter\\TaskHelper::run",
Expand Down
6 changes: 4 additions & 2 deletions composer.lock

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

0 comments on commit 33774f0

Please sign in to comment.