update solr index
This commit is contained in:
parent
7c6654398d
commit
535a9363cc
18 changed files with 773 additions and 90 deletions
26
composer.lock
generated
26
composer.lock
generated
|
@ -427,26 +427,26 @@
|
|||
},
|
||||
{
|
||||
"name": "felixkiss/uniquewith-validator",
|
||||
"version": "3.1.2",
|
||||
"version": "3.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/felixkiss/uniquewith-validator.git",
|
||||
"reference": "a27d5823bcf52dac6760638c8d987760212dbf5c"
|
||||
"reference": "11e3c12758f8f1c335618ab8eabecd338985aff9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/felixkiss/uniquewith-validator/zipball/a27d5823bcf52dac6760638c8d987760212dbf5c",
|
||||
"reference": "a27d5823bcf52dac6760638c8d987760212dbf5c",
|
||||
"url": "https://api.github.com/repos/felixkiss/uniquewith-validator/zipball/11e3c12758f8f1c335618ab8eabecd338985aff9",
|
||||
"reference": "11e3c12758f8f1c335618ab8eabecd338985aff9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/support": "5.*",
|
||||
"illuminate/validation": "5.*",
|
||||
"php": ">=5.4.0"
|
||||
"php": ">=5.6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"bossa/phpspec2-expect": "dev-phpspec-3.2",
|
||||
"phpspec/phpspec": "^3.2"
|
||||
"bossa/phpspec2-expect": "^2.3",
|
||||
"phpspec/phpspec": "^3.4"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
|
@ -476,7 +476,7 @@
|
|||
"keywords": [
|
||||
"laravel"
|
||||
],
|
||||
"time": "2017-08-06T23:28:53+00:00"
|
||||
"time": "2019-02-12T18:30:56+00:00"
|
||||
},
|
||||
{
|
||||
"name": "fideloper/proxy",
|
||||
|
@ -2792,16 +2792,16 @@
|
|||
},
|
||||
{
|
||||
"name": "yajra/laravel-datatables-oracle",
|
||||
"version": "v8.13.4",
|
||||
"version": "v8.13.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/yajra/laravel-datatables.git",
|
||||
"reference": "8aedd88a02599d5d0a4a1a2bb5aac849397dd594"
|
||||
"reference": "a97a173a52f2b60075f310dac39932faa377fb4f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/yajra/laravel-datatables/zipball/8aedd88a02599d5d0a4a1a2bb5aac849397dd594",
|
||||
"reference": "8aedd88a02599d5d0a4a1a2bb5aac849397dd594",
|
||||
"url": "https://api.github.com/repos/yajra/laravel-datatables/zipball/a97a173a52f2b60075f310dac39932faa377fb4f",
|
||||
"reference": "a97a173a52f2b60075f310dac39932faa377fb4f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -2859,7 +2859,7 @@
|
|||
"jquery",
|
||||
"laravel"
|
||||
],
|
||||
"time": "2019-01-29T03:12:37+00:00"
|
||||
"time": "2019-02-13T01:34:34+00:00"
|
||||
},
|
||||
{
|
||||
"name": "zizaco/entrust",
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue