Skip to content

Commit e007ee1

Browse files
committed
Change to increase verions on Dependabot update
1 parent b5f6147 commit e007ee1

File tree

3 files changed

+563
-59
lines changed

3 files changed

+563
-59
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ updates:
77
labels:
88
- "Dependencies 📦"
99
- "PHP 🐘"
10-
versioning-strategy: "widen"
10+
versioning-strategy: "increase"
1111
open-pull-requests-limit: 1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"phpunit/phpunit": "^9.4",
1515
"react/event-loop": "^1.1",
1616
"react/promise": "^2.8",
17-
"wyrihaximus/test-utilities": "^2.9 || ^3.0"
17+
"wyrihaximus/test-utilities": "^3"
1818
},
1919
"require-dev": {
2020
"wyrihaximus/iterator-or-array-to-array": "^1.1"

0 commit comments

Comments
 (0)