1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Remove PHP platform overrides

This commit is contained in:
Yassine Guedidi 2025-03-07 22:04:34 +01:00
parent 530bc71924
commit 78ab273dab
2 changed files with 1 additions and 7 deletions

View file

@ -216,9 +216,6 @@
"phpstan/extension-installer": true "phpstan/extension-installer": true
}, },
"bin-dir": "bin", "bin-dir": "bin",
"platform": {
"php": "8.2.27"
},
"sort-packages": true "sort-packages": true
}, },
"extra": { "extra": {

5
composer.lock generated
View file

@ -4,7 +4,7 @@
"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": "43714ebbc439115fe5d67daf0b90e758", "content-hash": "ea21102c107122100145841e160009c2",
"packages": [ "packages": [
{ {
"name": "babdev/pagerfanta-bundle", "name": "babdev/pagerfanta-bundle",
@ -19898,8 +19898,5 @@
"ext-xml": "*" "ext-xml": "*"
}, },
"platform-dev": {}, "platform-dev": {},
"platform-overrides": {
"php": "8.2.27"
},
"plugin-api-version": "2.6.0" "plugin-api-version": "2.6.0"
} }