Switch using my envms/fluentpdo version including fix for multiple subselect joins

This commit is contained in:
Benjamin Renard 2024-12-23 17:42:21 +01:00
parent 46ce4edce0
commit 913701e76b
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC

View file

@ -16,8 +16,14 @@
"src/functions.php" "src/functions.php"
] ]
}, },
"repositories": [
{
"type": "vcs",
"url": "https://github.com/brenard/fluentpdo.git"
}
],
"require": { "require": {
"envms/fluentpdo": "^2.2", "envms/fluentpdo": "dev-fix-multiple-subselect-join#edf547de2e08fe4f77f4e2d1cc6490b093138ca6",
"pear/console_table": "^1.3", "pear/console_table": "^1.3",
"brenard/php-unidecode": "dev-master", "brenard/php-unidecode": "dev-master",
"smarty/smarty": "^4.3.0", "smarty/smarty": "^4.3.0",
@ -35,5 +41,10 @@
}, },
"bin": [ "bin": [
"eesyphp" "eesyphp"
] ],
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
} }