Skip to content

Commit

Permalink
Merge pull request #16 from xibosignage/php8
Browse files Browse the repository at this point in the history
Various improvements for PHP8, etc
  • Loading branch information
dasgarner authored Jan 2, 2025
2 parents 348f9ff + 6df3165 commit 167ab83
Show file tree
Hide file tree
Showing 6 changed files with 1,116 additions and 180 deletions.
19 changes: 15 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{
"name": "xibosignage/support",
"description": "Support functions used throughout the Xibo Signage Platform",
"homepage": "http://xibo.org.uk",
"homepage": "https://xibosignage.com",
"license": "MIT",
"authors": [
{
"name": "Xibo Signage Ltd",
"homepage": "http://xibosignage.com"
"homepage": "https://xibosignage.com"
}
],
"require": {
"illuminate/support": "^5.4",
"php": ">=8.1",
"illuminate/support": "v10.5.1",
"psr/log": "^1.1",
"psr/http-message": "^1.0"
"psr/http-message": "^1.0",
"symfony/html-sanitizer": "^6.3"
},
"suggest": {
"nesbot/carbon": "If the RespectSanitizer is to be used.",
Expand All @@ -23,7 +25,16 @@
"psr-4": { "Xibo\\" : "src/Xibo" }
},
"require-dev": {
"respect/validation": "2.2.*",
"squizlabs/php_codesniffer": "3.*",
"exussum12/coverage-checker": "^0.11.2"
},
"config": {
"platform": {
"php": "8.1"
},
"allow-plugins": {
"kylekatarnls/update-helper": true
}
}
}
Loading

0 comments on commit 167ab83

Please sign in to comment.