Skip to content

Commit

Permalink
Add tracy requirement to composer.json
Browse files Browse the repository at this point in the history
srt4rulez committed Feb 23, 2017
1 parent a918cfc commit 364f20d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -10,7 +10,8 @@
}
],
"require": {
"php": "^5.4"
"php": "^5.4",
"tracy/tracy": "*"
},
"autoload": {
"psr-4": {

0 comments on commit 364f20d

Please sign in to comment.