Skip to content

Commit 4f731ed

Browse files
authored
chore: fix composer merge issues (#1680)
1 parent 071993a commit 4f731ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/http-client/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"tempest/container": "dev-main",
1111
"tempest/http": "dev-main",
1212
"tempest/router": "dev-main",
13-
"psr-discovery/http-factory-implementations": "^1.4",
14-
"psr-discovery/http-client-implementations": "^1.2"
13+
"psr-discovery/http-client-implementations": "^1.4",
14+
"psr-discovery/http-factory-implementations": "^1.2"
1515
},
1616
"require-dev": {
1717
"guzzlehttp/psr7": "^2.6.1",

packages/upgrade/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"minimum-stability": "dev",
66
"require": {
77
"php": "^8.4",
8-
"rector/rector": "2.2.1"
8+
"rector/rector": "^2.1"
99
},
1010
"autoload": {
1111
"psr-4": {

0 commit comments

Comments
 (0)