diff options
Diffstat (limited to 'composer.lock')
| -rw-r--r-- | composer.lock | 120 |
1 files changed, 113 insertions, 7 deletions
diff --git a/composer.lock b/composer.lock index 45bd0e7..d4f55e0 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": "436dc9f95ba32317f801635bff204772", + "content-hash": "6262a87577e295d565db2c1f5e1d9544", "packages": [ { "name": "brick/math", @@ -781,19 +781,20 @@ }, { "name": "jikan-me/jikan", - "version": "v2.16.17", + "version": "v2.18.13", "source": { "type": "git", "url": "https://github.com/jikan-me/jikan.git", - "reference": "25a353edc28024cadab40bf81bdddc2bad12717c" + "reference": "d41c4535bb739824c61ae22192c41eb3b705399c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jikan-me/jikan/zipball/25a353edc28024cadab40bf81bdddc2bad12717c", - "reference": "25a353edc28024cadab40bf81bdddc2bad12717c", + "url": "https://api.github.com/repos/jikan-me/jikan/zipball/d41c4535bb739824c61ae22192c41eb3b705399c", + "reference": "d41c4535bb739824c61ae22192c41eb3b705399c", "shasum": "" }, "require": { + "ext-json": "*", "fabpot/goutte": "^3.2", "php": "^7.1" }, @@ -830,7 +831,7 @@ "description": "Jikan is an unofficial MyAnimeList API", "support": { "issues": "https://github.com/jikan-me/jikan/issues", - "source": "https://github.com/jikan-me/jikan/tree/v2.16.17" + "source": "https://github.com/jikan-me/jikan/tree/v2.18.13" }, "funding": [ { @@ -838,7 +839,7 @@ "type": "patreon" } ], - "time": "2021-01-10T20:02:55+00:00" + "time": "2022-01-02T21:01:41+00:00" }, { "name": "laravel/framework", @@ -2243,6 +2244,111 @@ "time": "2020-08-18T17:17:46+00:00" }, { + "name": "romanzipp/laravel-queue-monitor", + "version": "2.0.23", + "source": { + "type": "git", + "url": "https://github.com/romanzipp/Laravel-Queue-Monitor.git", + "reference": "6ff700985a01c457f81d76117feae31bbb5156a5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/romanzipp/Laravel-Queue-Monitor/zipball/6ff700985a01c457f81d76117feae31bbb5156a5", + "reference": "6ff700985a01c457f81d76117feae31bbb5156a5", + "shasum": "" + }, + "require": { + "ext-json": "*", + "ext-mbstring": "*", + "illuminate/queue": "^5.5|^6.0|^7.0|^8.0", + "illuminate/support": "^5.5|^6.0|^7.0|^8.0", + "php": "^7.2|^8.0", + "romanzipp/php-cs-fixer-config": "^1.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2.17", + "laravel/framework": "^5.5|^6.0|^7.0|^8.0", + "mockery/mockery": "^1.3.2", + "orchestra/testbench": "^3.8|^4.0|^5.0|^6.0", + "phpunit/phpunit": "^8.0|^9.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "romanzipp\\QueueMonitor\\Providers\\QueueMonitorProvider" + ] + } + }, + "autoload": { + "psr-4": { + "romanzipp\\QueueMonitor\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "romanzipp", + "email": "ich@ich.wtf", + "homepage": "https://ich.wtf" + } + ], + "description": "Queue Monitoring for Laravel Database Job Queue", + "support": { + "issues": "https://github.com/romanzipp/Laravel-Queue-Monitor/issues", + "source": "https://github.com/romanzipp/Laravel-Queue-Monitor/tree/2.0.23" + }, + "time": "2021-01-15T19:47:23+00:00" + }, + { + "name": "romanzipp/php-cs-fixer-config", + "version": "1.0.10", + "source": { + "type": "git", + "url": "https://github.com/romanzipp/PHP-CS-Fixer-Config.git", + "reference": "96053962b762d99c547fef475fe77f7929f1b927" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/romanzipp/PHP-CS-Fixer-Config/zipball/96053962b762d99c547fef475fe77f7929f1b927", + "reference": "96053962b762d99c547fef475fe77f7929f1b927", + "shasum": "" + }, + "require": { + "php": "^7.1|^8.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2.12", + "phpunit/phpunit": "^7.0|^8.0|^9.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "romanzipp\\Fixer\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "romanzipp", + "email": "ich@ich.wtf", + "homepage": "https://ich.wtf" + } + ], + "description": "Personal PHP-CS-Fixer Configuration", + "support": { + "issues": "https://github.com/romanzipp/PHP-CS-Fixer-Config/issues", + "source": "https://github.com/romanzipp/PHP-CS-Fixer-Config/tree/1.0.10" + }, + "time": "2021-02-03T16:44:14+00:00" + }, + { "name": "swiftmailer/swiftmailer", "version": "v6.2.4", "source": { |
