Browse Source

Update code, make php8.4.

pull/735/head
James Cole 9 months ago
parent
commit
cd3fc2b2d8
No known key found for this signature in database GPG Key ID: B49A324B7EAD6D80
  1. 3
      app/Http/Controllers/Controller.php
  2. 2
      composer.json
  3. 4
      composer.lock

3
app/Http/Controllers/Controller.php

@ -39,6 +39,9 @@ class Controller extends BaseController
use DispatchesJobs;
use ValidatesRequests;
// fails on PHP < 8.4
public protected(set) string $variable;
/**
* Controller constructor.
*/

2
composer.json

@ -72,7 +72,7 @@
}
],
"require": {
"php": ">=8.3",
"php": ">=8.4",
"ext-bcmath": "*",
"ext-json": "*",
"firefly-iii/api-support-classes": "@dev",

4
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": "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": "*"
},

Loading…
Cancel
Save