Thats enough re-theming for the day...
This commit is contained in:
parent
911434d033
commit
b926d432e8
15 changed files with 733 additions and 38 deletions
50
composer.lock
generated
50
composer.lock
generated
|
@ -4,8 +4,8 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "49714983a18ad2bba4759ccde45314c5",
|
||||
"content-hash": "af8cd5b69f96dd17c1e02afc1ba8e467",
|
||||
"hash": "6a9656aff0fb3809d27a2a093a810197",
|
||||
"content-hash": "8affaad10f155172b5079a72015b8bc5",
|
||||
"packages": [
|
||||
{
|
||||
"name": "aws/aws-sdk-php",
|
||||
|
@ -2011,6 +2011,52 @@
|
|||
],
|
||||
"time": "2015-11-04 20:07:17"
|
||||
},
|
||||
{
|
||||
"name": "nicolaslopezj/searchable",
|
||||
"version": "1.9.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nicolaslopezj/searchable.git",
|
||||
"reference": "1351b1b21ae9be9e0f49f375f56488df839723d4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nicolaslopezj/searchable/zipball/1351b1b21ae9be9e0f49f375f56488df839723d4",
|
||||
"reference": "1351b1b21ae9be9e0f49f375f56488df839723d4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-mbstring": "*",
|
||||
"illuminate/database": "4.2.x|~5.0",
|
||||
"php": ">=5.4.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Nicolaslopezj\\Searchable\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Nicolas Lopez",
|
||||
"email": "nicolaslopezj@me.com"
|
||||
}
|
||||
],
|
||||
"description": "Eloquent model search trait.",
|
||||
"keywords": [
|
||||
"database",
|
||||
"eloquent",
|
||||
"laravel",
|
||||
"model",
|
||||
"search",
|
||||
"searchable"
|
||||
],
|
||||
"time": "2016-12-16 21:23:34"
|
||||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
"version": "v2.1.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue