2 Commits

Author SHA1 Message Date
renovate[bot]
ca8ff5151d chore(deps)!: update dependency illuminate/http (12.53.0 → 13.0.0)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-17 20:49:54 +00:00
renovate[bot]
0a12724a85 chore(actions): update softprops/action-gh-release action (v2.6.0 → v2.6.1) (#57) 2026-03-17 09:59:21 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ jobs:
path: builds/
- name: Upload box.phar
uses: softprops/action-gh-release@26e8ad27a09a225049a7075d7ec1caa2df6ff332 # v2.6.0
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
files: builds/branch-usage-checker

View File

@@ -23,7 +23,7 @@
},
"require": {
"php": "^8.4",
"illuminate/http": "^12.17"
"illuminate/http": "^13.0"
},
"require-dev": {
"captainhook/captainhook": "^5.28",