Skip to content

Commit

Permalink
Mise à Jour PHP pour future Version
Browse files Browse the repository at this point in the history
  • Loading branch information
darknoon29 committed May 6, 2024
1 parent 0a4d5f6 commit 14be2dd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
}
],
"require": {
"php": ">=8.1",
"tooltipster/tooltipster": "4.2.*",
"php": ">=8.2",
"ext-mysqli": "*",
"ext-json": "*",
"ext-zlib": "*",
"ext-zip": "*",
"tooltipster/tooltipster": "^4.2",
"phpmailer/phpmailer": "^6.6",
"filp/whoops": "^2.15",
"components/jquery": "^3.7",
"ext-zip": "*"
"components/jquery": "^3.7"
},
"config": {
"platform": {
"php": "8.1.0"
"php": "8.2.0"
}
},
"autoload": {
Expand All @@ -51,7 +51,7 @@
"chat": "https://discord.gg/Azcb67b"
},
"require-dev": {
"phpunit/phpunit": "^10.0"
"phpunit/phpunit": "^10.5"
},
"scripts": {
"test": [
Expand Down
18 changes: 9 additions & 9 deletions composer.lock

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

0 comments on commit 14be2dd

Please sign in to comment.