Finding minimum required PHP version to be 8.1. (But testing with PHP8.3)
All checks were successful
Build and test / requirements (push) Successful in 3m0s

This commit is contained in:
2024-01-18 14:40:39 +00:00
parent e826d9cfa9
commit aed385f5e0
3 changed files with 185 additions and 155 deletions

View File

@ -4,13 +4,18 @@
"homepage": "https://jcktrue.dk",
"version": "0.1.1",
"require": {
"php": "^8.1",
"ext-date": "*",
"ext-SPL": "*",
"ext-json": "*",
"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"
"league/config": "^1.2",
"psr/log": "^3.0"
},
"autoload": {
"psr-4": {