diff options
Diffstat (limited to 'composer.lock')
| -rw-r--r-- | composer.lock | 51 |
1 files changed, 50 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock index c0193d3..8f32b9b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "e56307c7101f2d40e5733f67cd1c7659", + "content-hash": "436dc9f95ba32317f801635bff204772", "packages": [ { "name": "brick/math", @@ -4126,6 +4126,55 @@ "php" ], "time": "2020-07-22T23:32:04+00:00" + }, + { + "name": "willwashburn/phpamo", + "version": "1.0.4", + "source": { + "type": "git", + "url": "https://github.com/willwashburn/phpamo.git", + "reference": "026e44648c7e4154ef50763a3f0feed81b259054" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/willwashburn/phpamo/zipball/026e44648c7e4154ef50763a3f0feed81b259054", + "reference": "026e44648c7e4154ef50763a3f0feed81b259054", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "WillWashburn\\Phpamo\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Will Washburn", + "email": "will.washburn@gmail.com" + } + ], + "description": "A PHP library to create urls for Camo - the SSL image proxy", + "homepage": "https://github.com/willwashburn/phpamo", + "keywords": [ + "atmos camo", + "camo", + "proxy", + "ssl", + "ssl proxy", + "tls", + "tls proxy" + ], + "time": "2020-04-21T12:28:46+00:00" } ], "packages-dev": [ |
