Skip to content
Snippets Groups Projects
composer.lock 2.45 KiB
Newer Older
  • Learn to ignore specific revisions
  • mattwire's avatar
    mattwire committed
    {
        "_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",
    
    mattwire's avatar
    mattwire committed
            "This file is @generated automatically"
        ],
    
        "content-hash": "6f5982ebd6ce045e3b83a7e0c175454f",
    
    mattwire's avatar
    mattwire committed
        "packages": [
            {
                "name": "stripe/stripe-php",
    
                "version": "v7.67.0",
    
    mattwire's avatar
    mattwire committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/stripe/stripe-php.git",
    
                    "reference": "935d2c67912007f6d17b6c08a62050252c509129"
    
    mattwire's avatar
    mattwire committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/stripe/stripe-php/zipball/935d2c67912007f6d17b6c08a62050252c509129",
                    "reference": "935d2c67912007f6d17b6c08a62050252c509129",
    
    mattwire's avatar
    mattwire committed
                    "shasum": ""
                },
                "require": {
                    "ext-curl": "*",
                    "ext-json": "*",
                    "ext-mbstring": "*",
    
                    "php": ">=5.6.0"
    
    mattwire's avatar
    mattwire committed
                },
                "require-dev": {
    
                    "friendsofphp/php-cs-fixer": "2.17.1",
    
                    "php-coveralls/php-coveralls": "^2.1",
                    "phpunit/phpunit": "^5.7",
                    "squizlabs/php_codesniffer": "^3.3",
                    "symfony/process": "~3.4"
    
    mattwire's avatar
    mattwire committed
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.0-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Stripe\\": "lib/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Stripe and contributors",
                        "homepage": "https://github.com/stripe/stripe-php/contributors"
                    }
                ],
                "description": "Stripe PHP Library",
                "homepage": "https://stripe.com/",
                "keywords": [
                    "api",
                    "payment processing",
                    "stripe"
                ],
    
                "time": "2020-12-09T19:00:34+00:00"
    
    mattwire's avatar
    mattwire committed
            }
        ],
        "packages-dev": [],
        "aliases": [],
        "minimum-stability": "stable",
        "stability-flags": [],
        "prefer-stable": false,
        "prefer-lowest": false,
        "platform": [],
        "platform-dev": []
    }