Skip to content

Commit

Permalink
Merge pull request #27 from krystal/feat/kp-2.54.0
Browse files Browse the repository at this point in the history
feat: update to Katapult v2.54.0
  • Loading branch information
bencromwell authored Sep 5, 2024
2 parents dc52f99 + 63c7c24 commit 51df640
Show file tree
Hide file tree
Showing 1,119 changed files with 19,004 additions and 13,232 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
app_id: ${{ vars.RELEASE_PLEASE_GITHUB_APP_ID }}
private_key: ${{ secrets.RELEASE_PLEASE_GITHUB_APP_PRIVATE_KEY }}
- uses: google-github-actions/release-please-action@v4
- uses: googleapis/release-please-action@v4
id: release-please
with:
token: ${{ steps.generate-github-token.outputs.token }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ coverage
.phpunit.result.cache
generator/.php-cs-fixer.cache
node_modules
composer.lock
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ build:
download-spec:
wget -O katapult-core-openapi.json https://api.katapult.io/core/v1/schema/openapi.json
wget -O katapult-public-openapi.json https://api.katapult.io/public/v1/schema/openapi.json

.PHONY: download-staging-spec
download-staging-spec:
wget -O katapult-core-openapi.json https://api.staging.katapult.dev/core/v1/schema/openapi.json
wget -O katapult-public-openapi.json https://api.staging.katapult.dev/public/v1/schema/openapi.json
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@
"preferred-install": {
"*": "dist"
},
"sort-packages": true
"sort-packages": true,
"platform": {
"php": "8.1"
},
"allow-plugins": {
"php-http/discovery": true
}
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 51df640

Please sign in to comment.