From 3fc2d4f2815267ff5d3e35d21577d716ea26f377 Mon Sep 17 00:00:00 2001 From: Wilker Mesquita Date: Fri, 23 Aug 2024 10:30:43 -0300 Subject: [PATCH] [KDG] bump composer versions Signed-off-by: Wilker Mesquita --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index a50bb14..5eab77e 100644 --- a/composer.json +++ b/composer.json @@ -24,24 +24,24 @@ { "packagist.org": false, "type": "vcs", - "url": "https://github.com/rankarpan/laravel-auditing" + "url": "https://github.com/owen-it/laravel-auditing" } ], "license": "MIT", "support": { - "issues": "https://github.com/iconscout/laravel-auditing-elasticsearch/issues", - "source": "https://github.com/iconscout/laravel-auditing-elasticsearch" + "issues": "https://github.com/kirschbaum-development/laravel-auditing-elasticsearch/issues", + "source": "https://github.com/kirschbaum-development/laravel-auditing-elasticsearch" }, "authors": [ { - "name": "Arpan Rank", - "email": "arpan@iconscout.com" + "name": "Kirschbaum Development", + "email": "wilker@kirschbaumdevelopment.com" } ], "require": { - "php": ">=7.0", - "owen-it/laravel-auditing": "dev-master", - "elasticsearch/elasticsearch": "6.*" + "php": ">=8.0", + "owen-it/laravel-auditing": "^13.6", + "elasticsearch/elasticsearch": "^8.*" }, "autoload": { "psr-4": {