From ca193deee4247bf739ce09fdb7bd01c4ebb9c2cc Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 2 Mar 2019 16:52:03 -0800 Subject: [PATCH] Fix some composer lock issues --- composer.json | 6 +- composer.lock | 106 ++++++++++++------------ storage/app/packs/.githold | 0 storage/framework/cache/data/.gitignore | 0 4 files changed, 56 insertions(+), 56 deletions(-) mode change 100644 => 100755 storage/app/packs/.githold mode change 100644 => 100755 storage/framework/cache/data/.gitignore diff --git a/composer.json b/composer.json index 14d11cc6..49a95723 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "doctrine/dbal": "^2.5", "fideloper/proxy": "^4.0", "guzzlehttp/guzzle": "^6.3", - "hashids/hashids": "^2.0", + "hashids/hashids": "^3.0", "igaster/laravel-theme": "^2.0.6", "laracasts/utilities": "^3.0", "laravel/framework": "~5.7.14", @@ -37,8 +37,8 @@ "sofa/eloquence-base": "v5.6.2", "sofa/eloquence-validable": "v5.6", "spatie/laravel-fractal": "^5.4", - "webmozart/assert": "^1.2", - "znck/belongs-to-through": "^2.3" + "staudenmeir/belongs-to-through": "~2.3.0", + "webmozart/assert": "^1.2" }, "require-dev": { "barryvdh/laravel-debugbar": "^3.2", diff --git a/composer.lock b/composer.lock index 93547e2d..42f0ec2f 100644 --- a/composer.lock +++ b/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": "17de367358e9573d913860f1b446e9a7", + "content-hash": "2079d9e659d2f26492c9931277bd1f25", "packages": [ { "name": "appstract/laravel-blade-directives", @@ -2958,6 +2958,58 @@ ], "time": "2018-09-28T16:17:34+00:00" }, + { + "name": "staudenmeir/belongs-to-through", + "version": "v2.3.2", + "source": { + "type": "git", + "url": "https://github.com/staudenmeir/belongs-to-through.git", + "reference": "2ba1ff76353058d2b4d395e725617d97fd103ab0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/staudenmeir/belongs-to-through/zipball/2ba1ff76353058d2b4d395e725617d97fd103ab0", + "reference": "2ba1ff76353058d2b4d395e725617d97fd103ab0", + "shasum": "" + }, + "require": { + "illuminate/database": "~5.0" + }, + "require-dev": { + "fabpot/php-cs-fixer": "^1.11", + "orchestra/testbench": "~3.0", + "phpunit/php-code-coverage": "^3.3", + "phpunit/phpunit": "~5.0", + "satooshi/php-coveralls": "^1.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Znck\\Eloquent\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Rahul Kadyan", + "email": "hi@znck.me" + } + ], + "description": "Adds belongsToThrough relation to laravel models", + "homepage": "https://github.com/staudenmeir/belongs-to-through", + "keywords": [ + "belongsToThrough", + "eloquent", + "laravel", + "model", + "models", + "znck" + ], + "time": "2019-02-01T14:33:18+00:00" + }, { "name": "swiftmailer/swiftmailer", "version": "v6.1.3", @@ -4143,58 +4195,6 @@ "validate" ], "time": "2018-01-29T19:49:41+00:00" - }, - { - "name": "znck/belongs-to-through", - "version": "v2.3.1", - "source": { - "type": "git", - "url": "https://github.com/znck/belongs-to-through.git", - "reference": "8ac53e9134072902a8d3f3e18c327d4a8fd70d3d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/znck/belongs-to-through/zipball/8ac53e9134072902a8d3f3e18c327d4a8fd70d3d", - "reference": "8ac53e9134072902a8d3f3e18c327d4a8fd70d3d", - "shasum": "" - }, - "require": { - "illuminate/database": "~5.0" - }, - "require-dev": { - "fabpot/php-cs-fixer": "^1.11", - "orchestra/testbench": "~3.0", - "phpunit/php-code-coverage": "^3.3", - "phpunit/phpunit": "~5.0", - "satooshi/php-coveralls": "^1.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Znck\\Eloquent\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Rahul Kadyan", - "email": "hi@znck.me" - } - ], - "description": "Adds belongsToThrough relation to laravel models", - "homepage": "https://github.com/znck/belongs-to-through", - "keywords": [ - "belongsToThrough", - "eloquent", - "laravel", - "model", - "models", - "znck" - ], - "time": "2017-07-23T13:11:16+00:00" } ], "packages-dev": [ diff --git a/storage/app/packs/.githold b/storage/app/packs/.githold old mode 100644 new mode 100755 diff --git a/storage/framework/cache/data/.gitignore b/storage/framework/cache/data/.gitignore old mode 100644 new mode 100755