diff --git a/app/Notifications/User/SubscriptionsOverdueReminder.php b/app/Notifications/User/SubscriptionsOverdueReminder.php index 4cc6a28980..2db7fa53d5 100644 --- a/app/Notifications/User/SubscriptionsOverdueReminder.php +++ b/app/Notifications/User/SubscriptionsOverdueReminder.php @@ -92,7 +92,7 @@ class SubscriptionsOverdueReminder extends Notification */ public function toSlack(User $notifiable): SlackMessage { - $url = route('bills.index'); + $url = route('bills.index'); return new SlackMessage() ->warning() diff --git a/composer.lock b/composer.lock index 134d08c883..36d7c859bd 100644 --- a/composer.lock +++ b/composer.lock @@ -11618,16 +11618,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.3.0", + "version": "12.3.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "264da860d6fe0d00582355a6ecbbf7ae57b44895" + "reference": "5fd1b6e8ab560e0c62600591d438d22a8d978d68" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/264da860d6fe0d00582355a6ecbbf7ae57b44895", - "reference": "264da860d6fe0d00582355a6ecbbf7ae57b44895", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5fd1b6e8ab560e0c62600591d438d22a8d978d68", + "reference": "5fd1b6e8ab560e0c62600591d438d22a8d978d68", "shasum": "" }, "require": { @@ -11637,7 +11637,7 @@ "ext-mbstring": "*", "ext-xml": "*", "ext-xmlwriter": "*", - "myclabs/deep-copy": "^1.13.3", + "myclabs/deep-copy": "^1.13.4", "phar-io/manifest": "^2.0.4", "phar-io/version": "^3.2.1", "php": ">=8.3", @@ -11653,7 +11653,7 @@ "sebastian/exporter": "^7.0.0", "sebastian/global-state": "^8.0.0", "sebastian/object-enumerator": "^7.0.0", - "sebastian/type": "^6.0.2", + "sebastian/type": "^6.0.3", "sebastian/version": "^6.0.0", "staabm/side-effects-detector": "^1.0.5" }, @@ -11695,7 +11695,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/12.3.0" + "source": "https://github.com/sebastianbergmann/phpunit/tree/12.3.1" }, "funding": [ { @@ -11719,7 +11719,7 @@ "type": "tidelift" } ], - "time": "2025-08-01T05:14:47+00:00" + "time": "2025-08-09T07:12:41+00:00" }, { "name": "rector/rector", @@ -12509,16 +12509,16 @@ }, { "name": "sebastian/type", - "version": "6.0.2", + "version": "6.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/type.git", - "reference": "1d7cd6e514384c36d7a390347f57c385d4be6069" + "reference": "e549163b9760b8f71f191651d22acf32d56d6d4d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/1d7cd6e514384c36d7a390347f57c385d4be6069", - "reference": "1d7cd6e514384c36d7a390347f57c385d4be6069", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/e549163b9760b8f71f191651d22acf32d56d6d4d", + "reference": "e549163b9760b8f71f191651d22acf32d56d6d4d", "shasum": "" }, "require": { @@ -12554,15 +12554,27 @@ "support": { "issues": "https://github.com/sebastianbergmann/type/issues", "security": "https://github.com/sebastianbergmann/type/security/policy", - "source": "https://github.com/sebastianbergmann/type/tree/6.0.2" + "source": "https://github.com/sebastianbergmann/type/tree/6.0.3" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" + }, + { + "url": "https://liberapay.com/sebastianbergmann", + "type": "liberapay" + }, + { + "url": "https://thanks.dev/u/gh/sebastianbergmann", + "type": "thanks_dev" + }, + { + "url": "https://tidelift.com/funding/github/packagist/sebastian/type", + "type": "tidelift" } ], - "time": "2025-03-18T13:37:31+00:00" + "time": "2025-08-09T06:57:12+00:00" }, { "name": "sebastian/version", diff --git a/config/firefly.php b/config/firefly.php index da7181a633..aef860bb83 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -79,7 +79,7 @@ return [ // see cer.php for exchange rates feature flag. ], 'version' => 'develop/2025-08-09', - 'build_time' => 1754721409, + 'build_time' => 1754731143, 'api_version' => '2.1.0', // field is no longer used. 'db_version' => 26,