Skip to content

Commit 0182269

Browse files
committed
Pin development tools
The goal of the job introduced in #453 is to catch issues introduced by Doctrine packages. Let us avoid suprises caused by development tools by pinning them, and having dependabot bump the version constraint as suggested in #475 (comment)
1 parent 7e6f7e2 commit 0182269

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
version: 2
22
updates:
3+
- package-ecosystem: "composer"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
time: "11:00"
8+
open-pull-requests-limit: 10
9+
labels:
10+
- "Dependencies"
11+
versioning-strategy: "increase-if-necessary"
312
- package-ecosystem: "github-actions"
413
directory: "/"
514
schedule:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"doctrine/mongodb-odm": "^1.3.0 || ^2.0.0",
3333
"doctrine/orm": "^2.14 || ^3",
3434
"fig/log-test": "^1",
35-
"phpstan/phpstan": "^1.10",
36-
"phpunit/phpunit": "^9.6.13 || ^10.4.2",
35+
"phpstan/phpstan": "1.12.21",
36+
"phpunit/phpunit": "^9.6.13 || 10.5.45",
3737
"psr/log": "^1.1 || ^2 || ^3",
3838
"symfony/cache": "^5.4 || ^6.3 || ^7",
3939
"symfony/var-exporter": "^5.4 || ^6.3 || ^7"

0 commit comments

Comments
 (0)