Skip to content
Snippets Groups Projects
composer.lock 143 KiB
Newer Older
  • Learn to ignore specific revisions
  • beardedwarrior's avatar
    beardedwarrior committed
                    {
                        "name": "Arne Blankerts",
                        "email": "arne@blankerts.de",
                        "role": "Developer"
                    }
                ],
                "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
                "time": "2017-04-07T12:08:54+00:00"
            },
            {
                "name": "webmozart/assert",
                "version": "1.3.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/webmozart/assert.git",
                    "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
                    "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
                    "shasum": ""
                },
                "require": {
                    "php": "^5.3.3 || ^7.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.6",
                    "sebastian/version": "^1.0.1"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.3-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Webmozart\\Assert\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Bernhard Schussek",
                        "email": "bschussek@gmail.com"
                    }
                ],
                "description": "Assertions to validate method input/output with nice error messages.",
                "keywords": [
                    "assert",
                    "check",
                    "validate"
                ],
                "time": "2018-01-29T19:49:41+00:00"
            }
        ],
        "aliases": [],
        "minimum-stability": "dev",
        "stability-flags": [],
        "prefer-stable": true,
        "prefer-lowest": false,
        "platform": {
            "php": "^7.1.3"
        },
        "platform-dev": []
    }