diff --git a/Changelog b/Changelog index 8f9fe683a..73f66a661 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2019-09-02 DariusIII + * Chg: Update spatie/laravel-permission (2.38.0 => 3.0) * Chg: Update used libraries to their latest versions 2019-08-29 DariusIII * Chg: Update php-ffmpeg/php-ffmpeg (v0.13 => v0.14) diff --git a/composer.json b/composer.json index abf9ae145..e40b3fa32 100755 --- a/composer.json +++ b/composer.json @@ -145,7 +145,7 @@ "spatie/async": "^1.0", "spatie/laravel-directory-cleanup": "^1.2", "spatie/laravel-fractal": "^5.3", - "spatie/laravel-permission": "^2.12", + "spatie/laravel-permission": "^3.0", "tunaabutbul/cloudflare-middleware": "^1.2", "vlucas/phpdotenv": "^3.3", "voku/simple_html_dom": "^4.3", diff --git a/composer.lock b/composer.lock index 709c8bf7b..fad525d96 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": "29f1fcd6dbeb997aa1485459d135e039", + "content-hash": "6afdd21805d8c789bd748873c8d3207c", "packages": [ { "name": "aharen/omdbapi", @@ -5973,28 +5973,28 @@ }, { "name": "spatie/laravel-permission", - "version": "2.38.0", + "version": "3.0", "source": { "type": "git", "url": "https://github.com/spatie/laravel-permission.git", - "reference": "674ad54a0ba95d8ad26990aa250b5c9d9b165e15" + "reference": "5bac2326fe73c7da9a3ae07dcf5fb44224e45f6f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-permission/zipball/674ad54a0ba95d8ad26990aa250b5c9d9b165e15", - "reference": "674ad54a0ba95d8ad26990aa250b5c9d9b165e15", + "url": "https://api.github.com/repos/spatie/laravel-permission/zipball/5bac2326fe73c7da9a3ae07dcf5fb44224e45f6f", + "reference": "5bac2326fe73c7da9a3ae07dcf5fb44224e45f6f", "shasum": "" }, "require": { - "illuminate/auth": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0", - "illuminate/container": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0", - "illuminate/contracts": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0", - "illuminate/database": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0", - "php": ">=7.0" + "illuminate/auth": "^5.8|^6.0", + "illuminate/container": "^5.8|^6.0", + "illuminate/contracts": "^5.8|^6.0", + "illuminate/database": "^5.8|^6.0", + "php": "^7.2" }, "require-dev": { - "orchestra/testbench": "~3.4.2|~3.5.0|~3.6.0|~3.7.0", - "phpunit/phpunit": "^5.7|6.2|^7.0", + "orchestra/testbench": "^3.8", + "phpunit/phpunit": "^8.0", "predis/predis": "^1.1" }, "type": "library", @@ -6025,7 +6025,7 @@ "role": "Developer" } ], - "description": "Permission handling for Laravel 5.4 to 5.8", + "description": "Permission handling for Laravel 5.8 and up", "homepage": "https://github.com/spatie/laravel-permission", "keywords": [ "acl", @@ -6037,7 +6037,7 @@ "security", "spatie" ], - "time": "2019-09-02T17:12:21+00:00" + "time": "2019-09-02T14:57:53+00:00" }, { "name": "swiftmailer/swiftmailer",