James Cole
9 months ago
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
3 changed files with
6 additions and
3 deletions
-
app/Http/Controllers/Controller.php
-
composer.json
-
composer.lock
|
|
@ -39,6 +39,9 @@ class Controller extends BaseController |
|
|
|
use DispatchesJobs; |
|
|
|
use ValidatesRequests; |
|
|
|
|
|
|
|
// fails on PHP < 8.4
|
|
|
|
public protected(set) string $variable; |
|
|
|
|
|
|
|
/** |
|
|
|
* Controller constructor. |
|
|
|
*/ |
|
|
|
|
|
@ -72,7 +72,7 @@ |
|
|
|
} |
|
|
|
], |
|
|
|
"require": { |
|
|
|
"php": ">=8.3", |
|
|
|
"php": ">=8.4", |
|
|
|
"ext-bcmath": "*", |
|
|
|
"ext-json": "*", |
|
|
|
"firefly-iii/api-support-classes": "@dev", |
|
|
|
|
|
@ -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": "372179dc495cbfa8e1925191a14d96ae", |
|
|
|
"content-hash": "b252c3b16426b0785eaa2af538e3bf07", |
|
|
|
"packages": [ |
|
|
|
{ |
|
|
|
"name": "brick/math", |
|
|
@ -10252,7 +10252,7 @@ |
|
|
|
"prefer-stable": true, |
|
|
|
"prefer-lowest": false, |
|
|
|
"platform": { |
|
|
|
"php": ">=8.3", |
|
|
|
"php": ">=8.4", |
|
|
|
"ext-bcmath": "*", |
|
|
|
"ext-json": "*" |
|
|
|
}, |
|
|
|