diff --git a/composer.json b/composer.json index d81f7c942..7f7e7fe97 100644 --- a/composer.json +++ b/composer.json @@ -84,7 +84,8 @@ "mockery/mockery": "^1.4.4", "nunomaduro/collision": "^7.0", "phpunit/phpunit": "^10.0", - "spatie/laravel-ignition": "^2.0" + "spatie/laravel-ignition": "^2.0", + "wnx/laravel-stats": "^2.11" }, "extra": { "laravel": { diff --git a/composer.lock b/composer.lock index bdd4f3a11..87a641ab6 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": "5bbb28bca397f0c44e747eebf889f47a", + "content-hash": "e5aa0bb32c6ddfd816280b738eb71113", "packages": [ { "name": "akaunting/laravel-apexcharts", @@ -848,16 +848,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.261.12", + "version": "3.261.14", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "9816402afa9ad9fe8ff7ff8131ea1dca2c6b7700" + "reference": "121638bb7e62ee2f71838c52e79884f4301a9400" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/9816402afa9ad9fe8ff7ff8131ea1dca2c6b7700", - "reference": "9816402afa9ad9fe8ff7ff8131ea1dca2c6b7700", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/121638bb7e62ee2f71838c52e79884f4301a9400", + "reference": "121638bb7e62ee2f71838c52e79884f4301a9400", "shasum": "" }, "require": { @@ -936,9 +936,9 @@ "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.261.12" + "source": "https://github.com/aws/aws-sdk-php/tree/3.261.14" }, - "time": "2023-03-15T18:20:10+00:00" + "time": "2023-03-17T18:21:00+00:00" }, { "name": "balping/json-raw-encoder", @@ -4956,16 +4956,16 @@ }, { "name": "laravel/framework", - "version": "v10.3.3", + "version": "v10.4.1", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "90f24d9e2860ecf6b5492e966956270ceb98c03d" + "reference": "7d15f7eef442633cff108f83d9fe43d8c3b8b76f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/90f24d9e2860ecf6b5492e966956270ceb98c03d", - "reference": "90f24d9e2860ecf6b5492e966956270ceb98c03d", + "url": "https://api.github.com/repos/laravel/framework/zipball/7d15f7eef442633cff108f83d9fe43d8c3b8b76f", + "reference": "7d15f7eef442633cff108f83d9fe43d8c3b8b76f", "shasum": "" }, "require": { @@ -5064,7 +5064,7 @@ "league/flysystem-read-only": "^3.3", "league/flysystem-sftp-v3": "^3.0", "mockery/mockery": "^1.5.1", - "orchestra/testbench-core": "^8.0", + "orchestra/testbench-core": "^8.1", "pda/pheanstalk": "^4.0", "phpstan/phpdoc-parser": "^1.15", "phpstan/phpstan": "^1.4.7", @@ -5152,7 +5152,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-03-09T14:00:53+00:00" + "time": "2023-03-18T11:34:02+00:00" }, { "name": "laravel/sanctum", @@ -8312,24 +8312,27 @@ }, { "name": "phpdocumentor/type-resolver", - "version": "1.6.2", + "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d" + "reference": "1534aea9bde19a5c85c5d1e1f834ab63f4c5dcf5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/48f445a408c131e38cab1c235aa6d2bb7a0bb20d", - "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/1534aea9bde19a5c85c5d1e1f834ab63f4c5dcf5", + "reference": "1534aea9bde19a5c85c5d1e1f834ab63f4c5dcf5", "shasum": "" }, "require": { + "doctrine/deprecations": "^1.0", "php": "^7.4 || ^8.0", - "phpdocumentor/reflection-common": "^2.0" + "phpdocumentor/reflection-common": "^2.0", + "phpstan/phpdoc-parser": "^1.13" }, "require-dev": { "ext-tokenizer": "*", + "phpbench/phpbench": "^1.2", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^1.8", "phpstan/phpstan-phpunit": "^1.1", @@ -8361,9 +8364,9 @@ "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "support": { "issues": "https://github.com/phpDocumentor/TypeResolver/issues", - "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.2" + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.7.0" }, - "time": "2022-10-14T12:47:21+00:00" + "time": "2023-03-12T10:13:29+00:00" }, { "name": "phpoffice/phpspreadsheet", @@ -8545,6 +8548,51 @@ ], "time": "2023-02-25T19:38:58+00:00" }, + { + "name": "phpstan/phpdoc-parser", + "version": "1.16.1", + "source": { + "type": "git", + "url": "https://github.com/phpstan/phpdoc-parser.git", + "reference": "e27e92d939e2e3636f0a1f0afaba59692c0bf571" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/e27e92d939e2e3636f0a1f0afaba59692c0bf571", + "reference": "e27e92d939e2e3636f0a1f0afaba59692c0bf571", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "require-dev": { + "php-parallel-lint/php-parallel-lint": "^1.2", + "phpstan/extension-installer": "^1.0", + "phpstan/phpstan": "^1.5", + "phpstan/phpstan-phpunit": "^1.1", + "phpstan/phpstan-strict-rules": "^1.0", + "phpunit/phpunit": "^9.5", + "symfony/process": "^5.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "PHPStan\\PhpDocParser\\": [ + "src/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "PHPDoc parser with support for nullable, intersection and generic types", + "support": { + "issues": "https://github.com/phpstan/phpdoc-parser/issues", + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.16.1" + }, + "time": "2023-02-07T18:11:17+00:00" + }, { "name": "plank/laravel-mediable", "version": "5.9.0", @@ -15452,6 +15500,71 @@ ], "time": "2023-01-24T07:20:39+00:00" }, + { + "name": "stefanzweifel/laravel-stats-phploc", + "version": "8.0.1", + "source": { + "type": "git", + "url": "https://github.com/stefanzweifel/phploc.git", + "reference": "05d1ea047c317d73c88f384a444d706dea6766eb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/stefanzweifel/phploc/zipball/05d1ea047c317d73c88f384a444d706dea6766eb", + "reference": "05d1ea047c317d73c88f384a444d706dea6766eb", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-json": "*", + "php": "^8.0", + "phpunit/php-file-iterator": "^3.0 || ^4.0", + "sebastian/cli-parser": "^1.0 || ^2.0", + "sebastian/version": "^2.0 || ^3.0 || ^4.0" + }, + "bin": [ + "phploc" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "7.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + }, + { + "name": "Stefan Zweifel", + "email": "stefan@stefanzweifel.dev" + } + ], + "description": "A tool for quickly measuring the size of a PHP project. (Don't use this fork in your production apps)", + "homepage": "https://github.com/stefanzweifel/phploc", + "support": { + "issues": "https://github.com/stefanzweifel/phploc/issues", + "source": "https://github.com/stefanzweifel/phploc/tree/8.0.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2023-03-18T12:31:20+00:00" + }, { "name": "theseer/tokenizer", "version": "1.2.1", @@ -15501,6 +15614,88 @@ } ], "time": "2021-07-28T10:34:58+00:00" + }, + { + "name": "wnx/laravel-stats", + "version": "v2.11.2", + "source": { + "type": "git", + "url": "https://github.com/stefanzweifel/laravel-stats.git", + "reference": "025094d44e3f8a33f4bd20f551f6556910b67dfd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/stefanzweifel/laravel-stats/zipball/025094d44e3f8a33f4bd20f551f6556910b67dfd", + "reference": "025094d44e3f8a33f4bd20f551f6556910b67dfd", + "shasum": "" + }, + "require": { + "ext-json": "*", + "illuminate/console": "^9.0 | ^10.0", + "illuminate/support": "^9.0 | ^10.0", + "php": "^8.0", + "stefanzweifel/laravel-stats-phploc": "^7.0 | ^8.0", + "symfony/finder": "^6.0", + "symfony/process": "^6.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^3.2", + "laravel/browser-kit-testing": "^6.0 | ^7.0", + "laravel/dusk": "^6.0|^7.0", + "livewire/livewire": "^2.0", + "orchestra/testbench": "^7.0 | ^8.0", + "phpunit/phpunit": "^9.0 | ^10.0", + "rector/rector": "^0.15", + "vimeo/psalm": "^5.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Wnx\\LaravelStats\\StatsServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "Wnx\\LaravelStats\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Stefan Zweifel", + "email": "stefan@stefanzweifel.dev", + "homepage": "https://stefanzweifel.dev", + "role": "Developer" + } + ], + "description": "Get insights about your Laravel Project", + "homepage": "https://github.com/stefanzweifel/laravel-stats", + "keywords": [ + "laravel", + "statistics", + "stats", + "wnx" + ], + "support": { + "issues": "https://github.com/stefanzweifel/laravel-stats/issues", + "source": "https://github.com/stefanzweifel/laravel-stats/tree/v2.11.2" + }, + "funding": [ + { + "url": "https://buymeacoff.ee/3oQ64YW", + "type": "custom" + }, + { + "url": "https://github.com/stefanzweifel", + "type": "github" + } + ], + "time": "2023-03-18T12:53:36+00:00" } ], "aliases": [],