diff options
author | Aaron Parecki <aaron@parecki.com> | 2024-08-31 16:25:00 +0000 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2024-08-31 16:25:00 +0000 |
commit | 38e4a4aeb6b34f2b3765d9d4bbd8e681194f262e (patch) | |
tree | 39159286c7e2868b90055c0acb476def11e79e8b /composer.json | |
parent | c99d9b9af2f8afe39493fa38e871b5600e4b6793 (diff) |
update xray, removes twitter and facebook libraries
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index c882291..25dc729 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "tantek/cassis": "*", "p3k/timezone": "*", "gajus/dindent": "^2.0", - "p3k/xray": ">=1.6.5", + "p3k/xray": "^1.15", "p3k/utils": "^1.2", "michelf/php-markdown": "^1.9" }, |