Skip to content

Commit a7fb23c

Browse files
Merge branch '5.0'
* 5.0: [Routing] fix tests [DI] minor cleanup [Form] group constraints when calling the validator Remove wrong @group legacy annotations [DependencyInjection] Fix dumping multiple deprecated aliases allow button names to start with uppercase letter Allow PHP ^7.2.5 States that the HttpClient provides a Http Async implementation [Routing] Fix ContainerLoader and ObjectLoaderTest [HttpKernel] Make ErrorListener::onKernelException()'s dispatcher argument explicit [HttpKernel] Drop deprecated ExceptionListener Removed extra whitespace [Security] Fix best encoder not wired using migrate_from
2 parents 254ed43 + e68e568 commit a7fb23c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@
1515
}
1616
],
1717
"provide": {
18+
"php-http/async-client-implementation": "*",
1819
"php-http/client-implementation": "*",
1920
"psr/http-client-implementation": "1.0",
2021
"symfony/http-client-implementation": "1.1"
2122
},
2223
"require": {
23-
"php": "^7.2.9",
24+
"php": "^7.2.5",
2425
"psr/log": "^1.0",
2526
"symfony/http-client-contracts": "^1.1.8|^2",
2627
"symfony/polyfill-php73": "^1.11"

0 commit comments

Comments
 (0)