Upgraded dependencies and tested compatibility.

This commit is contained in:
Abel Hoogeveen 2021-01-25 12:11:19 +01:00
parent bb8eb0300a
commit 1938ebad55
Signed by: abelhooge
GPG Key ID: 387E8DC1F73306FC
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2013-2018 TechFuze
Copyright (c) 2013-2021 TechFuze
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -14,13 +14,13 @@
}
],
"require": {
"php": ">=7.1.0",
"fuzeworks/core": "~1.2.0",
"fuzeworks/mvcr": "~1.2.0",
"php": ">=7.4.0",
"fuzeworks/core": "~1.2.6",
"fuzeworks/mvcr": "~1.3.1",
"ext-pdo": "*"
},
"require-dev": {
"phpunit/phpunit": "^7",
"phpunit/phpunit": "^9",
"fuzeworks/tracycomponent": "~1.2.0"
},
"autoload": {