composer update --lock after changing PHP version constaint.

This commit is contained in:
Alexey Skobkin 2020-11-30 14:25:23 +03:00
parent 7904ebea84
commit c39384871e

9
composer.lock generated
View file

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