{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "2aefd7dcca0a122407058fb14c1e9c6c", "packages": [ { "name": "firebase/php-jwt", "version": "v7.0.5", "source": { "type": "git", "url": "https://github.com/googleapis/php-jwt.git", "reference": "47ad26bab5e7c70ae8a6f08ed25ff83631121380" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/googleapis/php-jwt/zipball/47ad26bab5e7c70ae8a6f08ed25ff83631121380", "reference": "47ad26bab5e7c70ae8a6f08ed25ff83631121380", "shasum": "" }, "require": { "php": "^8.0" }, "require-dev": { "guzzlehttp/guzzle": "^7.4", "phpfastcache/phpfastcache": "^9.2", "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.5", "psr/cache": "^2.0||^3.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0" }, "suggest": { "ext-sodium": "Support EdDSA (Ed25519) signatures", "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present" }, "type": "library", "autoload": { "psr-4": { "Firebase\\JWT\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Neuman Vong", "email": "neuman+pear@twilio.com", "role": "Developer" }, { "name": "Anant Narayanan", "email": "anant@php.net", "role": "Developer" } ], "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", "homepage": "https://github.com/firebase/php-jwt", "keywords": [ "jwt", "php" ], "support": { "issues": "https://github.com/googleapis/php-jwt/issues", "source": "https://github.com/googleapis/php-jwt/tree/v7.0.5" }, "time": "2026-04-01T20:38:03+00:00" }, { "name": "iyzico/iyzipay-php", "version": "v2.0.61", "source": { "type": "git", "url": "https://github.com/iyzico/iyzipay-php.git", "reference": "168839f9ccb2aebaa2cb9f07b883b1b2bb0cf87a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/iyzico/iyzipay-php/zipball/168839f9ccb2aebaa2cb9f07b883b1b2bb0cf87a", "reference": "168839f9ccb2aebaa2cb9f07b883b1b2bb0cf87a", "shasum": "" }, "require": { "ext-curl": "*", "php": ">=7.4.0" }, "require-dev": { "phpunit/phpunit": "^9.6.34", "satooshi/php-coveralls": "~0.6.1" }, "type": "library", "autoload": { "psr-4": { "Iyzipay\\": "src/Iyzipay/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "iyzico and contributors", "homepage": "https://github.com/iyzico/iyzipay-php/contributors" } ], "description": "iyzipay api php client", "homepage": "https://www.iyzico.com", "keywords": [ "iyzico", "iyzico.com", "iyzipay", "iyzipay api", "iyzipay api php", "iyzipay api php client", "iyzipay php", "payment processing" ], "support": { "issues": "https://github.com/iyzico/iyzipay-php/issues", "source": "https://github.com/iyzico/iyzipay-php/tree/v2.0.61" }, "time": "2026-04-28T11:31:34+00:00" }, { "name": "knit-pay/omnipay-paypal", "version": "v1.0.3", "source": { "type": "git", "url": "https://github.com/knit-pay/omnipay-paypal.git", "reference": "93bdd73854bbac6b73b28c3f766ae05de734c925" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/knit-pay/omnipay-paypal/zipball/93bdd73854bbac6b73b28c3f766ae05de734c925", "reference": "93bdd73854bbac6b73b28c3f766ae05de734c925", "shasum": "" }, "require": { "omnipay/common": "^3", "php": "^7.2|^8.0" }, "replace": { "omnipay/paypal": "^3.0" }, "require-dev": { "omnipay/tests": "^4.1.2", "squizlabs/php_codesniffer": "^3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Omnipay\\PayPal\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Knit Pay", "homepage": "https://github.com/knit-pay/omnipay-paypal" } ], "description": "PayPal gateway for Omnipay payment processing library", "homepage": "https://github.com/thephpleague/omnipay-paypal", "keywords": [ "gateway", "merchant", "omnipay", "pay", "payment", "paypal", "purchase" ], "support": { "source": "https://github.com/knit-pay/omnipay-paypal/tree/v1.0.3" }, "time": "2025-12-09T18:41:49+00:00" }, { "name": "league/flysystem", "version": "3.34.0", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", "reference": "2daaac3b0d4c83ea7ed5d8586e786f5d00f3540e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/2daaac3b0d4c83ea7ed5d8586e786f5d00f3540e", "reference": "2daaac3b0d4c83ea7ed5d8586e786f5d00f3540e", "shasum": "" }, "require": { "league/flysystem-local": "^3.0.0", "league/mime-type-detection": "^1.0.0", "php": "^8.0.2" }, "conflict": { "async-aws/core": "<1.19.0", "async-aws/s3": "<1.14.0", "aws/aws-sdk-php": "3.209.31 || 3.210.0", "guzzlehttp/guzzle": "<7.0", "guzzlehttp/ringphp": "<1.1.1", "phpseclib/phpseclib": "3.0.15", "symfony/http-client": "<5.2" }, "require-dev": { "async-aws/s3": "^1.5 || ^2.0", "async-aws/simple-s3": "^1.1 || ^2.0", "aws/aws-sdk-php": "^3.295.10", "composer/semver": "^3.0", "ext-fileinfo": "*", "ext-ftp": "*", "ext-mongodb": "^1.3|^2", "ext-zip": "*", "friendsofphp/php-cs-fixer": "^3.5", "google/cloud-storage": "^1.23", "guzzlehttp/psr7": "^2.6", "microsoft/azure-storage-blob": "^1.1", "mongodb/mongodb": "^1.2|^2", "phpseclib/phpseclib": "^3.0.36", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^9.5.11|^10.0", "sabre/dav": "^4.6.0" }, "type": "library", "autoload": { "psr-4": { "League\\Flysystem\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Frank de Jonge", "email": "info@frankdejonge.nl" } ], "description": "File storage abstraction for PHP", "keywords": [ "WebDAV", "aws", "cloud", "file", "files", "filesystem", "filesystems", "ftp", "s3", "sftp", "storage" ], "support": { "issues": "https://github.com/thephpleague/flysystem/issues", "source": "https://github.com/thephpleague/flysystem/tree/3.34.0" }, "time": "2026-05-14T10:28:08+00:00" }, { "name": "league/flysystem-sftp-v3", "version": "3.33.0", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem-sftp-v3.git", "reference": "34ff5ef0f841add92e2b902c1005f72135b03646" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/flysystem-sftp-v3/zipball/34ff5ef0f841add92e2b902c1005f72135b03646", "reference": "34ff5ef0f841add92e2b902c1005f72135b03646", "shasum": "" }, "require": { "league/flysystem": "^3.0.14", "league/mime-type-detection": "^1.0.0", "php": "^8.0.2", "phpseclib/phpseclib": "^3.0" }, "type": "library", "autoload": { "psr-4": { "League\\Flysystem\\PhpseclibV3\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Frank de Jonge", "email": "info@frankdejonge.nl" } ], "description": "SFTP filesystem adapter for Flysystem.", "keywords": [ "Flysystem", "file", "files", "filesystem", "sftp" ], "support": { "source": "https://github.com/thephpleague/flysystem-sftp-v3/tree/3.33.0" }, "time": "2026-03-20T13:22:31+00:00" }, { "name": "league/mime-type-detection", "version": "1.16.0", "source": { "type": "git", "url": "https://github.com/thephpleague/mime-type-detection.git", "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9", "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9", "shasum": "" }, "require": { "ext-fileinfo": "*", "php": "^7.4 || ^8.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.2", "phpstan/phpstan": "^0.12.68", "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0" }, "type": "library", "autoload": { "psr-4": { "League\\MimeTypeDetection\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Frank de Jonge", "email": "info@frankdejonge.nl" } ], "description": "Mime-type detection for Flysystem", "support": { "issues": "https://github.com/thephpleague/mime-type-detection/issues", "source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0" }, "funding": [ { "url": "https://github.com/frankdejonge", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/league/flysystem", "type": "tidelift" } ], "time": "2024-09-21T08:32:55+00:00" }, { "name": "nafezly/payments", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/knit-pay/nafezly-payments", "reference": "b32490aba6c8ab22c4a465504d464dff05f4f442" }, "require": { "ext-curl": "*", "ext-json": "*", "laravel/framework": ">=6.0", "paypal/paypal-checkout-sdk": "1.0.2", "php": ">=7.0" }, "default-branch": true, "type": "library", "extra": { "laravel": { "providers": [ "Nafezly\\Payments\\NafezlyPaymentsServiceProvider" ], "aliases": { "NafezlyPayments": "Nafezly\\Payments\\Facades" } } }, "autoload": { "psr-4": { "Nafezly\\Payments\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "nafezly.com", "email": "nafezly.com@gmail.com" } ], "description": "Payment helper for Paypal, Paymob, Kashier, Hyperpay and Fawry", "keywords": [ "fawry", "hyperpay", "kashier", "online payments", "paymob", "paypal" ], "time": "2026-05-15T08:51:43+00:00" }, { "name": "payrexx/payrexx", "version": "v1.8.11", "source": { "type": "git", "url": "https://github.com/payrexx/payrexx-php.git", "reference": "30bd92fa3d56586a06705477fafdba7b7bf3a0bd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/payrexx/payrexx-php/zipball/30bd92fa3d56586a06705477fafdba7b7bf3a0bd", "reference": "30bd92fa3d56586a06705477fafdba7b7bf3a0bd", "shasum": "" }, "require": { "php": "^7.4 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^1.9" }, "type": "library", "autoload": { "psr-0": { "Payrexx": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Payrexx AG", "homepage": "https://www.payrexx.com" } ], "description": "Payrexx PHPLib", "homepage": "https://www.payrexx.com", "keywords": [ "gateway", "payment" ], "support": { "issues": "https://github.com/payrexx/payrexx-php/issues", "source": "https://github.com/payrexx/payrexx-php/tree/v1.8.11" }, "time": "2025-04-09T09:44:22+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { "nafezly/payments": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": {}, "platform-dev": {}, "platform-overrides": { "php": "8.1" }, "plugin-api-version": "2.9.0" }