Skip to content

Commit

Permalink
chore: add package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
evolkmann committed Oct 1, 2024
1 parent c1a39ec commit dc15a04
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Validate composer.json and composer.lock
run: composer validate --strict
run: composer validate
- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v4
Expand Down
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "volkmann-design-code/kirby-utils",
"description": "Utility functions for Kirby Projects",
"homepage": "https://github.com/volkmann-design-code/kirby-utils",
"version": "0.5.1",
"type": "kirby-plugin",
"scripts": {
"test": "phpunit tests"
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

0 comments on commit dc15a04

Please sign in to comment.