Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-phar-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
GPG_KEYS_ENCRYPTED: ".github/phar/keys.asc.gpg"
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
timeout-minutes: 4
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: ✉️ Notify Discord about release
uses: SethCohen/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/buld-bin-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
name: 📦 Build macOS ARM64
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
name: 📦 Build macOS (x64)
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pull-requests: read
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 🧐 Lint commits using "commitlint"
uses: wagoid/[email protected]
Expand All @@ -37,7 +37,7 @@ jobs:
pull-requests: read
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 🧐 Lint YAML files
uses: ibiqlik/[email protected]
Expand All @@ -54,7 +54,7 @@ jobs:
group: markdown-linting-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 🧐 Lint Markdown files
uses: DavidAnson/[email protected]
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
# tools: composer, phive
#
# - name: 📦 Check out the codebase
# uses: actions/checkout@v5
# uses: actions/checkout@v6
#
# - name: 🤖 Validate composer.json and composer.lock
# run: composer validate --ansi --strict
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/refactoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- locked
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 🛠️ Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- locked
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 🛠️ Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- locked
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 🛠️ Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- 8.1
- 8.2
- 8.3
- 8.4
- 8.5
dependencies:
- lowest
- locked
Expand All @@ -35,7 +37,7 @@ jobs:
dependencies: highest
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 🛠️ Setup PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -71,7 +73,7 @@ jobs:
- locked
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 🛠️ Setup PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -118,7 +120,7 @@ jobs:
TRAP_PHAR_SIGNATURE: ".build/phar/trap.phar.asc"
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.15.0 (2025-11-30)

**Full Changelog**: https://github.com/buggregator/trap/compare/1.14.0...1.15.0

## 1.14.0 (2025-11-20)

## What's Changed
Expand Down
10 changes: 3 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
],
"homepage": "https://buggregator.dev/",
"funding": [
{
"type": "patreon",
"url": "https://patreon.com/roxblnfk"
},
{
"type": "boosty",
"url": "https://boosty.to/roxblnfk"
Expand All @@ -49,8 +45,8 @@
"php-http/message": "^1.15",
"psr/container": "^1.1 || ^2.0",
"psr/http-message": "^1.1 || ^2",
"symfony/console": "^6.4 || ^7",
"symfony/var-dumper": "^6.3 || ^7",
"symfony/console": "^6.4 || ^7 || ^8",
"symfony/var-dumper": "^6.3 || ^7 || ^8",
"yiisoft/injector": "^1.2"
},
"require-dev": {
Expand All @@ -61,7 +57,7 @@
"rector/rector": "^1.1",
"roxblnfk/unpoly": "^1.8.1",
"spiral/code-style": "^2.2.2",
"ta-tikoma/phpunit-architecture-test": "^0.8.4",
"ta-tikoma/phpunit-architecture-test": "^0.8.5",
"vimeo/psalm": "^6.5"
},
"suggest": {
Expand Down
Loading
Loading