diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-16 01:08:44 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-16 01:08:44 +0900 |
| commit | 08ddaf4597ad3a9d22433625d11d14bde1dfeafe (patch) | |
| tree | bd58f4bc802f8bed3a6910bd1e4f7f52486b20fb /composer.json | |
| parent | a6b728b62efa909b69d9a306e1a955c9d1213446 (diff) | |
| download | php-waddiwasi-08ddaf4597ad3a9d22433625d11d14bde1dfeafe.tar.gz php-waddiwasi-08ddaf4597ad3a9d22433625d11d14bde1dfeafe.tar.zst php-waddiwasi-08ddaf4597ad3a9d22433625d11d14bde1dfeafe.zip | |
feat: remove RubyVM example
Because the PHP-written RubyVM has not been updated recently and does
not support the latest PHP.
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 2 |
1 files changed, 0 insertions, 2 deletions
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" |
