aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
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"