Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
Use telemetry extension instead of reports extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
vonglasow committed Oct 2, 2017
1 parent f218e1a commit 61cecdc
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
"source": "https://central.hoa-project.net/Resource/Library/Test"
},
"require": {
"atoum/atoum" : "~3.0",
"atoum/praspel-extension" : "~0.17",
"atoum/ruler-extension" : "~1.3",
"atoum/visibility-extension": "~1.3",
"atoum/reports-extension" : "~2.1",
"hoa/cli" : "~2.0",
"hoa/consistency" : "~1.0",
"hoa/console" : "~3.0",
"hoa/devtools" : "~1.0",
"hoa/file" : "~1.0",
"hoa/kitab" : "~0.6",
"hoa/protocol" : "~1.0",
"hoa/ustring" : "~4.0"
"atoum/atoum" : "~3.0",
"atoum/praspel-extension" : "~0.17",
"atoum/ruler-extension" : "~1.3",
"atoum/visibility-extension" : "~1.3",
"atoum/telemetry-extension" : "~1.0",
"hoa/cli" : "~2.0",
"hoa/consistency" : "~1.0",
"hoa/console" : "~3.0",
"hoa/devtools" : "~1.0",
"hoa/file" : "~1.0",
"hoa/kitab" : "~0.6",
"hoa/protocol" : "~1.0",
"hoa/ustring" : "~4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 61cecdc

Please sign in to comment.