Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Aug 11, 2023
1 parent 1a758ee commit bb0751e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
}
],
"require": {
"php": ">=7.3",
"php": ">=8.1",
"ext-simplexml": "*",
"phpunit/phpunit": "*",
"vimeo/psalm": "*"
"phpunit/phpunit": "~9.6.0 || ~10.1.0 || ~10.2.0 || ~10.3.0",
"vimeo/psalm": "^5.0 || ~6.0.0"
},
"require-dev": {
"ghostwriter/coding-standard": "dev-main",
Expand Down Expand Up @@ -67,7 +67,7 @@
"discard-changes": true,
"optimize-autoloader": true,
"platform": {
"php": "7.3.999"
"php": "8.1.999"
},
"preferred-install": "dist",
"prepend-autoloader": true,
Expand Down

0 comments on commit bb0751e

Please sign in to comment.