Welcome Guest, Not a member yet? Register   Sign In
Confuse in the update I'm new
#1

I don't get this instruction how do i do it. I tried to run my old system but when i tried to composer update is not working anymore.

I only do the Kint Update in the files. Please someone help me


app/Config/Exceptions.php[size=1][/size]
  • If you are using PHP 8.2, you need to add new properties 

    Code:
    $logDeprecations
     and 

    Code:
    $deprecationLogLevel
    .
Mock Config Classes[size=1][/size]
  • If you are using the following Mock Config classes in testing, you need to update the corresponding Config files in [b]app/Config[/b]:

    Quote:
    • Code:
      MockAppConfig
       (

      Code:
      Config\App
      )
    • Code:
      MockCLIConfig
       (

      Code:
      Config\App
      )
    • Code:
      MockSecurityConfig
       (

      Code:
      Config\Security
      )
  • Add [b]types[/b] to the properties in these Config classes. You may need to fix the property values to match the property types.
Reply
Reply




Theme © iAndrew 2016 - Forum software by © MyBB