Skip to content
Snippets Groups Projects
composer.lock 106 KiB
Newer Older
  • Learn to ignore specific revisions
  •                     "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Symfony Process Component",
                "homepage": "https://symfony.com",
    
                "time": "2019-08-26T07:52:58+00:00"
    
                "name": "theseer/tokenizer",
    
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/theseer/tokenizer.git",
    
                    "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
                    "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
    
                    "shasum": ""
                },
                "require": {
    
                    "ext-dom": "*",
                    "ext-tokenizer": "*",
                    "ext-xmlwriter": "*",
                    "php": "^7.0"
    
                },
                "type": "library",
                "autoload": {
    
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
    
                        "role": "Developer",
                        "email": "arne@blankerts.de"
    
                "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
    
                "time": "2019-06-13T22:48:21+00:00"
    
            },
            {
                "name": "webmozart/assert",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/webmozart/assert.git",
    
                    "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/webmozart/assert/zipball/88e6d84706d09a236046d686bbea96f07b3a34f4",
                    "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4",
    
                    "shasum": ""
                },
                "require": {
    
                    "php": "^5.3.3 || ^7.0",
                    "symfony/polyfill-ctype": "^1.8"
    
                },
                "require-dev": {
    
                    "phpunit/phpunit": "^4.8.36 || ^7.5.13"
    
                },
                "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": "2019-08-24T08:43:50+00:00"
    
    Thomas Müller's avatar
    Thomas Müller committed
        "aliases": [],
    
        "minimum-stability": "stable",
    
        "stability-flags": {
            "pear-pear.horde.org/horde_date": 0,
            "pear-pear.horde.org/horde_exception": 0,
    
            "pear-pear.horde.org/horde_imap_client": 0,
    
            "pear-pear.horde.org/horde_mail": 0,
            "pear-pear.horde.org/horde_mime": 0,
            "pear-pear.horde.org/horde_nls": 0,
            "pear-pear.horde.org/horde_stream": 0,
            "pear-pear.horde.org/horde_support": 0,
    
            "pear-pear.horde.org/horde_text_filter": 0,
    
            "pear-pear.horde.org/horde_text_flowed": 0,
            "pear-pear.horde.org/horde_util": 0,
    
            "pear-pear.horde.org/horde_smtp": 0,
    
        "prefer-stable": false,
    
        "platform": {
    
    Christoph Wurst's avatar
    Christoph Wurst committed
            "php": ">=7.1"
    
        "platform-dev": [],
        "platform-overrides": {
    
    Christoph Wurst's avatar
    Christoph Wurst committed
            "php": "7.1"