From 013e2a1caccb8983467f0b84824c4bbcc386e174 Mon Sep 17 00:00:00 2001 From: Hunter Montell <64396917+huntermontell@users.noreply.github.com> Date: Sat, 22 May 2021 09:50:33 -0500 Subject: [PATCH 1/2] Update Dependencies --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 1a2eb57..f94c2de 100644 --- a/composer.json +++ b/composer.json @@ -18,12 +18,12 @@ ], "require": { "php": "^7.4|^8.0", - "cloudinary/cloudinary_php": "^2.1.1", + "cloudinary/cloudinary_php": "^2.2.0", "silvanite/nova-field-cloudinary": "^1.3.2", "spatie/eloquent-sortable": "^4.0", - "tipoff/authorization": "^2.8.6", - "tipoff/laravel-google-api": "^2.0.0", - "tipoff/support": "^2.1.5" + "tipoff/authorization": "^2.10.0", + "tipoff/laravel-google-api": "^2.1.3", + "tipoff/support": "^2.2.0" }, "require-dev": { "php-mock/php-mock-mockery": "^1.3.0", From 0c2387bf289b98a1e3a2c733f3bf28a0aeebd538 Mon Sep 17 00:00:00 2001 From: Hunter Montell <64396917+huntermontell@users.noreply.github.com> Date: Sat, 22 May 2021 09:56:19 -0500 Subject: [PATCH 2/2] Update Outdated Config File Name --- .php_cs => .php-cs-fixer.php | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .php_cs => .php-cs-fixer.php (100%) diff --git a/.php_cs b/.php-cs-fixer.php similarity index 100% rename from .php_cs rename to .php-cs-fixer.php