Skip to content
Snippets Groups Projects
composer.lock 107 KiB
Newer Older
  • Learn to ignore specific revisions
  •             "name": "webmozart/assert",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/webmozart/assert.git",
    
                    "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
    
                    "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
                    "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
    
                    "symfony/polyfill-ctype": "^1.8"
                },
                "conflict": {
                    "phpstan/phpstan": "<0.12.20",
                    "vimeo/psalm": "<3.9.1"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.8.36 || ^7.5.13"
                },
                "type": "library",
                "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": "2020-07-08T17:02:28+00:00"
    
        "prefer-lowest": false,
        "platform": {
            "php": ">=7.2"
    
        "platform-dev": [],
        "plugin-api-version": "1.1.0"