diff options
author | Aaron Parecki <aaron@parecki.com> | 2017-09-25 15:37:53 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2017-09-25 15:37:53 -0700 |
commit | 1395055d8a9f36f816e0ae3cea9af69674d35fc8 (patch) | |
tree | 76d92287724b2d674a5dbee90195561fb90f4371 /composer.json | |
parent | 479b8444053d52335f37e3821f7e8e949f46bf4b (diff) |
replace external XRay.p3k.io call with the XRay library
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index e28372d..4be0552 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,8 @@ "p3k/multipart": ">=0.2.0", "tantek/cassis": "*", "p3k/timezone": "*", - "gajus/dindent": "^2.0" + "gajus/dindent": "^2.0", + "p3k/xray": "^1.3" }, "autoload": { "files": [ |