X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=composer.lock;h=2a90da20a0db206e7a9aca0fd312f9caef88c071;hb=7e8555cfc96dcd364ca4fe9895e51af1bb04b546;hp=3c72e9031f6c050f7d0128f5a348045a9dee7aa8;hpb=ca90048a9fb2d8c3c65d81096ecd36bbf7c51ff5;p=alttp.git diff --git a/composer.lock b/composer.lock index 3c72e90..2a90da2 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ac83dea6ac9ea66e7899d97abf35b4fb", + "content-hash": "a370e7a3f5ba178c836caec3a7ac4879", "packages": [ { "name": "beyondcode/laravel-websockets", @@ -211,130 +211,6 @@ }, "time": "2021-12-14T00:20:41+00:00" }, - { - "name": "chrome-php/chrome", - "version": "v1.6.0", - "source": { - "type": "git", - "url": "https://github.com/chrome-php/chrome.git", - "reference": "e8264cb33a02053caf8877c1566e54f09c60d10c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/chrome-php/chrome/zipball/e8264cb33a02053caf8877c1566e54f09c60d10c", - "reference": "e8264cb33a02053caf8877c1566e54f09c60d10c", - "shasum": "" - }, - "require": { - "chrome-php/wrench": "^1.2", - "evenement/evenement": "^3.0.1", - "monolog/monolog": "^1.26 || ^2.2", - "php": "^7.3 || ^8.0", - "psr/log": "^1.1 || ^2.0 || ^3.0", - "symfony/filesystem": "^4.4 || ^5.0 || ^6.0", - "symfony/polyfill-mbstring": "^1.23", - "symfony/process": "^4.4 || ^5.0 || ^6.0" - }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.4.1", - "phpunit/phpunit": "^9.5.10", - "symfony/var-dumper": "^4.4 || ^5.0 || ^6.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "HeadlessChromium\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - }, - { - "name": "Enrico Dias", - "email": "enricodias@gmail.com", - "homepage": "https://github.com/enricodias" - } - ], - "description": "Instrument headless chrome/chromium instances from PHP", - "keywords": [ - "browser", - "chrome", - "chromium", - "crawl", - "headless", - "pdf", - "puppeteer", - "screenshot" - ], - "support": { - "issues": "https://github.com/chrome-php/chrome/issues", - "source": "https://github.com/chrome-php/chrome/tree/v1.6.0" - }, - "time": "2022-03-30T09:50:16+00:00" - }, - { - "name": "chrome-php/wrench", - "version": "v1.2.0", - "source": { - "type": "git", - "url": "https://github.com/chrome-php/wrench.git", - "reference": "e8a34b54df8c9cd4f6d166bdb9df475988e17ce4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/chrome-php/wrench/zipball/e8a34b54df8c9cd4f6d166bdb9df475988e17ce4", - "reference": "e8a34b54df8c9cd4f6d166bdb9df475988e17ce4", - "shasum": "" - }, - "require": { - "ext-sockets": "*", - "php": "^7.3 || ^8.0", - "psr/log": "^1.1 || ^2.0 || ^3.0", - "symfony/polyfill-php80": "^1.22" - }, - "conflict": { - "wrench/wrench": "*" - }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.4.1", - "phpunit/phpunit": "^9.5.5" - }, - "type": "library", - "autoload": { - "psr-4": { - "Wrench\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - } - ], - "description": "A simple PHP WebSocket implementation", - "keywords": [ - "WebSockets", - "hybi", - "websocket" - ], - "support": { - "issues": "https://github.com/chrome-php/wrench/issues", - "source": "https://github.com/chrome-php/wrench/tree/v1.2.0" - }, - "time": "2022-03-30T09:35:45+00:00" - }, { "name": "dflydev/dot-access-data", "version": "v3.0.1", @@ -5610,69 +5486,6 @@ ], "time": "2022-01-02T09:55:41+00:00" }, - { - "name": "symfony/filesystem", - "version": "v6.0.7", - "source": { - "type": "git", - "url": "https://github.com/symfony/filesystem.git", - "reference": "6c9e4c41f2c51dfde3db298594ed9cba55dbf5ff" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/6c9e4c41f2c51dfde3db298594ed9cba55dbf5ff", - "reference": "6c9e4c41f2c51dfde3db298594ed9cba55dbf5ff", - "shasum": "" - }, - "require": { - "php": ">=8.0.2", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-mbstring": "~1.8" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Filesystem\\": "" - }, - "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": "Provides basic utilities for the filesystem", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/filesystem/tree/v6.0.7" - }, - "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": "2022-04-01T12:54:51+00:00" - }, { "name": "symfony/finder", "version": "v6.0.8", @@ -7920,6 +7733,15 @@ "source": "https://github.com/webmozarts/assert/tree/1.10.0" }, "time": "2021-03-09T10:59:23+00:00" + }, + { + "name": "z3/enemizer_linux", + "version": "6.1.0.180", + "dist": { + "type": "tar", + "url": "https://github.com/tcprescott/Enimizer/releases/download/2mb-rom/ubuntu.16.04-x64.tar.gz" + }, + "type": "library" } ], "packages-dev": [