Upgrade dependencies (hope it still works lol)
This commit is contained in:
parent
bada7bb722
commit
860808d62c
@ -3,12 +3,12 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"require": {
|
"require": {
|
||||||
"catfan/medoo": "^1.5",
|
"catfan/medoo": "^2.1",
|
||||||
"guzzlehttp/guzzle": "^6.2",
|
"guzzlehttp/guzzle": "^6",
|
||||||
"stripe/stripe-php": "^6.24",
|
"stripe/stripe-php": "^6.24",
|
||||||
"dompdf/dompdf": "^0.8.2",
|
"dompdf/dompdf": "^0.8.2",
|
||||||
"phpoffice/phpword": "^0.15.0",
|
"phpoffice/phpword": "^1.0",
|
||||||
"phpmailer/phpmailer": "^6.0",
|
"phpmailer/phpmailer": "^6",
|
||||||
"lapinator/ods-php-generator": "^0.0.3",
|
"lapinator/ods-php-generator": "^0.0.3",
|
||||||
"league/csv": "^9.1"
|
"league/csv": "^9.1"
|
||||||
},
|
},
|
||||||
|
940
composer.lock
generated
940
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -145,7 +145,7 @@ function dieifnotloggedin() {
|
|||||||
*/
|
*/
|
||||||
function checkDBError($specials = []) {
|
function checkDBError($specials = []) {
|
||||||
global $database;
|
global $database;
|
||||||
$errors = $database->error();
|
$errors = $database->error;
|
||||||
if (!is_null($errors[1])) {
|
if (!is_null($errors[1])) {
|
||||||
foreach ($specials as $code => $text) {
|
foreach ($specials as $code => $text) {
|
||||||
if ($errors[1] == $code) {
|
if ($errors[1] == $code) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user