diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-20 00:41:45 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-20 00:41:45 +0200 |
commit | b59164b0b7451905adcca244e6395281eb0633ca (patch) | |
tree | 098111b525b796221a931aaae5c1688cf1a45d88 /fai_gestion/composer.json | |
parent | 76ab63096a25f5bf7b9d076cdc9ab3fc5218d216 (diff) | |
download | chd_gestion-b59164b0b7451905adcca244e6395281eb0633ca.zip chd_gestion-b59164b0b7451905adcca244e6395281eb0633ca.tar.gz chd_gestion-b59164b0b7451905adcca244e6395281eb0633ca.tar.bz2 |
bake add Search filter support
Diffstat (limited to 'fai_gestion/composer.json')
-rw-r--r-- | fai_gestion/composer.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fai_gestion/composer.json b/fai_gestion/composer.json index d370f55..a398a3a 100644 --- a/fai_gestion/composer.json +++ b/fai_gestion/composer.json @@ -9,6 +9,7 @@ "cakephp/cakephp": "3.6.*", "cakephp/migrations": "^2.0.0", "cakephp/plugin-installer": "^1.0", + "friendsofcake/search": "^4.4", "josegonzalez/dotenv": "3.*", "mobiledetect/mobiledetectlib": "2.*" }, |