{ "name": "remotion/lambda", "type": "library", "version": "4.0.469", "description": "A PHP library for working with Remotion Lambda", "license": "proprietary", "autoload": { "psr-4": { "Remotion\\LambdaPhp\\": "src/", "Remotion\\LambdaPhp\\Tests\\": "tests/" } }, "require": { "aws/aws-sdk-php": "^3.269" }, "require-dev": { "phpunit/phpunit": "^10.1 || ^12.0" }, "scripts": { "test": "phpunit tests" } }