diff options
Diffstat (limited to 'composer.lock')
| -rw-r--r-- | composer.lock | 50 |
1 files changed, 49 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock index dac82f4..b8ccab9 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": "474ad2b4ecc61747bc5ab7ba852289a7", + "content-hash": "681ff29a5203a7560408e98eae419f66", "packages": [], "packages-dev": [ { @@ -1265,6 +1265,54 @@ "time": "2024-03-23T07:42:40+00:00" }, { + "name": "m3m0r7/rubyvm-on-php", + "version": "0.3.3.0", + "source": { + "type": "git", + "url": "https://github.com/m3m0r7/rubyvm-on-php.git", + "reference": "a568cabf4b71e7f8a3efebcaa3b77ea2c8bc2f5c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/m3m0r7/rubyvm-on-php/zipball/a568cabf4b71e7f8a3efebcaa3b77ea2c8bc2f5c", + "reference": "a568cabf4b71e7f8a3efebcaa3b77ea2c8bc2f5c", + "shasum": "" + }, + "require": { + "monolog/monolog": "^3.4", + "php": ">=8.2", + "symfony/console": "^6.3" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^3.21", + "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^10.2", + "rector/rector": "^0.18.3", + "squizlabs/php_codesniffer": "^3.7" + }, + "type": "library", + "autoload": { + "psr-4": { + "RubyVM\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "m3m0r7", + "homepage": "https://i.mem.ooo" + } + ], + "support": { + "issues": "https://github.com/m3m0r7/rubyvm-on-php/issues", + "source": "https://github.com/m3m0r7/rubyvm-on-php/tree/0.3.3.0" + }, + "time": "2023-12-28T04:25:48+00:00" + }, + { "name": "monolog/monolog", "version": "3.6.0", "source": { |
