Skip to content

Commit

Permalink
Merge branch '4.3'
Browse files Browse the repository at this point in the history
* 4.3:
  [Routing] Fixed unexpected 404 NoConfigurationException
  [DI] Removes number of elements information in debug mode
  [Contracts] Simplify implementation declarations
  Update PR template for 4.3
  [Intl] Add FallbackTrait for data generation
  [Console] Commands with an alias should not be recognized as ambiguous
  clarify the possible class/interface of the cache
  • Loading branch information
nicolas-grekas committed May 9, 2019
2 parents 11e64ca + 4061394 commit ba359bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -16,7 +16,7 @@
],
"provide": {
"psr/http-client-implementation": "1.0",
"symfony/http-client-contracts-implementation": "1.1"
"symfony/http-client-implementation": "1.1"
},
"require": {
"php": "^7.1.3",
Expand Down

0 comments on commit ba359bb

Please sign in to comment.