Skip to content

Commit

Permalink
upgraded phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
sergix44 committed Nov 27, 2022
1 parent e2c3aaf commit 2bce85e
Show file tree
Hide file tree
Showing 2 changed files with 476 additions and 215 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "A lightweight ShareX PHP backend",
"type": "project",
"require": {
"php": ">=7.2",
"php": ">=7.3",
"ext-filter": "*",
"ext-gd": "*",
"ext-intl": "*",
Expand Down Expand Up @@ -52,7 +52,7 @@
"require-dev": {
"roave/security-advisories": "dev-latest",
"phpstan/phpstan": "^0.11.5",
"phpunit/phpunit": "^8.5",
"phpunit/phpunit": "^9.0",
"symfony/dom-crawler": "^4.4"
}
}
Loading

0 comments on commit 2bce85e

Please sign in to comment.