Switch using my envms/fluentpdo version including fix for multiple subselect joins
This commit is contained in:
parent
46ce4edce0
commit
913701e76b
1 changed files with 13 additions and 2 deletions
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue