123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454 |
- {
- "_readme": [
- "This file locks the dependencies of your project to a known state",
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
- "This file is @generated automatically"
- ],
- "content-hash": "f3e030390ed4e19d06851f02ba32aa0a",
- "packages": [],
- "packages-dev": [
- {
- "name": "clue/socket-raw",
- "version": "v1.6.0",
- "source": {
- "type": "git",
- "url": "https://github.com/clue/socket-raw.git",
- "reference": "91e9f619f6769f931454a9882c21ffd7623d06cb"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/clue/socket-raw/zipball/91e9f619f6769f931454a9882c21ffd7623d06cb",
- "reference": "91e9f619f6769f931454a9882c21ffd7623d06cb",
- "shasum": ""
- },
- "require": {
- "ext-sockets": "*",
- "php": ">=5.3"
- },
- "require-dev": {
- "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Socket\\Raw\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Christian Lück",
- "email": "christian@clue.engineering"
- }
- ],
- "description": "Simple and lightweight OOP wrapper for PHP's low-level sockets extension (ext-sockets).",
- "homepage": "https://github.com/clue/socket-raw",
- "keywords": [
- "Socket",
- "client",
- "datagram",
- "dgram",
- "icmp",
- "ipv6",
- "server",
- "stream",
- "tcp",
- "udg",
- "udp",
- "unix"
- ],
- "support": {
- "issues": "https://github.com/clue/socket-raw/issues",
- "source": "https://github.com/clue/socket-raw/tree/v1.6.0"
- },
- "funding": [
- {
- "url": "https://clue.engineering/support",
- "type": "custom"
- },
- {
- "url": "https://github.com/clue",
- "type": "github"
- }
- ],
- "time": "2022-04-14T14:58:06+00:00"
- },
- {
- "name": "nesk/rialto",
- "version": "1.4.0",
- "source": {
- "type": "git",
- "url": "https://github.com/nesk/rialto.git",
- "reference": "a3db615d845cca42135fa1e271b323ffe904b83c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/nesk/rialto/zipball/a3db615d845cca42135fa1e271b323ffe904b83c",
- "reference": "a3db615d845cca42135fa1e271b323ffe904b83c",
- "shasum": ""
- },
- "require": {
- "clue/socket-raw": "^1.2",
- "php": ">=7.1",
- "psr/log": "^1.0",
- "symfony/process": "^3.3|^4.0|^5.0"
- },
- "require-dev": {
- "codedungeon/phpunit-result-printer": ">=0.6 <1.0",
- "monolog/monolog": "^1.23",
- "phpunit/phpunit": "^6.5|^7.0"
- },
- "suggest": {
- "ext-weakref": "Required to run all the tests"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Nesk\\Rialto\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Johann Pardanaud",
- "email": "pardanaud.j@gmail.com"
- }
- ],
- "description": "Manage Node resources from PHP",
- "keywords": [
- "Bridge",
- "Socket",
- "communication",
- "node",
- "php",
- "wrapper"
- ],
- "support": {
- "issues": "https://github.com/nesk/rialto/issues",
- "source": "https://github.com/nesk/rialto/tree/1.4.0"
- },
- "abandoned": true,
- "time": "2020-04-12T13:11:08+00:00"
- },
- {
- "name": "psr/log",
- "version": "1.1.4",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/log.git",
- "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
- "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.1.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Psr\\Log\\": "Psr/Log/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "https://www.php-fig.org/"
- }
- ],
- "description": "Common interface for logging libraries",
- "homepage": "https://github.com/php-fig/log",
- "keywords": [
- "log",
- "psr",
- "psr-3"
- ],
- "support": {
- "source": "https://github.com/php-fig/log/tree/1.1.4"
- },
- "time": "2021-05-03T11:20:27+00:00"
- },
- {
- "name": "symfony/polyfill-php80",
- "version": "v1.29.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-php80.git",
- "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
- "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "type": "library",
- "extra": {
- "thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
- }
- },
- "autoload": {
- "files": [
- "bootstrap.php"
- ],
- "psr-4": {
- "Symfony\\Polyfill\\Php80\\": ""
- },
- "classmap": [
- "Resources/stubs"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Ion Bazan",
- "email": "ion.bazan@gmail.com"
- },
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "polyfill",
- "portable",
- "shim"
- ],
- "support": {
- "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2024-01-29T20:11:03+00:00"
- },
- {
- "name": "symfony/process",
- "version": "v5.4.36",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/process.git",
- "reference": "4fdf34004f149cc20b2f51d7d119aa500caad975"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/process/zipball/4fdf34004f149cc20b2f51d7d119aa500caad975",
- "reference": "4fdf34004f149cc20b2f51d7d119aa500caad975",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/polyfill-php80": "^1.16"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Process\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Executes commands in sub-processes",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/process/tree/v5.4.36"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2024-02-12T15:49:53+00:00"
- },
- {
- "name": "vierbergenlars/php-semver",
- "version": "v3.0.4",
- "source": {
- "type": "git",
- "url": "https://github.com/vierbergenlars/php-semver.git",
- "reference": "ff2f5b33f33a1e702a09c6f91f3ea34f5cf78bdf"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/vierbergenlars/php-semver/zipball/ff2f5b33f33a1e702a09c6f91f3ea34f5cf78bdf",
- "reference": "ff2f5b33f33a1e702a09c6f91f3ea34f5cf78bdf",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^9.5.21"
- },
- "bin": [
- "bin/semver",
- "bin/update-versions"
- ],
- "type": "library",
- "autoload": {
- "psr-0": {
- "vierbergenlars\\LibJs\\": "src/",
- "vierbergenlars\\SemVer\\": "src/"
- },
- "classmap": [
- "src/vierbergenlars/SemVer/internal.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Lars Vierbergen",
- "email": "vierbergenlars@gmail.com"
- }
- ],
- "description": "The Semantic Versioner for PHP",
- "keywords": [
- "semantic",
- "semver",
- "versioning"
- ],
- "support": {
- "issues": "https://github.com/vierbergenlars/php-semver/issues",
- "source": "https://github.com/vierbergenlars/php-semver/tree/v3.0.4"
- },
- "abandoned": "composer/semver",
- "time": "2023-05-02T06:45:47+00:00"
- },
- {
- "name": "zoon/puphpeteer",
- "version": "1.6.0",
- "source": {
- "type": "git",
- "url": "https://github.com/zoonru/puphpeteer.git",
- "reference": "21adf25d320f32b005cb3e2f9026616566015fcc"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/zoonru/puphpeteer/zipball/21adf25d320f32b005cb3e2f9026616566015fcc",
- "reference": "21adf25d320f32b005cb3e2f9026616566015fcc",
- "shasum": ""
- },
- "require": {
- "nesk/rialto": "^1.2.0",
- "php": ">=7.1",
- "psr/log": "^1.0",
- "vierbergenlars/php-semver": "^3.0.2"
- },
- "require-dev": {
- "codedungeon/phpunit-result-printer": ">=0.6 <1.0",
- "monolog/monolog": "^1.23",
- "phpunit/phpunit": "^6.5|^7.0",
- "symfony/process": "^4.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Nesk\\Puphpeteer\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Johann Pardanaud",
- "email": "pardanaud.j@gmail.com"
- }
- ],
- "description": "A Puppeteer bridge for PHP, supporting the entire API.",
- "keywords": [
- "automation",
- "developer-tools",
- "headless-chrome",
- "php",
- "puppeteer",
- "testing",
- "web"
- ],
- "support": {
- "source": "https://github.com/zoonru/puphpeteer/tree/1.6.0"
- },
- "time": "2019-06-24T11:12:21+00:00"
- }
- ],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": [],
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": [],
- "platform-dev": [],
- "plugin-api-version": "2.3.0"
- }
|