Merge branch '1.12' into 1.13

* 1.12:
  [Maintenance] extra.symfony.require configuration introduced
This commit is contained in:
Mateusz Zalewski 2022-10-31 15:18:56 +01:00
commit 5d039d55f7
No known key found for this signature in database
GPG key ID: 9BECA0BB71612E52

View file

@ -245,7 +245,8 @@
},
"extra": {
"symfony": {
"allow-contrib": false
"allow-contrib": false,
"require": "^5.4 || ^6.0"
}
},
"autoload": {