Skip to content

Commit

Permalink
build: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed May 8, 2024
1 parent 6eec4cf commit d116060
Show file tree
Hide file tree
Showing 4 changed files with 781 additions and 1,554 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
],

"require": {
"php": ">=7.4",
"phpgt/cli": "*"
"php": ">=8.0",
"phpgt/cli": "^1.3.5"
},
"require-dev": {
"phpstan/phpstan": "v1.8.0",
"phpunit/phpunit": "v9.5.21"
"phpstan/phpstan": "v1.10",
"phpmd/phpmd": "^2.13",
"squizlabs/php_codesniffer": "^3.7"
},

"autoload": {
Expand Down
Loading

0 comments on commit d116060

Please sign in to comment.