summaryrefslogtreecommitdiff
path: root/fai_gestion/composer.lock
diff options
context:
space:
mode:
Diffstat (limited to 'fai_gestion/composer.lock')
-rw-r--r--fai_gestion/composer.lock58
1 files changed, 57 insertions, 1 deletions
diff --git a/fai_gestion/composer.lock b/fai_gestion/composer.lock
index b1a1098..efb20eb 100644
--- a/fai_gestion/composer.lock
+++ b/fai_gestion/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "bdfe56ce06a95062ff683ed4dad28676",
+ "content-hash": "3d0caf03156fd7056c3407c2b807c8ac",
"packages": [
{
"name": "aura/intl",
@@ -290,6 +290,62 @@
"time": "2017-12-24T21:09:29+00:00"
},
{
+ "name": "friendsofcake/search",
+ "version": "4.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/FriendsOfCake/search.git",
+ "reference": "f928b2b594697fb65c8e9c1404f7cd89a31e7a88"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/FriendsOfCake/search/zipball/f928b2b594697fb65c8e9c1404f7cd89a31e7a88",
+ "reference": "f928b2b594697fb65c8e9c1404f7cd89a31e7a88",
+ "shasum": ""
+ },
+ "require": {
+ "cakephp/cakephp": "^3.5"
+ },
+ "require-dev": {
+ "cakephp/cakephp-codesniffer": "^3.0",
+ "cakephp/chronos": "^1.1",
+ "friendsofcake/cakephp-test-utilities": "^1.0",
+ "muffin/webservice": "^1.3",
+ "phpunit/phpunit": "^5.7.14|^6.0"
+ },
+ "type": "cakephp-plugin",
+ "autoload": {
+ "psr-4": {
+ "Search\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Christian Winther",
+ "homepage": "http://cakephp.nu/",
+ "role": "Author"
+ },
+ {
+ "name": "ADmad",
+ "homepage": "https://github.com/admad",
+ "role": "Contributor"
+ }
+ ],
+ "description": "CakePHP Search plugin using PRG pattern",
+ "homepage": "https://github.com/FriendsOfCake/search",
+ "keywords": [
+ "cake3",
+ "cakephp",
+ "cakephp3",
+ "search"
+ ],
+ "time": "2018-04-16T21:29:06+00:00"
+ },
+ {
"name": "josegonzalez/dotenv",
"version": "3.2.0",
"source": {