symfony 6.4 and PHP 8.4 upgrade #58

Merged
gdupont merged 2 commits from issue-57 into develop 2025-07-30 11:46:04 +02:00
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. ```
vcarroy reviewed 2025-07-30 10:12:26 +02:00
composer.json Outdated
@ -30,0 +26,4 @@
"symfony/translation": "6.4.*",
"symfony/twig-bundle": "6.4.*",
"symfony/validator": "6.4.*",
"symfony/web-profiler-bundle": "6.4.*",
Owner

require dev ?

require dev ?
gdupont marked this conversation as resolved
gdupont force-pushed issue-57 from de3731a63d to 2e5e1e72ae 2025-07-30 11:37:14 +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.
gdupont merged commit 5f2654c3c4 into develop 2025-07-30 11:46:04 +02:00
gdupont deleted branch issue-57 2025-07-30 11:46:07 +02:00
Owner

Rapport PHPStan


 [OK] No errors                                                                 


## Rapport PHPStan ``` [OK] No errors ```
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. ```
Sign in to join this conversation.
No Reviewers
No Label
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

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