From 08ddaf4597ad3a9d22433625d11d14bde1dfeafe Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 16 Feb 2026 01:08:44 +0900 Subject: feat: remove RubyVM example Because the PHP-written RubyVM has not been updated recently and does not support the latest PHP. --- composer.json | 2 -- 1 file changed, 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 4167646..c08a83e 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,6 @@ "php": ">=8.4" }, "require-dev": { - "m3m0r7/rubyvm-on-php": "^0.3.3", "phpstan/phpstan": "^2.1.39", "phpstan/phpstan-deprecation-rules": "^2.0.4", "phpstan/phpstan-strict-rules": "^2.0.10", @@ -39,7 +38,6 @@ "ecsfix": "ecs --memory-limit=1G check --fix", "example:hello-world": "@php examples/hello-world/index.php", "example:php-on-wasm": "@php -d memory_limit=256M -d opcache.enable_cli=on -d opcache.jit=on -d opcache.jit_buffer_size=1G examples/php-on-wasm/php-wasm.php", - "example:rubyvm-on-php-on-wasm": "@php -d memory_limit=-1 -d opcache.enable_cli=on -d opcache.jit=on -d opcache.jit_buffer_size=2G examples/rubyvm-on-php-on-wasm/php-wasm.php", "lint": [ "@ecs", "@phpstan" -- cgit v1.3-1-g0d28