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 FuzeWorks - Readme
=================== ===================
Version 1.2.0 Version 1.3.0
A versatile PHP Framework built to perform. A versatile PHP Framework built to perform.

View File

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