diff --git a/composer.json b/composer.json index bb34ee5..eca1e0f 100755 --- a/composer.json +++ b/composer.json @@ -20,6 +20,7 @@ "laravel/socialite": "^5.10", "laravel/tinker": "^2.9", "laravel/ui": "^4.6", + "larswiegers/laravel-maps": "^0.19.0", "lcobucci/jwt": "^5.0", "mercadopago/dx-php": "^3.5", "missael-anda/laravel-whatsapp": "^0.8.6", diff --git a/composer.lock b/composer.lock index 50594ee..dc7fff9 100755 --- 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": "5e417628f1993b1a32e8bdd7a16566de", + "content-hash": "1e55f6d3c3882945b5721d998898b770", "packages": [ { "name": "berkayk/onesignal-laravel", @@ -839,6 +839,55 @@ ], "time": "2025-12-03T09:33:47+00:00" }, + { + "name": "gajus/dindent", + "version": "2.0.2", + "source": { + "type": "git", + "url": "https://github.com/gajus/dindent.git", + "reference": "d81c3a6f78fbe1ab26f5e753098bbbef6b6a9f3c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/gajus/dindent/zipball/d81c3a6f78fbe1ab26f5e753098bbbef6b6a9f3c", + "reference": "d81c3a6f78fbe1ab26f5e753098bbbef6b6a9f3c", + "shasum": "" + }, + "require": { + "php": ">=5.3" + }, + "require-dev": { + "satooshi/php-coveralls": "dev-master" + }, + "type": "library", + "autoload": { + "psr-4": { + "Gajus\\Dindent\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Gajus Kuizinas", + "email": "gk@anuary.com" + } + ], + "description": "HTML indentation library for development and testing.", + "homepage": "https://github.com/gajus/dindent", + "keywords": [ + "format", + "html", + "indent" + ], + "support": { + "issues": "https://github.com/gajus/dindent/issues", + "source": "https://github.com/gajus/dindent/tree/master" + }, + "time": "2014-10-08T10:03:04+00:00" + }, { "name": "google/auth", "version": "v1.50.0", @@ -2546,6 +2595,70 @@ }, "time": "2025-01-28T15:15:29+00:00" }, + { + "name": "larswiegers/laravel-maps", + "version": "v0.19", + "source": { + "type": "git", + "url": "https://github.com/LarsWiegers/laravel-maps.git", + "reference": "3895ea16ca91a6bb668c1e1050484797be3bff4d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/LarsWiegers/laravel-maps/zipball/3895ea16ca91a6bb668c1e1050484797be3bff4d", + "reference": "3895ea16ca91a6bb668c1e1050484797be3bff4d", + "shasum": "" + }, + "require": { + "gajus/dindent": "^2.0.2", + "illuminate/support": "^9.43|^v10.0.0|^11.0|^12.0", + "nesbot/carbon": "^2.63|^3.0", + "php": "^8.1|^8.2", + "ramsey/collection": "^1.2.2|^2.0" + }, + "require-dev": { + "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "phpunit/phpunit": "^9.0|^10.0|^11.0" + }, + "type": "library", + "extra": { + "laravel": { + "aliases": { + "LaravelMaps": "Larswiegers\\LaravelMaps\\LaravelMapsFacade" + }, + "providers": [ + "Larswiegers\\LaravelMaps\\LaravelMapsServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "Larswiegers\\LaravelMaps\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Lars Wiegers", + "email": "larswiegers@live.nl", + "role": "Developer" + } + ], + "description": "A new way to handle maps in your laravel applications.", + "homepage": "https://github.com/larswiegers/laravel-maps", + "keywords": [ + "laravel-maps", + "larswiegers" + ], + "support": { + "issues": "https://github.com/LarsWiegers/laravel-maps/issues", + "source": "https://github.com/LarsWiegers/laravel-maps/tree/v0.19" + }, + "time": "2025-02-20T19:00:03+00:00" + }, { "name": "lcobucci/clock", "version": "3.5.0",