Skip to content

Commit

Permalink
Robert requiert dorénavant la version 7.3 de PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
Donov4n committed May 1, 2021
1 parent 6520553 commit 38a5355
Show file tree
Hide file tree
Showing 4 changed files with 559 additions and 274 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs :
runs-on : ubuntu-latest
strategy :
matrix:
php: [7.4, 7.3, 7.2, 7.1]
php: [7.4, 7.3]
defaults : { run: { working-directory: ./server }}
services :
mysql:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Ce projet adhère au principe du [Semantic Versioning](https://semver.org/spec/v

- Corrige un problème avec le nom de la base de données de test (#128 et #129).
- Ajoute la création / suppression de devis pour les événements (#5).
- __[CHANGEMENT CRITIQUE]__ Robert requiert maintenant au minimum PHP 7.3 pour fonctionner (#78).

## 0.12.0 (2021-03-29)

Expand Down
4 changes: 2 additions & 2 deletions server/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"config": {
"vendor-dir": "src/vendor",
"platform": {
"php": "7.1.17"
"php": "7.3"
}
},
"require": {
"php": ">=7.1.17",
"php": ">=7.3",
"slim/slim": "^3.12.3",
"slim/http-cache": "^0.4.0",
"slim/twig-view": "^2.5.1",
Expand Down
Loading

0 comments on commit 38a5355

Please sign in to comment.