Updated to PHP 7.4, compatible with 8.0.

This commit is contained in:
Abel Hoogeveen 2021-11-24 20:08:35 +01:00
parent 4d74474327
commit 9fe370c3e4
Signed by: abelhooge
GPG Key ID: C540221690CBFFBA
2 changed files with 7 additions and 14 deletions

View File

@ -1,7 +1,7 @@
FuzeWorks - Readme
===================
Version 1.2.0
Version 1.3.0
A versatile PHP Framework built to perform.

View File

@ -1,25 +1,18 @@
{
"name": "fuzeworks/tracycomponent",
"description": "FuzeWorks Framework Tracy Debugger Component",
"homepage": "https://techfuze.net/fuzeworks",
"homepage": "https://i15.nl/fuzeworks",
"license": ["MIT"],
"authors": [
{
"name": "TechFuze",
"homepage": "https://techfuze.net"
},
{
"name": "FuzeWorks Community",
"homepage": "https://techfuze.net/fuzeworks/contributors"
"name": "Abel Hoogeveen",
"homepage": "https://i15.nl"
}
],
"require": {
"php": ">=7.1.0",
"tracy/tracy": "2.5.*",
"fuzeworks/core": "~1.2.0"
},
"require-dev": {
"phpunit/phpunit": "^7"
"php": ">=7.4.0",
"tracy/tracy": "2.8.*",
"fuzeworks/core": "~1.3.0"
},
"autoload": {
"psr-4": {