Skip to content

Commit 4401fa9

Browse files
authored
Update to PHP 8.1 and fix qr codes (#228)
* Update things to php 8.1 * fixed usort function * Updated more stuff for php 8.1 * Fix space before link text in footer * Updated composer file to actually use php 8.1 and updated packages * Fix blank screen of death * WIP qrcode builder * Moved cached qrcodes to tmp directory * Added modal for qr-codes * Fix database issues * Added avatar job queue * moved service from pm2 to systemd * Updated service * Fix job creation to work with more than just me * Remove stank * Removed duplicate slash
1 parent 2956258 commit 4401fa9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+4512
-1975
lines changed

composer.json

+4-10
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
{
2-
"config": {
3-
"platform": {
4-
"php": "5.6.1"
5-
}
6-
},
72
"autoload": {
83
"psr-0": {
94
"UNL": "src/"
@@ -20,17 +15,16 @@
2015
}
2116
],
2217
"require": {
23-
"saltybeagle/savvy": "^0.9.0",
18+
"unl/savvy": "1.0.0",
2419
"unl/unl_cache_lite": "0.1.*",
2520
"unl/common": "0.6.*",
26-
"unl/php-wdn-templates": "^5.3",
21+
"unl/php-wdn-templates": "5.3.6",
2722
"guzzlehttp/guzzle": "~6.0",
2823
"jasig/phpcas": "1.3.x-dev",
29-
"swiftmailer/swiftmailer": "^5.4",
3024
"slim/csrf": "^0.8.2",
31-
"deruli/html-minifier": "^0.5.1"
25+
"endroid/qr-code": "*"
3226
},
3327
"require-dev": {
34-
"phpunit/phpunit": "5.7"
28+
"phpunit/phpunit": "^10.5.27"
3529
}
3630
}

0 commit comments

Comments
 (0)