Search options now working. Added Regex search.

This commit is contained in:
Jan Böhmer 2020-03-08 13:05:53 +01:00
parent 120eb30b11
commit 86ee10e582
7 changed files with 274 additions and 50 deletions

56
composer.lock generated
View file

@ -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": "ef069d33ff96f4e5e05b11f1d2189dfc",
"content-hash": "6ebc8e9705e901be6f00f9f6418cf900",
"packages": [
{
"name": "beberlei/assert",
@ -68,6 +68,60 @@
],
"time": "2019-12-19T17:51:41+00:00"
},
{
"name": "beberlei/doctrineextensions",
"version": "v1.2.6",
"source": {
"type": "git",
"url": "https://github.com/beberlei/DoctrineExtensions.git",
"reference": "af72c4a136b744f1268ca8bb4da47a2f8af78f86"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/beberlei/DoctrineExtensions/zipball/af72c4a136b744f1268ca8bb4da47a2f8af78f86",
"reference": "af72c4a136b744f1268ca8bb4da47a2f8af78f86",
"shasum": ""
},
"require": {
"doctrine/orm": "^2.6",
"php": "^7.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
"nesbot/carbon": "*",
"phpunit/phpunit": "^7.0 || ^8.0",
"symfony/yaml": "^4.2",
"zf1/zend-date": "^1.12",
"zf1/zend-registry": "^1.12"
},
"type": "library",
"autoload": {
"psr-4": {
"DoctrineExtensions\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Steve Lacey",
"email": "steve@stevelacey.net"
}
],
"description": "A set of extensions to Doctrine 2 that add support for additional query functions available in MySQL and Oracle.",
"keywords": [
"database",
"doctrine",
"orm"
],
"time": "2019-12-05T09:49:04+00:00"
},
{
"name": "doctrine/annotations",
"version": "v1.8.0",