diff options
author | paramtamtam <[email protected]> | 2020-12-07 21:51:18 +0500 |
---|---|---|
committer | paramtamtam <[email protected]> | 2020-12-07 21:51:35 +0500 |
commit | 5d62c5508e820248fe150aeda23b85225bc23d04 (patch) | |
tree | 1ff6b04cc014918bf8ee0e5fba0d7fdc971217a9 /composer.json | |
parent | b22078ce707d21ac17ea1727a4174c44ef57ae69 (diff) |
GitHub action added, /bin/rr updated
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 3ce86754..17f8beee 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,8 @@ "psr/http-factory": "^1.0", "psr/http-message": "^1.0", "symfony/console": "^2.5.0 || ^3.0.0 || ^4.0.0 || ^5.0.0", - "laminas/laminas-diactoros": "^1.3 || ^2.0" + "laminas/laminas-diactoros": "^1.3 || ^2.0", + "ocramius/package-versions": "^1.5" }, "config": { "vendor-dir": "vendor_php" |