composer update --lock after changing PHP version constaint.
This commit is contained in:
parent
7904ebea84
commit
c39384871e
9
composer.lock
generated
9
composer.lock
generated
|
@ -4,19 +4,19 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "2369da858711225ab42900432e1f5ebd",
|
||||
"content-hash": "1e62b51a6d3895dcabaf9c263dddca29",
|
||||
"packages": [
|
||||
{
|
||||
"name": "babdev/pagerfanta-bundle",
|
||||
"version": "v2.4.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/BabDev/BabDevPagerfantaBundle.git",
|
||||
"url": "https://github.com/BabDev/PagerfantaBundle.git",
|
||||
"reference": "602f4847b27d72364b49b31d15dfc02a59aaece8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/BabDev/BabDevPagerfantaBundle/zipball/602f4847b27d72364b49b31d15dfc02a59aaece8",
|
||||
"url": "https://api.github.com/repos/BabDev/PagerfantaBundle/zipball/602f4847b27d72364b49b31d15dfc02a59aaece8",
|
||||
"reference": "602f4847b27d72364b49b31d15dfc02a59aaece8",
|
||||
"shasum": ""
|
||||
},
|
||||
|
@ -1426,6 +1426,7 @@
|
|||
"reflection",
|
||||
"static"
|
||||
],
|
||||
"abandoned": "roave/better-reflection",
|
||||
"time": "2020-03-27T11:06:43+00:00"
|
||||
},
|
||||
{
|
||||
|
@ -8894,7 +8895,7 @@
|
|||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
"php": "^7.4.0",
|
||||
"php": ">=7.4.0",
|
||||
"ext-ctype": "*",
|
||||
"ext-hash": "*",
|
||||
"ext-iconv": "*"
|
||||
|
|
Loading…
Reference in a new issue