Bump requirements.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-10-04 09:39:36 +00:00
parent 456dc1b1e3
commit 14db929af1
3 changed files with 70 additions and 63 deletions

View File

@ -4,12 +4,12 @@
"homepage": "https://jcktrue.dk",
"version": "0.1.1",
"require": {
"symfony/console": "^6.3",
"symfony/yaml": "^6.3",
"twig/twig": "^3.6",
"symfony/process": "^6.3",
"monolog/monolog": "^3.3",
"verifiedjoseph/ntfy-php-library": "^4.2",
"symfony/console": "^6.3.4",
"symfony/yaml": "^6.3.3",
"twig/twig": "^3.7.1",
"symfony/process": "^6.3.4",
"monolog/monolog": "^3.4",
"verifiedjoseph/ntfy-php-library": "^4.3",
"league/config": "^1.2"
},
"autoload": {
@ -19,11 +19,11 @@
},
"require-dev": {
"squizlabs/php_codesniffer": "*",
"phpstan/phpstan": "^1.10",
"vimeo/psalm": "^5.12",
"phpmd/phpmd": "^2.13",
"phpunit/phpunit": "^10.2",
"phpmetrics/phpmetrics": "^2.8"
"phpstan/phpstan": "^1.10.37",
"vimeo/psalm": "^5.15",
"phpmd/phpmd": "^2.14.1",
"phpunit/phpunit": "^10.3.5",
"phpmetrics/phpmetrics": "^2.8.2"
},
"scripts": {
"test": "vendor/bin/phpunit tests --display-warnings",