diff --git a/README.md b/README.md index 5c1b8bd..29e1342 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ FuzeWorks - Readme =================== -Version 1.2.0 +Version 1.3.0 A versatile PHP Framework built to perform. diff --git a/composer.json b/composer.json index 9e8aa48..aa18e4b 100644 --- a/composer.json +++ b/composer.json @@ -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": {