symfony 6.4 and PHP 8.4 upgrade #58

Open
gdupont wants to merge 2 commits from issue-57 into develop
Owner
No description provided.
gdupont added 2 commits 2025-07-10 11:24:19 +02:00
chore(symfony) #57 : bump symfony to version 6.4 and fix deprecations
Some checks failed
Cadoles/hydra-sql/pipeline/head There was a failure building this commit
Cadoles/hydra-sql/pipeline/pr-develop There was a failure building this commit
0c69082f0e
gdupont force-pushed issue-57 from 0c69082f0e to d6723fb143 2025-07-10 11:41:12 +02:00 Compare
gdupont changed title from issue-57 to symfony 6.4 and PHP 8.4 upgrade 2025-07-15 10:17:40 +02:00
gdupont force-pushed issue-57 from d6723fb143 to 73913c627a 2025-07-15 11:55:04 +02:00 Compare
gdupont force-pushed issue-57 from 73913c627a to 2011726898 2025-07-16 14:14:49 +02:00 Compare
gdupont force-pushed issue-57 from 2011726898 to de3731a63d 2025-07-16 14:39:23 +02:00 Compare
Owner

Symfony Security Check Report

No packages have known vulnerabilities.

Note that this checker can only detect vulnerabilities that are referenced in the security advisories database.
Execute this command regularly to check the newly discovered vulnerabilities.

Symfony Security Check Report ============================= No packages have known vulnerabilities. Note that this checker can only detect vulnerabilities that are referenced in the security advisories database. Execute this command regularly to check the newly discovered vulnerabilities.
Owner

Test report

PHP CS Fixer

Overview

State Total
Passed 0
Skipped 0
Failed 5
Error 0

Total duration: 0s

See details
Status Name Class
src/Security/SQLLoginUserAuthenticator
src/Security/SQLLoginUserProvider
src/Controller/MainController
src/Service/SQLLoginService
src/Hydra/HydraService

Errors

`src/Security/SQLLoginUserAuthenticator`

Output

applied fixers:
---------------
* function_declaration
* trailing_comma_in_multiline
* no_whitespace_in_blank_line```

</details>


<details>
  <summary>`src/Security/SQLLoginUserProvider`</summary>

**Output** 

applied fixers:

  • function_declaration
  • trailing_comma_in_multiline```
`src/Controller/MainController`

Output

applied fixers:
---------------
* function_declaration
* trailing_comma_in_multiline```

</details>


<details>
  <summary>`src/Service/SQLLoginService`</summary>

**Output** 

applied fixers:

  • global_namespace_import
  • trailing_comma_in_multiline
  • no_unused_imports```
`src/Hydra/HydraService`

Output

applied fixers:
---------------
* function_declaration
* trailing_comma_in_multiline```

</details>





# Test report ## PHP CS Fixer ### Overview | State | Total | |-------|-------| | Passed | 0 | | Skipped | 0 | | Failed | 5 | | Error | 0 | **Total duration**: 0s <details> <summary>See details</summary> | Status | Name | Class | |--------|------|-------| | &#10799; | `src/Security/SQLLoginUserAuthenticator` || | &#10799; | `src/Security/SQLLoginUserProvider` || | &#10799; | `src/Controller/MainController` || | &#10799; | `src/Service/SQLLoginService` || | &#10799; | `src/Hydra/HydraService` || </details> <br /> #### Errors <details> <summary>`src/Security/SQLLoginUserAuthenticator`</summary> **Output** ``` applied fixers: --------------- * function_declaration * trailing_comma_in_multiline * no_whitespace_in_blank_line``` </details> <details> <summary>`src/Security/SQLLoginUserProvider`</summary> **Output** ``` applied fixers: --------------- * function_declaration * trailing_comma_in_multiline``` </details> <details> <summary>`src/Controller/MainController`</summary> **Output** ``` applied fixers: --------------- * function_declaration * trailing_comma_in_multiline``` </details> <details> <summary>`src/Service/SQLLoginService`</summary> **Output** ``` applied fixers: --------------- * global_namespace_import * trailing_comma_in_multiline * no_unused_imports``` </details> <details> <summary>`src/Hydra/HydraService`</summary> **Output** ``` applied fixers: --------------- * function_declaration * trailing_comma_in_multiline``` </details>
Owner

Rapport PHPStan


 [OK] No errors                                                                 


## Rapport PHPStan ``` [OK] No errors ```
Owner

Rapport d'analyse du fichier ./misc/images/hydra-sql-standalone/Dockerfile avec Hadolint

Rien à signaler.
## Rapport d'analyse du fichier `./misc/images/hydra-sql-standalone/Dockerfile` avec [Hadolint](https://github.com/hadolint/hadolint) ``` Rien à signaler. ```
Some checks failed
Cadoles/hydra-sql/pipeline/pr-develop There was a failure building this commit
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin issue-57:issue-57
git checkout issue-57
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Cadoles/hydra-sql#58
No description provided.