Skip to content

Commit

Permalink
Merge branch '5.1'
Browse files Browse the repository at this point in the history
* 5.1:
  [PhpUnitBridge] fix leftover
  [PhpUnitBridge] fix installing under PHP >= 8
  Use ">=" for the "php" requirement
  bump icu 67.1
  [DI] Remove preload primitive types
  [Validator] Add missing translations of nn locale
  [HttpKernel] Fix that the `Store` would not save responses with the X-Content-Digest header present
  [Intl] bump icu 67.1
  [Validator] allow passing a validator to Validation::createCallable()
  • Loading branch information
nicolas-grekas committed May 20, 2020
2 parents 1262526 + 1168af6 commit 7847ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"php": "^7.2.5",
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.15"
},
"require-dev": {
Expand Down

0 comments on commit 7847ca7

Please sign in to comment.