Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thorewi authored Feb 5, 2022
1 parent fa16115 commit b039e73
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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/" }
Expand Down

0 comments on commit b039e73

Please sign in to comment.