Upgrade to PHP8.2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-06-07 09:56:23 +00:00
parent 79dfcd6495
commit afc4a1e3ce
8 changed files with 1058 additions and 794 deletions

View File

@ -4,11 +4,12 @@
"homepage": "https://jcktrue.dk",
"version": "0.1.0",
"require": {
"symfony/console": "^5.4",
"symfony/yaml": "^5.4",
"symfony/console": "^6.3",
"symfony/yaml": "^6.3",
"twig/twig": "^3.6",
"symfony/process": "^5.4",
"monolog/monolog": "^2.9"
"symfony/process": "^6.3",
"monolog/monolog": "^3.3",
"verifiedjoseph/ntfy-php-library": "^4.2"
},
"autoload": {
"psr-4": {
@ -20,6 +21,6 @@
"phpstan/phpstan": "^1.10",
"vimeo/psalm": "^5.12",
"phpmd/phpmd": "^2.13",
"phpunit/phpunit": "^9.6"
"phpunit/phpunit": "^10.2"
}
}