diff --git a/composer.json b/composer.json index 01fc7a5..8deaceb 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "require": { "php": "^8.4", "intervention/image": "^3.11", - "kyledoesdev/essentials": "^0.0.1", + "kyledoesdev/essentials": "0.0.6", "laravel/framework": "^12.16", "laravel/nightwatch": "^1.8", "laravel/socialite": "^5.18", diff --git a/composer.lock b/composer.lock index 503d48a..243b1fb 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": "2d588de8c533dfcc829583ff41cc428d", + "content-hash": "99247ee596524e54265d2e747ab2457a", "packages": [ { "name": "aws/aws-crt-php", @@ -1483,25 +1483,25 @@ }, { "name": "kyledoesdev/essentials", - "version": "v0.0.1", + "version": "v0.0.6", "source": { "type": "git", "url": "https://github.com/kyledoesdev/essentials.git", - "reference": "f8db9a02d797529dac2f62058d26f010b93da7c3" + "reference": "96c1d8fb89493bddb394688934bcfaf47847f4f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/kyledoesdev/essentials/zipball/f8db9a02d797529dac2f62058d26f010b93da7c3", - "reference": "f8db9a02d797529dac2f62058d26f010b93da7c3", + "url": "https://api.github.com/repos/kyledoesdev/essentials/zipball/96c1d8fb89493bddb394688934bcfaf47847f4f0", + "reference": "96c1d8fb89493bddb394688934bcfaf47847f4f0", "shasum": "" }, "require": { - "guzzlehttp/guzzle": "^7.8", "illuminate/contracts": "^12.0", "illuminate/http": "^12.0", "illuminate/support": "^12.0", "php": "^8.4", - "spatie/laravel-package-tools": "^1.16" + "spatie/laravel-package-tools": "^1.16", + "spatie/laravel-stats": "^2.3" }, "require-dev": { "laravel/pint": "^1.14", @@ -1551,9 +1551,9 @@ ], "support": { "issues": "https://github.com/kyledoesdev/essentials/issues", - "source": "https://github.com/kyledoesdev/essentials/tree/v0.0.1" + "source": "https://github.com/kyledoesdev/essentials/tree/v0.0.6" }, - "time": "2025-09-06T18:42:11+00:00" + "time": "2026-01-19T17:48:22+00:00" }, { "name": "laravel/framework", @@ -5139,6 +5139,84 @@ ], "time": "2025-07-17T15:46:43+00:00" }, + { + "name": "spatie/laravel-stats", + "version": "2.3.1", + "source": { + "type": "git", + "url": "https://github.com/spatie/laravel-stats.git", + "reference": "499bfb08347b031e10a52dc85212a7ef0587a351" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spatie/laravel-stats/zipball/499bfb08347b031e10a52dc85212a7ef0587a351", + "reference": "499bfb08347b031e10a52dc85212a7ef0587a351", + "shasum": "" + }, + "require": { + "illuminate/contracts": "^11.0|^12.0", + "php": "^8.2", + "spatie/laravel-package-tools": "^1.19.0" + }, + "require-dev": { + "doctrine/dbal": "^3.9.4", + "nesbot/carbon": "^2.63|^3.8.6", + "orchestra/testbench": "^9.0|^10.1", + "phpunit/phpunit": "^10.0|^11.5.12" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Spatie\\Stats\\StatsServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "Spatie\\Stats\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Alex Vanderbist", + "email": "alex@spatie.be", + "homepage": "https://spatie.be", + "role": "Developer" + }, + { + "name": "Freek Van der Herten", + "email": "freek@spatie.be", + "homepage": "https://spatie.be", + "role": "Developer" + } + ], + "description": "Track application stat changes over time", + "homepage": "https://github.com/spatie/laravel-stats", + "keywords": [ + "laravel-stats", + "spatie" + ], + "support": { + "issues": "https://github.com/spatie/laravel-stats/issues", + "source": "https://github.com/spatie/laravel-stats/tree/2.3.1" + }, + "funding": [ + { + "url": "https://github.com/sponsors/spatie", + "type": "github" + }, + { + "url": "https://spatie.be/open-source/support-us", + "type": "other" + } + ], + "time": "2025-03-08T10:03:04+00:00" + }, { "name": "spatie/regex", "version": "3.1.1",