downgraded search string package
This commit is contained in:
parent
92fdefc8fb
commit
15217f9e96
@ -10,21 +10,6 @@ if (version_compare(PHP_VERSION, AKAUNTING_PHP, '<')) {
|
|||||||
|
|
||||||
define('LARAVEL_START', microtime(true));
|
define('LARAVEL_START', microtime(true));
|
||||||
|
|
||||||
// workaround until https://github.com/lorisleiva/laravel-search-string/pull/21
|
|
||||||
if (! function_exists('resolve')) {
|
|
||||||
/**
|
|
||||||
* Resolve a service from the container.
|
|
||||||
*
|
|
||||||
* @param string $name
|
|
||||||
* @param array $parameters
|
|
||||||
* @return mixed
|
|
||||||
*/
|
|
||||||
function resolve($name, array $parameters = [])
|
|
||||||
{
|
|
||||||
return app($name, $parameters);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Load composer for core
|
// Load composer for core
|
||||||
require __DIR__ . '/../vendor/autoload.php';
|
require __DIR__ . '/../vendor/autoload.php';
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
"laravel/ui": "^2.0",
|
"laravel/ui": "^2.0",
|
||||||
"laravelcollective/html": "6.1.*",
|
"laravelcollective/html": "6.1.*",
|
||||||
"league/omnipay": "3.0.*",
|
"league/omnipay": "3.0.*",
|
||||||
"lorisleiva/laravel-search-string": "1.0.*",
|
"lorisleiva/laravel-search-string": "0.1.*",
|
||||||
"maatwebsite/excel": "3.1.*",
|
"maatwebsite/excel": "3.1.*",
|
||||||
"misterphilip/maintenance-mode": "2.0.*",
|
"misterphilip/maintenance-mode": "2.0.*",
|
||||||
"monooso/unobserve": "^2.0",
|
"monooso/unobserve": "^2.0",
|
||||||
|
796
composer.lock
generated
796
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "c44aedb0ed90d8deff47a73d86074257",
|
"content-hash": "d1b643139c31f613261680c874c1d145",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "akaunting/firewall",
|
"name": "akaunting/firewall",
|
||||||
@ -2753,789 +2753,6 @@
|
|||||||
],
|
],
|
||||||
"time": "2019-07-01T23:21:34+00:00"
|
"time": "2019-07-01T23:21:34+00:00"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "hoa/compiler",
|
|
||||||
"version": "3.17.08.08",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/hoaproject/Compiler.git",
|
|
||||||
"reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/hoaproject/Compiler/zipball/aa09caf0bf28adae6654ca6ee415ee2f522672de",
|
|
||||||
"reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"hoa/consistency": "~1.0",
|
|
||||||
"hoa/exception": "~1.0",
|
|
||||||
"hoa/file": "~1.0",
|
|
||||||
"hoa/iterator": "~2.0",
|
|
||||||
"hoa/math": "~1.0",
|
|
||||||
"hoa/protocol": "~1.0",
|
|
||||||
"hoa/regex": "~1.0",
|
|
||||||
"hoa/visitor": "~2.0"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"hoa/json": "~2.0",
|
|
||||||
"hoa/test": "~2.0"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "3.x-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"Hoa\\Compiler\\": "."
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"BSD-3-Clause"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Ivan Enderlin",
|
|
||||||
"email": "ivan.enderlin@hoa-project.net"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Hoa community",
|
|
||||||
"homepage": "https://hoa-project.net/"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "The Hoa\\Compiler library.",
|
|
||||||
"homepage": "https://hoa-project.net/",
|
|
||||||
"keywords": [
|
|
||||||
"algebraic",
|
|
||||||
"ast",
|
|
||||||
"compiler",
|
|
||||||
"context-free",
|
|
||||||
"coverage",
|
|
||||||
"exhaustive",
|
|
||||||
"grammar",
|
|
||||||
"isotropic",
|
|
||||||
"language",
|
|
||||||
"lexer",
|
|
||||||
"library",
|
|
||||||
"ll1",
|
|
||||||
"llk",
|
|
||||||
"parser",
|
|
||||||
"pp",
|
|
||||||
"random",
|
|
||||||
"regular",
|
|
||||||
"rule",
|
|
||||||
"sampler",
|
|
||||||
"syntax",
|
|
||||||
"token",
|
|
||||||
"trace",
|
|
||||||
"uniform"
|
|
||||||
],
|
|
||||||
"time": "2017-08-08T07:44:07+00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "hoa/consistency",
|
|
||||||
"version": "1.17.05.02",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/hoaproject/Consistency.git",
|
|
||||||
"reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
|
|
||||||
"reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"hoa/exception": "~1.0",
|
|
||||||
"php": ">=5.5.0"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"hoa/stream": "~1.0",
|
|
||||||
"hoa/test": "~2.0"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "1.x-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"Hoa\\Consistency\\": "."
|
|
||||||
},
|
|
||||||
"files": [
|
|
||||||
"Prelude.php"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"BSD-3-Clause"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Ivan Enderlin",
|
|
||||||
"email": "ivan.enderlin@hoa-project.net"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Hoa community",
|
|
||||||
"homepage": "https://hoa-project.net/"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "The Hoa\\Consistency library.",
|
|
||||||
"homepage": "https://hoa-project.net/",
|
|
||||||
"keywords": [
|
|
||||||
"autoloader",
|
|
||||||
"callable",
|
|
||||||
"consistency",
|
|
||||||
"entity",
|
|
||||||
"flex",
|
|
||||||
"keyword",
|
|
||||||
"library"
|
|
||||||
],
|
|
||||||
"time": "2017-05-02T12:18:12+00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "hoa/event",
|
|
||||||
"version": "1.17.01.13",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/hoaproject/Event.git",
|
|
||||||
"reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
|
|
||||||
"reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"hoa/consistency": "~1.0",
|
|
||||||
"hoa/exception": "~1.0"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"hoa/test": "~2.0"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "1.x-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"Hoa\\Event\\": "."
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"BSD-3-Clause"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Ivan Enderlin",
|
|
||||||
"email": "ivan.enderlin@hoa-project.net"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Hoa community",
|
|
||||||
"homepage": "https://hoa-project.net/"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "The Hoa\\Event library.",
|
|
||||||
"homepage": "https://hoa-project.net/",
|
|
||||||
"keywords": [
|
|
||||||
"event",
|
|
||||||
"library",
|
|
||||||
"listener",
|
|
||||||
"observer"
|
|
||||||
],
|
|
||||||
"time": "2017-01-13T15:30:50+00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "hoa/exception",
|
|
||||||
"version": "1.17.01.16",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/hoaproject/Exception.git",
|
|
||||||
"reference": "091727d46420a3d7468ef0595651488bfc3a458f"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
|
|
||||||
"reference": "091727d46420a3d7468ef0595651488bfc3a458f",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"hoa/consistency": "~1.0",
|
|
||||||
"hoa/event": "~1.0"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"hoa/test": "~2.0"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "1.x-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"Hoa\\Exception\\": "."
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"BSD-3-Clause"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Ivan Enderlin",
|
|
||||||
"email": "ivan.enderlin@hoa-project.net"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Hoa community",
|
|
||||||
"homepage": "https://hoa-project.net/"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "The Hoa\\Exception library.",
|
|
||||||
"homepage": "https://hoa-project.net/",
|
|
||||||
"keywords": [
|
|
||||||
"exception",
|
|
||||||
"library"
|
|
||||||
],
|
|
||||||
"time": "2017-01-16T07:53:27+00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "hoa/file",
|
|
||||||
"version": "1.17.07.11",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/hoaproject/File.git",
|
|
||||||
"reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
|
|
||||||
"reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"hoa/consistency": "~1.0",
|
|
||||||
"hoa/event": "~1.0",
|
|
||||||
"hoa/exception": "~1.0",
|
|
||||||
"hoa/iterator": "~2.0",
|
|
||||||
"hoa/stream": "~1.0"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"hoa/test": "~2.0"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "1.x-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"Hoa\\File\\": "."
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"BSD-3-Clause"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Ivan Enderlin",
|
|
||||||
"email": "ivan.enderlin@hoa-project.net"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Hoa community",
|
|
||||||
"homepage": "https://hoa-project.net/"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "The Hoa\\File library.",
|
|
||||||
"homepage": "https://hoa-project.net/",
|
|
||||||
"keywords": [
|
|
||||||
"Socket",
|
|
||||||
"directory",
|
|
||||||
"file",
|
|
||||||
"finder",
|
|
||||||
"library",
|
|
||||||
"link",
|
|
||||||
"temporary"
|
|
||||||
],
|
|
||||||
"time": "2017-07-11T07:42:15+00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "hoa/iterator",
|
|
||||||
"version": "2.17.01.10",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/hoaproject/Iterator.git",
|
|
||||||
"reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc",
|
|
||||||
"reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"hoa/consistency": "~1.0",
|
|
||||||
"hoa/exception": "~1.0"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"hoa/test": "~2.0"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "2.x-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"Hoa\\Iterator\\": "."
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"BSD-3-Clause"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Ivan Enderlin",
|
|
||||||
"email": "ivan.enderlin@hoa-project.net"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Hoa community",
|
|
||||||
"homepage": "https://hoa-project.net/"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "The Hoa\\Iterator library.",
|
|
||||||
"homepage": "https://hoa-project.net/",
|
|
||||||
"keywords": [
|
|
||||||
"iterator",
|
|
||||||
"library"
|
|
||||||
],
|
|
||||||
"time": "2017-01-10T10:34:47+00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "hoa/math",
|
|
||||||
"version": "1.17.05.16",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/hoaproject/Math.git",
|
|
||||||
"reference": "7150785d30f5d565704912116a462e9f5bc83a0c"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/hoaproject/Math/zipball/7150785d30f5d565704912116a462e9f5bc83a0c",
|
|
||||||
"reference": "7150785d30f5d565704912116a462e9f5bc83a0c",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"hoa/compiler": "~3.0",
|
|
||||||
"hoa/consistency": "~1.0",
|
|
||||||
"hoa/exception": "~1.0",
|
|
||||||
"hoa/iterator": "~2.0",
|
|
||||||
"hoa/protocol": "~1.0",
|
|
||||||
"hoa/zformat": "~1.0"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"hoa/test": "~2.0"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "1.x-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"Hoa\\Math\\": "."
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"BSD-3-Clause"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Ivan Enderlin",
|
|
||||||
"email": "ivan.enderlin@hoa-project.net"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Hoa community",
|
|
||||||
"homepage": "https://hoa-project.net/"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "The Hoa\\Math library.",
|
|
||||||
"homepage": "https://hoa-project.net/",
|
|
||||||
"keywords": [
|
|
||||||
"arrangement",
|
|
||||||
"combination",
|
|
||||||
"combinatorics",
|
|
||||||
"counting",
|
|
||||||
"library",
|
|
||||||
"math",
|
|
||||||
"permutation",
|
|
||||||
"sampler",
|
|
||||||
"set"
|
|
||||||
],
|
|
||||||
"time": "2017-05-16T08:02:17+00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "hoa/protocol",
|
|
||||||
"version": "1.17.01.14",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/hoaproject/Protocol.git",
|
|
||||||
"reference": "5c2cf972151c45f373230da170ea015deecf19e2"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
|
|
||||||
"reference": "5c2cf972151c45f373230da170ea015deecf19e2",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"hoa/consistency": "~1.0",
|
|
||||||
"hoa/exception": "~1.0"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"hoa/test": "~2.0"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "1.x-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"Hoa\\Protocol\\": "."
|
|
||||||
},
|
|
||||||
"files": [
|
|
||||||
"Wrapper.php"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"BSD-3-Clause"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Ivan Enderlin",
|
|
||||||
"email": "ivan.enderlin@hoa-project.net"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Hoa community",
|
|
||||||
"homepage": "https://hoa-project.net/"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "The Hoa\\Protocol library.",
|
|
||||||
"homepage": "https://hoa-project.net/",
|
|
||||||
"keywords": [
|
|
||||||
"library",
|
|
||||||
"protocol",
|
|
||||||
"resource",
|
|
||||||
"stream",
|
|
||||||
"wrapper"
|
|
||||||
],
|
|
||||||
"time": "2017-01-14T12:26:10+00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "hoa/regex",
|
|
||||||
"version": "1.17.01.13",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/hoaproject/Regex.git",
|
|
||||||
"reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/hoaproject/Regex/zipball/7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
|
|
||||||
"reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"hoa/consistency": "~1.0",
|
|
||||||
"hoa/exception": "~1.0",
|
|
||||||
"hoa/math": "~1.0",
|
|
||||||
"hoa/protocol": "~1.0",
|
|
||||||
"hoa/ustring": "~4.0",
|
|
||||||
"hoa/visitor": "~2.0"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "1.x-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"Hoa\\Regex\\": "."
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"BSD-3-Clause"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Ivan Enderlin",
|
|
||||||
"email": "ivan.enderlin@hoa-project.net"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Hoa community",
|
|
||||||
"homepage": "https://hoa-project.net/"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "The Hoa\\Regex library.",
|
|
||||||
"homepage": "https://hoa-project.net/",
|
|
||||||
"keywords": [
|
|
||||||
"compiler",
|
|
||||||
"library",
|
|
||||||
"regex"
|
|
||||||
],
|
|
||||||
"time": "2017-01-13T16:10:24+00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "hoa/stream",
|
|
||||||
"version": "1.17.02.21",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/hoaproject/Stream.git",
|
|
||||||
"reference": "3293cfffca2de10525df51436adf88a559151d82"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
|
|
||||||
"reference": "3293cfffca2de10525df51436adf88a559151d82",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"hoa/consistency": "~1.0",
|
|
||||||
"hoa/event": "~1.0",
|
|
||||||
"hoa/exception": "~1.0",
|
|
||||||
"hoa/protocol": "~1.0"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"hoa/test": "~2.0"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "1.x-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"Hoa\\Stream\\": "."
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"BSD-3-Clause"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Ivan Enderlin",
|
|
||||||
"email": "ivan.enderlin@hoa-project.net"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Hoa community",
|
|
||||||
"homepage": "https://hoa-project.net/"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "The Hoa\\Stream library.",
|
|
||||||
"homepage": "https://hoa-project.net/",
|
|
||||||
"keywords": [
|
|
||||||
"Context",
|
|
||||||
"bucket",
|
|
||||||
"composite",
|
|
||||||
"filter",
|
|
||||||
"in",
|
|
||||||
"library",
|
|
||||||
"out",
|
|
||||||
"protocol",
|
|
||||||
"stream",
|
|
||||||
"wrapper"
|
|
||||||
],
|
|
||||||
"time": "2017-02-21T16:01:06+00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "hoa/ustring",
|
|
||||||
"version": "4.17.01.16",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/hoaproject/Ustring.git",
|
|
||||||
"reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0",
|
|
||||||
"reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"hoa/consistency": "~1.0",
|
|
||||||
"hoa/exception": "~1.0"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"hoa/test": "~2.0"
|
|
||||||
},
|
|
||||||
"suggest": {
|
|
||||||
"ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
|
|
||||||
"ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "4.x-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"Hoa\\Ustring\\": "."
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"BSD-3-Clause"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Ivan Enderlin",
|
|
||||||
"email": "ivan.enderlin@hoa-project.net"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Hoa community",
|
|
||||||
"homepage": "https://hoa-project.net/"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "The Hoa\\Ustring library.",
|
|
||||||
"homepage": "https://hoa-project.net/",
|
|
||||||
"keywords": [
|
|
||||||
"library",
|
|
||||||
"search",
|
|
||||||
"string",
|
|
||||||
"unicode"
|
|
||||||
],
|
|
||||||
"time": "2017-01-16T07:08:25+00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "hoa/visitor",
|
|
||||||
"version": "2.17.01.16",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/hoaproject/Visitor.git",
|
|
||||||
"reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/hoaproject/Visitor/zipball/c18fe1cbac98ae449e0d56e87469103ba08f224a",
|
|
||||||
"reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"hoa/consistency": "~1.0"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"hoa/test": "~2.0"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "2.x-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"Hoa\\Visitor\\": "."
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"BSD-3-Clause"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Ivan Enderlin",
|
|
||||||
"email": "ivan.enderlin@hoa-project.net"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Hoa community",
|
|
||||||
"homepage": "https://hoa-project.net/"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "The Hoa\\Visitor library.",
|
|
||||||
"homepage": "https://hoa-project.net/",
|
|
||||||
"keywords": [
|
|
||||||
"library",
|
|
||||||
"structure",
|
|
||||||
"visit",
|
|
||||||
"visitor"
|
|
||||||
],
|
|
||||||
"time": "2017-01-16T07:02:03+00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "hoa/zformat",
|
|
||||||
"version": "1.17.01.10",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/hoaproject/Zformat.git",
|
|
||||||
"reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/hoaproject/Zformat/zipball/522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
|
|
||||||
"reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"hoa/consistency": "~1.0",
|
|
||||||
"hoa/exception": "~1.0"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "1.x-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"Hoa\\Zformat\\": "."
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"BSD-3-Clause"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Ivan Enderlin",
|
|
||||||
"email": "ivan.enderlin@hoa-project.net"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Hoa community",
|
|
||||||
"homepage": "https://hoa-project.net/"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "The Hoa\\Zformat library.",
|
|
||||||
"homepage": "https://hoa-project.net/",
|
|
||||||
"keywords": [
|
|
||||||
"library",
|
|
||||||
"parameter",
|
|
||||||
"zformat"
|
|
||||||
],
|
|
||||||
"time": "2017-01-10T10:39:54+00:00"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "intervention/image",
|
"name": "intervention/image",
|
||||||
"version": "2.5.1",
|
"version": "2.5.1",
|
||||||
@ -4603,20 +3820,19 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "lorisleiva/laravel-search-string",
|
"name": "lorisleiva/laravel-search-string",
|
||||||
"version": "v1.0.1",
|
"version": "v0.1.6",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/lorisleiva/laravel-search-string.git",
|
"url": "https://github.com/lorisleiva/laravel-search-string.git",
|
||||||
"reference": "f5b0df4be4b774076fc726a0daeb891491d04385"
|
"reference": "68189cad7614d0c9cb09a83315e1ccfe49e7f0c1"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/lorisleiva/laravel-search-string/zipball/f5b0df4be4b774076fc726a0daeb891491d04385",
|
"url": "https://api.github.com/repos/lorisleiva/laravel-search-string/zipball/68189cad7614d0c9cb09a83315e1ccfe49e7f0c1",
|
||||||
"reference": "f5b0df4be4b774076fc726a0daeb891491d04385",
|
"reference": "68189cad7614d0c9cb09a83315e1ccfe49e7f0c1",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"hoa/compiler": "^3.17",
|
|
||||||
"illuminate/support": "^5.5|^6.0|^7.0"
|
"illuminate/support": "^5.5|^6.0|^7.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
@ -4646,7 +3862,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Generates database queries based on one unique string using a simple and customizable syntax.",
|
"description": "Generates database queries based on one unique string using a simple and customizable syntax.",
|
||||||
"time": "2020-07-04T11:30:30+00:00"
|
"time": "2020-04-05T15:40:30+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "maatwebsite/excel",
|
"name": "maatwebsite/excel",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user