From 1604b37c2dc24d7e87b6b3bfaf4ecfdedd7cea5c Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Mon, 7 Aug 2023 16:51:33 +0200 Subject: [PATCH] update deps --- app/Providers/PrometheusServiceProvider.php | 44 --- composer.json | 7 +- composer.lock | 339 +++++------------- config/app.php | 1 - public/vendor/feed/atom.xsl | 82 +++++ public/vendor/feed/style.css | 37 ++ .../front/layouts/partials/head.blade.php | 2 +- 7 files changed, 216 insertions(+), 296 deletions(-) delete mode 100644 app/Providers/PrometheusServiceProvider.php create mode 100644 public/vendor/feed/atom.xsl create mode 100644 public/vendor/feed/style.css diff --git a/app/Providers/PrometheusServiceProvider.php b/app/Providers/PrometheusServiceProvider.php deleted file mode 100644 index 1d850a23..00000000 --- a/app/Providers/PrometheusServiceProvider.php +++ /dev/null @@ -1,44 +0,0 @@ -helpText('this is my gauge'); - - $this->registerHorizonCollectors(); - } - - public function registerHorizonCollectors(): self - { - Prometheus::registerCollectorClasses([ - CurrentMasterSupervisorCollector::class, - CurrentProcessesPerQueueCollector::class, - CurrentWorkloadCollector::class, - FailedJobsPerHourCollector::class, - HorizonStatusCollector::class, - JobsPerMinuteCollector::class, - RecentJobsCollector::class, - ]); - - return $this; - } -} diff --git a/composer.json b/composer.json index 52ac4964..6510eaad 100644 --- a/composer.json +++ b/composer.json @@ -7,10 +7,6 @@ "laravel" ], "repositories": [ - { - "type": "path", - "url": "../laravel-site-search" - }, { "type": "composer", "url": "https://satis.spatie.be" @@ -64,13 +60,12 @@ "spatie/laravel-menu": "^4.1", "spatie/laravel-missing-page-redirector": "^2.9.2", "spatie/laravel-model-info": "^1.4", - "spatie/laravel-prometheus": "dev-main", "spatie/laravel-ray": "^1.32", "spatie/laravel-remote": "^1.3", "spatie/laravel-responsecache": "^7.4", "spatie/laravel-route-discovery": "^1.0.1", "spatie/laravel-schedule-monitor": "^3.1", - "spatie/laravel-site-search": "dev-main", + "spatie/laravel-site-search": "^2.1", "spatie/laravel-stubs": "^2.5", "spatie/laravel-tags": "^4.3.2", "spatie/laravel-tail": "^4.4", diff --git a/composer.lock b/composer.lock index c66806b8..84374cea 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": "b7a02ffea1e2e3fa13699ca1746ce121", + "content-hash": "a552816227b1ef9e496fdc0f23a96aee", "packages": [ { "name": "abraham/twitteroauth", @@ -2219,16 +2219,16 @@ }, { "name": "guzzlehttp/promises", - "version": "2.0.0", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "3a494dc7dc1d7d12e511890177ae2d0e6c107da6" + "reference": "111166291a0f8130081195ac4556a5587d7f1b5d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/3a494dc7dc1d7d12e511890177ae2d0e6c107da6", - "reference": "3a494dc7dc1d7d12e511890177ae2d0e6c107da6", + "url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d", + "reference": "111166291a0f8130081195ac4556a5587d7f1b5d", "shasum": "" }, "require": { @@ -2282,7 +2282,7 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/2.0.0" + "source": "https://github.com/guzzle/promises/tree/2.0.1" }, "funding": [ { @@ -2298,20 +2298,20 @@ "type": "tidelift" } ], - "time": "2023-05-21T13:50:22+00:00" + "time": "2023-08-03T15:11:55+00:00" }, { "name": "guzzlehttp/psr7", - "version": "2.5.0", + "version": "2.6.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "b635f279edd83fc275f822a1188157ffea568ff6" + "reference": "8bd7c33a0734ae1c5d074360512beb716bef3f77" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/b635f279edd83fc275f822a1188157ffea568ff6", - "reference": "b635f279edd83fc275f822a1188157ffea568ff6", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/8bd7c33a0734ae1c5d074360512beb716bef3f77", + "reference": "8bd7c33a0734ae1c5d074360512beb716bef3f77", "shasum": "" }, "require": { @@ -2398,7 +2398,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.5.0" + "source": "https://github.com/guzzle/psr7/tree/2.6.0" }, "funding": [ { @@ -2414,7 +2414,7 @@ "type": "tidelift" } ], - "time": "2023-04-17T16:11:26+00:00" + "time": "2023-08-03T15:06:02+00:00" }, { "name": "guzzlehttp/uri-template", @@ -2586,16 +2586,16 @@ }, { "name": "laravel/framework", - "version": "v10.17.0", + "version": "v10.17.1", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "a0e3f5ac5b6258f6ede9a2a2c5cc3820baea24a2" + "reference": "a82d96fd94069e346eb8037d178e6ccc4daaf3f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/a0e3f5ac5b6258f6ede9a2a2c5cc3820baea24a2", - "reference": "a0e3f5ac5b6258f6ede9a2a2c5cc3820baea24a2", + "url": "https://api.github.com/repos/laravel/framework/zipball/a82d96fd94069e346eb8037d178e6ccc4daaf3f9", + "reference": "a82d96fd94069e346eb8037d178e6ccc4daaf3f9", "shasum": "" }, "require": { @@ -2782,7 +2782,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-08-01T14:08:45+00:00" + "time": "2023-08-02T14:59:58+00:00" }, { "name": "laravel/horizon", @@ -2864,21 +2864,21 @@ }, { "name": "laravel/prompts", - "version": "v0.1.1", + "version": "v0.1.3", "source": { "type": "git", "url": "https://github.com/laravel/prompts.git", - "reference": "309b30157090a63c40152aa912d198d6aeb60ea6" + "reference": "562c26eb82c85789ef36291112cc27d730d3fed6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/prompts/zipball/309b30157090a63c40152aa912d198d6aeb60ea6", - "reference": "309b30157090a63c40152aa912d198d6aeb60ea6", + "url": "https://api.github.com/repos/laravel/prompts/zipball/562c26eb82c85789ef36291112cc27d730d3fed6", + "reference": "562c26eb82c85789ef36291112cc27d730d3fed6", "shasum": "" }, "require": { "ext-mbstring": "*", - "illuminate/collections": "^10.0", + "illuminate/collections": "^10.0|^11.0", "php": "^8.1", "symfony/console": "^6.2" }, @@ -2906,9 +2906,9 @@ ], "support": { "issues": "https://github.com/laravel/prompts/issues", - "source": "https://github.com/laravel/prompts/tree/v0.1.1" + "source": "https://github.com/laravel/prompts/tree/v0.1.3" }, - "time": "2023-07-31T15:03:02+00:00" + "time": "2023-08-02T19:57:10+00:00" }, { "name": "laravel/sail", @@ -3695,26 +3695,26 @@ }, { "name": "league/mime-type-detection", - "version": "1.11.0", + "version": "1.13.0", "source": { "type": "git", "url": "https://github.com/thephpleague/mime-type-detection.git", - "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd" + "reference": "a6dfb1194a2946fcdc1f38219445234f65b35c96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd", - "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd", + "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/a6dfb1194a2946fcdc1f38219445234f65b35c96", + "reference": "a6dfb1194a2946fcdc1f38219445234f65b35c96", "shasum": "" }, "require": { "ext-fileinfo": "*", - "php": "^7.2 || ^8.0" + "php": "^7.4 || ^8.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.2", "phpstan/phpstan": "^0.12.68", - "phpunit/phpunit": "^8.5.8 || ^9.3" + "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0" }, "type": "library", "autoload": { @@ -3735,7 +3735,7 @@ "description": "Mime-type detection for Flysystem", "support": { "issues": "https://github.com/thephpleague/mime-type-detection/issues", - "source": "https://github.com/thephpleague/mime-type-detection/tree/1.11.0" + "source": "https://github.com/thephpleague/mime-type-detection/tree/1.13.0" }, "funding": [ { @@ -3747,7 +3747,7 @@ "type": "tidelift" } ], - "time": "2022-04-17T13:12:02+00:00" + "time": "2023-08-05T12:09:49+00:00" }, { "name": "league/uri", @@ -6301,73 +6301,6 @@ ], "time": "2022-01-05T17:46:08+00:00" }, - { - "name": "promphp/prometheus_client_php", - "version": "v2.7.1", - "source": { - "type": "git", - "url": "https://github.com/PromPHP/prometheus_client_php.git", - "reference": "82e42b5a491ee94127110548ee835052b9765a78" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/PromPHP/prometheus_client_php/zipball/82e42b5a491ee94127110548ee835052b9765a78", - "reference": "82e42b5a491ee94127110548ee835052b9765a78", - "shasum": "" - }, - "require": { - "ext-json": "*", - "php": "^7.2|^8.0" - }, - "replace": { - "endclothing/prometheus_client_php": "*", - "jimdo/prometheus_client_php": "*", - "lkaemmerling/prometheus_client_php": "*" - }, - "require-dev": { - "guzzlehttp/guzzle": "^6.3|^7.0", - "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "^1.5.4", - "phpstan/phpstan-phpunit": "^1.1.0", - "phpstan/phpstan-strict-rules": "^1.1.0", - "phpunit/phpunit": "^9.4", - "squizlabs/php_codesniffer": "^3.6", - "symfony/polyfill-apcu": "^1.6" - }, - "suggest": { - "ext-apc": "Required if using APCu.", - "ext-redis": "Required if using Redis.", - "promphp/prometheus_push_gateway_php": "An easy client for using Prometheus PushGateway.", - "symfony/polyfill-apcu": "Required if you use APCu on PHP8.0+" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "psr-4": { - "Prometheus\\": "src/Prometheus/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "Lukas Kämmerling", - "email": "kontakt@lukas-kaemmerling.de" - } - ], - "description": "Prometheus instrumentation library for PHP applications.", - "support": { - "issues": "https://github.com/PromPHP/prometheus_client_php/issues", - "source": "https://github.com/PromPHP/prometheus_client_php/tree/v2.7.1" - }, - "time": "2023-04-24T18:11:52+00:00" - }, { "name": "psr/cache", "version": "3.0.0", @@ -7744,16 +7677,16 @@ }, { "name": "sebastian/global-state", - "version": "5.0.5", + "version": "5.0.6", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2" + "reference": "bde739e7565280bda77be70044ac1047bc007e34" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2", - "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bde739e7565280bda77be70044ac1047bc007e34", + "reference": "bde739e7565280bda77be70044ac1047bc007e34", "shasum": "" }, "require": { @@ -7796,7 +7729,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/global-state/issues", - "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5" + "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.6" }, "funding": [ { @@ -7804,7 +7737,7 @@ "type": "github" } ], - "time": "2022-02-14T08:28:10+00:00" + "time": "2023-08-02T09:26:13+00:00" }, { "name": "sebastian/lines-of-code", @@ -9561,30 +9494,29 @@ }, { "name": "spatie/laravel-feed", - "version": "4.2.1", + "version": "4.3.0", "source": { "type": "git", "url": "https://github.com/spatie/laravel-feed.git", - "reference": "0b9b7df3f716c6067b082cd6a985126c2189a6c4" + "reference": "1cf06a43b4ee0fdeb919983a76de68467ccdb844" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-feed/zipball/0b9b7df3f716c6067b082cd6a985126c2189a6c4", - "reference": "0b9b7df3f716c6067b082cd6a985126c2189a6c4", + "url": "https://api.github.com/repos/spatie/laravel-feed/zipball/1cf06a43b4ee0fdeb919983a76de68467ccdb844", + "reference": "1cf06a43b4ee0fdeb919983a76de68467ccdb844", "shasum": "" }, "require": { - "illuminate/contracts": "^8.0|^9.0|^10.0", - "illuminate/http": "^8.0|^9.0|^10.0", - "illuminate/support": "^8.0|^9.0|^10.0", + "illuminate/contracts": "^10.0", + "illuminate/http": "^10.0", + "illuminate/support": "^10.0", "php": "^8.0", - "spatie/laravel-package-tools": "^1.9" + "spatie/laravel-package-tools": "^1.15" }, "require-dev": { - "orchestra/testbench": "^6.23|^7.0|^8.0", - "pestphp/pest": "^1.22", - "phpunit/phpunit": "^9.5", - "spatie/pest-plugin-snapshots": "^1.1", + "orchestra/testbench": "^8.0", + "pestphp/pest": "^2.0", + "spatie/pest-plugin-snapshots": "^2.0", "spatie/test-time": "^1.2" }, "type": "library", @@ -9638,7 +9570,7 @@ "spatie" ], "support": { - "source": "https://github.com/spatie/laravel-feed/tree/4.2.1" + "source": "https://github.com/spatie/laravel-feed/tree/4.3.0" }, "funding": [ { @@ -9650,7 +9582,7 @@ "type": "github" } ], - "time": "2023-01-25T09:39:38+00:00" + "time": "2023-08-07T14:46:53+00:00" }, { "name": "spatie/laravel-flash", @@ -10343,16 +10275,16 @@ }, { "name": "spatie/laravel-medialibrary", - "version": "10.11.2", + "version": "10.11.3", "source": { "type": "git", "url": "https://github.com/spatie/laravel-medialibrary.git", - "reference": "bac32801073bd9446277cdeb174cf4327ea28aef" + "reference": "293a066890e10c951ff29bc76bfa026a60034edc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-medialibrary/zipball/bac32801073bd9446277cdeb174cf4327ea28aef", - "reference": "bac32801073bd9446277cdeb174cf4327ea28aef", + "url": "https://api.github.com/repos/spatie/laravel-medialibrary/zipball/293a066890e10c951ff29bc76bfa026a60034edc", + "reference": "293a066890e10c951ff29bc76bfa026a60034edc", "shasum": "" }, "require": { @@ -10365,7 +10297,6 @@ "illuminate/database": "^9.18|^10.0", "illuminate/pipeline": "^9.18|^10.0", "illuminate/support": "^9.18|^10.0", - "intervention/image": "^2.7", "maennchen/zipstream-php": "^2.0|^3.0", "php": "^8.0", "spatie/image": "^2.2.7", @@ -10436,7 +10367,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-medialibrary/issues", - "source": "https://github.com/spatie/laravel-medialibrary/tree/10.11.2" + "source": "https://github.com/spatie/laravel-medialibrary/tree/10.11.3" }, "funding": [ { @@ -10448,7 +10379,7 @@ "type": "github" } ], - "time": "2023-07-27T08:00:59+00:00" + "time": "2023-08-07T07:30:22+00:00" }, { "name": "spatie/laravel-menu", @@ -10709,82 +10640,6 @@ ], "time": "2023-04-27T08:09:01+00:00" }, - { - "name": "spatie/laravel-prometheus", - "version": "dev-main", - "source": { - "type": "git", - "url": "https://github.com/spatie/laravel-prometheus.git", - "reference": "8a28717de178a24af83726ea0f55f3fa91c56edc" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-prometheus/zipball/8a28717de178a24af83726ea0f55f3fa91c56edc", - "reference": "8a28717de178a24af83726ea0f55f3fa91c56edc", - "shasum": "" - }, - "require": { - "illuminate/config": "*", - "illuminate/contracts": "^10.0", - "illuminate/support": "*", - "php": "^8.1", - "promphp/prometheus_client_php": "^2.7.1", - "spatie/laravel-package-tools": "^1.15.0" - }, - "require-dev": { - "laravel/horizon": "^5.16.1", - "laravel/pint": "^1.10", - "nunomaduro/collision": "^7", - "nunomaduro/larastan": "^2.6.0", - "orchestra/testbench": "^8.5.5", - "pestphp/pest": "^2.6.2", - "pestphp/pest-plugin-arch": "^2.2", - "pestphp/pest-plugin-laravel": "^2.0", - "spatie/laravel-ray": "^1.32.4", - "spatie/pest-plugin-snapshots": "^2.0.1" - }, - "default-branch": true, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "Spatie\\Prometheus\\PrometheusServiceProvider" - ], - "aliases": { - "Prometheus": "Spatie\\Prometheus\\Facades\\Prometheus" - } - } - }, - "autoload": { - "psr-4": { - "Spatie\\Prometheus\\": "src/", - "Spatie\\Prometheus\\Database\\Factories\\": "database/factories/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Freek Van der Herten", - "email": "freek@spatie.be", - "role": "Developer" - } - ], - "description": "Export Laravel metrics to Prometheus", - "homepage": "https://github.com/spatie/laravel-prometheus", - "keywords": [ - "laravel", - "laravel-prometheus", - "spatie" - ], - "support": { - "issues": "https://github.com/spatie/laravel-prometheus/issues", - "source": "https://github.com/spatie/laravel-prometheus/tree/main" - }, - "time": "2023-07-26T10:18:39+00:00" - }, { "name": "spatie/laravel-ray", "version": "1.32.6", @@ -11259,11 +11114,17 @@ }, { "name": "spatie/laravel-site-search", - "version": "dev-main", + "version": "2.1.0", + "source": { + "type": "git", + "url": "https://github.com/spatie/laravel-site-search.git", + "reference": "42fa122e7c15900b41ff6e2cb2b7a40d2ec7923d" + }, "dist": { - "type": "path", - "url": "../laravel-site-search", - "reference": "504a5a1e83c23d91408103df77618d1277deff55" + "type": "zip", + "url": "https://api.github.com/repos/spatie/laravel-site-search/zipball/42fa122e7c15900b41ff6e2cb2b7a40d2ec7923d", + "reference": "42fa122e7c15900b41ff6e2cb2b7a40d2ec7923d", + "shasum": "" }, "require": { "guzzlehttp/psr7": "^2.5", @@ -11306,22 +11167,7 @@ "Spatie\\SiteSearch\\Database\\Factories\\": "database/factories" } }, - "autoload-dev": { - "psr-4": { - "Tests\\": "tests" - } - }, - "scripts": { - "psalm": [ - "vendor/bin/psalm" - ], - "test": [ - "./vendor/bin/pest --no-coverage" - ], - "test-coverage": [ - "vendor/bin/phpunit --coverage-html coverage" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -11339,9 +11185,17 @@ "laravel-site-search", "spatie" ], - "transport-options": { - "relative": true - } + "support": { + "issues": "https://github.com/spatie/laravel-site-search/issues", + "source": "https://github.com/spatie/laravel-site-search/tree/2.1.0" + }, + "funding": [ + { + "url": "https://github.com/spatie", + "type": "github" + } + ], + "time": "2023-08-02T09:05:55+00:00" }, { "name": "spatie/laravel-stubs", @@ -16878,31 +16732,31 @@ }, { "name": "mockery/mockery", - "version": "1.6.4", + "version": "1.6.5", "source": { "type": "git", "url": "https://github.com/mockery/mockery.git", - "reference": "d1413755e26fe56a63455f7753221c86cbb88f66" + "reference": "68782e943f9ffcbc72bda08aedabe73fecb50041" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mockery/mockery/zipball/d1413755e26fe56a63455f7753221c86cbb88f66", - "reference": "d1413755e26fe56a63455f7753221c86cbb88f66", + "url": "https://api.github.com/repos/mockery/mockery/zipball/68782e943f9ffcbc72bda08aedabe73fecb50041", + "reference": "68782e943f9ffcbc72bda08aedabe73fecb50041", "shasum": "" }, "require": { "hamcrest/hamcrest-php": "^2.0.1", "lib-pcre": ">=7.0", - "php": ">=7.4,<8.3" + "php": ">=7.3" }, "conflict": { "phpunit/phpunit": "<8.0" }, "require-dev": { - "phpunit/phpunit": "^8.5 || ^9.3", + "phpunit/phpunit": "^8.5 || ^9.6.10", "psalm/plugin-phpunit": "^0.18.4", "symplify/easy-coding-standard": "^11.5.0", - "vimeo/psalm": "^5.13.1" + "vimeo/psalm": "^4.30" }, "type": "library", "autoload": { @@ -16959,7 +16813,7 @@ "security": "https://github.com/mockery/mockery/security/advisories", "source": "https://github.com/mockery/mockery" }, - "time": "2023-07-19T15:51:02+00:00" + "time": "2023-08-06T00:30:34+00:00" }, { "name": "pestphp/pest-plugin-laravel", @@ -17139,16 +16993,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.23.0", + "version": "1.23.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "a2b24135c35852b348894320d47b3902a94bc494" + "reference": "846ae76eef31c6d7790fac9bc399ecee45160b26" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/a2b24135c35852b348894320d47b3902a94bc494", - "reference": "a2b24135c35852b348894320d47b3902a94bc494", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/846ae76eef31c6d7790fac9bc399ecee45160b26", + "reference": "846ae76eef31c6d7790fac9bc399ecee45160b26", "shasum": "" }, "require": { @@ -17180,9 +17034,9 @@ "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.23.0" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.23.1" }, - "time": "2023-07-23T22:17:56+00:00" + "time": "2023-08-03T16:32:59+00:00" }, { "name": "spatie/laravel-blade-comments", @@ -17656,10 +17510,7 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": { - "spatie/laravel-prometheus": 20, - "spatie/laravel-site-search": 20 - }, + "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": { diff --git a/config/app.php b/config/app.php index 5a238430..513fe5f5 100644 --- a/config/app.php +++ b/config/app.php @@ -165,7 +165,6 @@ Illuminate\Translation\TranslationServiceProvider::class, Illuminate\Validation\ValidationServiceProvider::class, Illuminate\View\ViewServiceProvider::class, - App\Providers\PrometheusServiceProvider::class, \App\Providers\FlashServiceProvider::class, /* diff --git a/public/vendor/feed/atom.xsl b/public/vendor/feed/atom.xsl new file mode 100644 index 00000000..a73daacd --- /dev/null +++ b/public/vendor/feed/atom.xsl @@ -0,0 +1,82 @@ + + + + + + + + RSS Feed | <xsl:value-of select="/atom:feed/atom:title"/> + + + + + + + +
+

+ + + + + + + + + + + + + + + + + + + + + RSS Feed +

+

+

+ +

+
+ +
+ + +
+ +
+ +
+ Published on + by +
+
+
+
+ + +
+
diff --git a/public/vendor/feed/style.css b/public/vendor/feed/style.css new file mode 100644 index 00000000..fef864f7 --- /dev/null +++ b/public/vendor/feed/style.css @@ -0,0 +1,37 @@ +.layout-content { + max-width: 640px; + margin-left: auto; + margin-right: auto; + + font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; +} + +hr { + margin: 2rem 0; +} + +.post { + margin-bottom: 2rem; +} + +.post .title { + font-size: 1.5rem; + line-height: 2rem; + margin-bottom: 1rem; +} + +.post .summary { + font-size: 1rem; + line-height: 1.5rem; + margin-bottom: 1rem; +} + +.post .published-info { + font-size: 0.75rem; + line-height: 1rem; + color: #666; +} + +img { + max-width: 100%; +} diff --git a/resources/views/front/layouts/partials/head.blade.php b/resources/views/front/layouts/partials/head.blade.php index 4ae043e2..fb43b941 100644 --- a/resources/views/front/layouts/partials/head.blade.php +++ b/resources/views/front/layouts/partials/head.blade.php @@ -6,7 +6,7 @@ - + @isset($title) {{ $title }} - Freek Van der Herten's blog on PHP, Laravel and JavaScript @else