Skip to content

Commit

Permalink
Removed support for PHP versions without any active support
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed Dec 6, 2023
1 parent 1f28bfe commit fd6d9c4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: [ 8.1, 8.2, 8.3 ]
php-version: [ 8.2, 8.3 ]
fail-fast: false
steps:
- uses: shivammathur/setup-php@v2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ C'est un projet réalisé durant mes études afin de permettre de gérer les ser
À la fin de la première version du projet en utilisant seulement des langages et technologies natives d'Internet (branche `no-symfony`), la dernière version reprend le code d'origine tout en basculant sur le *framework* [Symfony](https://symfony.com/) pour profiter d'améliorations techniques, de performances mais aussi de sécurité. De plus, même si le souffre encore d'une dette technologique assez importante par l'absence de *framework* pour gérer la partie interface, le code d'origine a été migrée vers [TypeScript](https://www.typescriptlang.org/) pour une meilleure robustesse.

<ins>Voici les exigences pour exécuter le site Internet</ins> :
* [**Toute** version de PHP maintenue](https://www.php.net/supported-versions.php)
* [**Toute** version de PHP avec un support actif](https://www.php.net/supported-versions.php)
* [**Toute** version de NodeJS LTS maintenue](https://github.com/nodejs/release#release-schedule)
* [**Toute** version de Redis maintenue](https://docs.redis.com/latest/rs/installing-upgrading/install/plan-deployment/supported-platforms/)
* [**Toute** bases de données supportée par Doctrine ORM](https://www.doctrine-project.org/projects/doctrine-dbal/en/current/reference/platforms.html)
Expand All @@ -29,7 +29,7 @@ This is a project made during my studies to manage dedicated game servers using
Following the end of the first project version using only native Web languages and technologies (`no-symfony` branch), the latest version reuses the original code while migrating to the [Symfony](https://symfony.com/) framework to enjoy technical, performance and security improvements. Even though it still suffers from a significant technological debt due to the absence of a framework to manage the front-end, the original code has been migrated to [TypeScript](https://www.typescriptlang.org/) for greater robustness.

<ins>Here are the requirements to run the website</ins>:
* [**Any** maintained PHP versions](https://www.php.net/supported-versions.php)
* [**Any** maintained PHP with active support](https://www.php.net/supported-versions.php)
* [**Any** maintained NodeJS LTS versions](https://github.com/nodejs/release#release-schedule)
* [**Any** maintained Redis versions](https://docs.redis.com/latest/rs/installing-upgrading/install/plan-deployment/supported-platforms/)
* [**Any** databases supported by Doctrine ORM](https://www.doctrine-project.org/projects/doctrine-dbal/en/current/reference/platforms.html)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"prefer-stable": true,
"require": {
"php": ">=8.1",
"php": ">=8.2",

"twig/twig": "3.8.*",
"twig/extra-bundle": "3.8.*",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,12 @@
]
},
"symfony/framework-bundle": {
"version": "6.4",
"version": "7.0",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "6.4",
"ref": "a91c965766ad3ff2ae15981801643330eb42b6a5"
"version": "7.0",
"ref": "de6e1b3e2bbbe69e36262d72c3f3db858b1ab391"
},
"files": [
"config/packages/cache.yaml",
Expand Down

0 comments on commit fd6d9c4

Please sign in to comment.