Skip to content

Commit

Permalink
Revert bumping contract version
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 1, 2024
1 parent 966eb93 commit a95835f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Symfony/Component/HttpClient/composer.json
Expand Up @@ -25,7 +25,7 @@
"php": ">=7.2.5",
"psr/log": "^1|^2|^3",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/http-client-contracts": "^2.6",
"symfony/http-client-contracts": "^2.5",
"symfony/polyfill-php73": "^1.11",
"symfony/polyfill-php80": "^1.16",
"symfony/service-contracts": "^1.0|^2|^3"
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Contracts/composer.json
Expand Up @@ -52,7 +52,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-main": "2.6-dev"
"dev-main": "2.5-dev"
}
}
}

0 comments on commit a95835f

Please sign in to comment.