Updated to PHP 7.4, compatible with 8.0.
This commit is contained in:
parent
4d74474327
commit
9fe370c3e4
@ -1,7 +1,7 @@
|
||||
FuzeWorks - Readme
|
||||
===================
|
||||
|
||||
Version 1.2.0
|
||||
Version 1.3.0
|
||||
|
||||
A versatile PHP Framework built to perform.
|
||||
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user