Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Jan 26, 2025
1 parent 411d2e2 commit 11aa388
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: CI
on:
push:
branches:
- master
pull_request:
schedule:
- cron: '0 4 * * 6' # Every Saturday on 4am
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
}
],
"require": {
"php": "~7.4 || ~8.0 || ~8.1 || ~8.2",
"php": ">=8.1",
"composer/package-versions-deprecated": "^1.10",
"composer/semver": "^1.4 || ^2.0 || ^3.0",
"mockery/mockery": "^1.0",
"vimeo/psalm": "dev-master || ^5.0@rc || ^5.0"
"vimeo/psalm": "dev-master || ^5.0 || ^6"
},
"require-dev": {
"codeception/codeception": "^4.1.9",
Expand Down

0 comments on commit 11aa388

Please sign in to comment.