Skip to content

Commit 47e281b

Browse files
committed
Reverted auto-merge dependabot
1 parent 1888a79 commit 47e281b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ updates:
55
schedule:
66
interval: "weekly"
77
day: "friday"
8-
versioning-strategy: "auto"
8+
versioning-strategy: "widen"
99
open-pull-requests-limit: 20
1010
allow:
1111
- dependency-type: all

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,18 @@
5858
"ext-openssl": "*",
5959
"ext-sodium": "*",
6060
"brick/math": "^0.9|^0.10",
61-
"fgrosse/phpasn1": "^2.4",
61+
"fgrosse/phpasn1": "^2.0",
6262
"paragonie/constant_time_encoding": "^2.4",
6363
"psr/event-dispatcher": "^1.0",
6464
"psr/http-client": "^1.0",
6565
"psr/http-factory": "^1.0",
6666
"spomky-labs/aes-key-wrap": "^7.0",
67-
"symfony/config": "^6.1.3",
67+
"symfony/config": "^5.4|^6.0",
6868
"symfony/console": "^5.4|^6.0",
69-
"symfony/dependency-injection": "^6.1.3",
70-
"symfony/event-dispatcher": "^6.1.0",
71-
"symfony/http-kernel": "^6.1.3",
72-
"symfony/polyfill-mbstring": "^1.26"
69+
"symfony/dependency-injection": "^5.4|^6.0",
70+
"symfony/event-dispatcher": "^5.4|^6.0",
71+
"symfony/http-kernel": "^5.4|^6.0",
72+
"symfony/polyfill-mbstring": "^1.12"
7373
},
7474
"require-dev": {
7575
"ext-curl": "*",

0 commit comments

Comments
 (0)