diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f0631a..ba8ae40 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Create Release and bump version files - uses: helsingborg-stad/release-wp-plugin-action@1.0.1 + uses: helsingborg-stad/release-wp-plugin-action@1.0.3 with: php-version: 8.2 node-version: 20.6.0 @@ -67,4 +67,4 @@ jobs: - name: Publish npm package to GHCR run: npm publish --registry=https://npm.pkg.github.com env: - NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/composer.json b/composer.json index cb53f5f..2ae4678 100644 --- a/composer.json +++ b/composer.json @@ -9,6 +9,6 @@ "email": "kristoffer.svanmark@lexiconitkonsult.se" } ], - "require": [], + "require": {}, "version": "2.0.4" -} \ No newline at end of file +}