From a312e95a95d243943535f94653822d6796d4637f Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 30 Jun 2024 02:02:24 +0900 Subject: feat: RubyVM on PHP on Wasm --- examples/rubyvm-on-php-on-wasm/composer.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 examples/rubyvm-on-php-on-wasm/composer.json (limited to 'examples/rubyvm-on-php-on-wasm/composer.json') diff --git a/examples/rubyvm-on-php-on-wasm/composer.json b/examples/rubyvm-on-php-on-wasm/composer.json new file mode 100644 index 0000000..0e4a7b8 --- /dev/null +++ b/examples/rubyvm-on-php-on-wasm/composer.json @@ -0,0 +1,20 @@ +{ + "name": "nsfisis/waddiwasi-example", + "type": "project", + "description": "Waddiwasi example", + "license": "MIT", + "authors": [ + { + "name": "nsfisis" + } + ], + "autoload": { + "psr-4": { + "Nsfisis\\Waddiwasi\\": "../../src/", + "Nsfisis\\Waddiwasi\\Examples\\": "src/" + } + }, + "require": { + "m3m0r7/rubyvm-on-php": "^0.3.3" + } +} -- cgit v1.2.3-70-g09d2