Skip to content

Commit 167ab83

Browse files
authored
Merge pull request #16 from xibosignage/php8
Various improvements for PHP8, etc
2 parents 348f9ff + 6df3165 commit 167ab83

File tree

6 files changed

+1116
-180
lines changed

6 files changed

+1116
-180
lines changed

composer.json

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
{
22
"name": "xibosignage/support",
33
"description": "Support functions used throughout the Xibo Signage Platform",
4-
"homepage": "http://xibo.org.uk",
4+
"homepage": "https://xibosignage.com",
55
"license": "MIT",
66
"authors": [
77
{
88
"name": "Xibo Signage Ltd",
9-
"homepage": "http://xibosignage.com"
9+
"homepage": "https://xibosignage.com"
1010
}
1111
],
1212
"require": {
13-
"illuminate/support": "^5.4",
13+
"php": ">=8.1",
14+
"illuminate/support": "v10.5.1",
1415
"psr/log": "^1.1",
15-
"psr/http-message": "^1.0"
16+
"psr/http-message": "^1.0",
17+
"symfony/html-sanitizer": "^6.3"
1618
},
1719
"suggest": {
1820
"nesbot/carbon": "If the RespectSanitizer is to be used.",
@@ -23,7 +25,16 @@
2325
"psr-4": { "Xibo\\" : "src/Xibo" }
2426
},
2527
"require-dev": {
28+
"respect/validation": "2.2.*",
2629
"squizlabs/php_codesniffer": "3.*",
2730
"exussum12/coverage-checker": "^0.11.2"
31+
},
32+
"config": {
33+
"platform": {
34+
"php": "8.1"
35+
},
36+
"allow-plugins": {
37+
"kylekatarnls/update-helper": true
38+
}
2839
}
2940
}

0 commit comments

Comments
 (0)