diff --git a/composer.json b/composer.json index b7ae139..fb53756 100644 --- a/composer.json +++ b/composer.json @@ -1,18 +1,18 @@ { "name": "adt/tracy-system-info", "type": "library", - "description": "Ability to extent system info in Tracy for Nette Framework", - "keywords": ["ADT", "nette", "tracy", "system info"], + "description": "Ability to extend system info in Tracy for Nette Framework", + "keywords": ["ADT", "Nette", "Tracy", "system info"], "license": ["MIT"], "authors": [ { - "name": "Apps Dev Team s.r.o.", - "homepage": "http://appsdevteam.com" + "name": "Apps Dev Team", + "homepage": "https://www.appsdevteam.com" } ], "require": { - "nette/utils": "^2.5|^3.0.0", - "tracy/tracy": "^2.3|^3.0.0" + "nette/utils": "^2.5|^3.0", + "tracy/tracy": "^2.3|^3.0" }, "autoload": { "psr-4": { "ADT\\TracySystemInfo\\": "src/" }