Skip to content
Snippets Groups Projects
composer.lock 217 KiB
Newer Older
  • Learn to ignore specific revisions
  •       "conflict": {
            "phpstan/phpstan": "<0.12.20",
            "vimeo/psalm": "<4.6.1 || 4.6.2"
          },
          "require-dev": {
            "phpunit/phpunit": "^8.5.13"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "1.10-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"],
          "support": {
            "issues": "https://github.com/webmozarts/assert/issues",
            "source": "https://github.com/webmozarts/assert/tree/1.10.0"
          },
          "time": "2021-03-09T10:59:23+00:00"
        }
      ],
      "aliases": [],
    
      "stability-flags": {
        "james-heinrich/getid3": 20,
        "myth/auth": 20,
    
      },
      "prefer-stable": true,
      "prefer-lowest": false,
      "platform": {
        "php": "^8.0"
      },
      "platform-dev": [],