Skip to content
Snippets Groups Projects
composer.lock 62.9 KiB
Newer Older
  • Learn to ignore specific revisions
  •       },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/webmozart/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
            "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
            "shasum": ""
          },
          "require": {
            "php": "^5.3.3 || ^7.0",
            "symfony/polyfill-ctype": "^1.8"
          },
          "conflict": {
            "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-04-18T12:12:48+00:00"
        }
      ],
      "aliases": [],
      "minimum-stability": "stable",
      "stability-flags": {
        "james-heinrich/getid3": 20
      },
      "prefer-stable": false,
      "prefer-lowest": false,
      "platform": {
        "php": ">=7.2"
      },
      "platform-dev": [],
      "plugin-api-version": "1.1.0"