aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/rubyvm-on-php-on-wasm/composer.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-06-30 02:02:24 +0900
committernsfisis <nsfisis@gmail.com>2024-07-04 02:40:27 +0900
commita312e95a95d243943535f94653822d6796d4637f (patch)
tree74ab3e10cd33d687d2516e20d932f638cf65f2a6 /examples/rubyvm-on-php-on-wasm/composer.json
parent1a1629d6b1d06d5af18987b96eb974c0e7dda75a (diff)
downloadphp-waddiwasi-a312e95a95d243943535f94653822d6796d4637f.tar.gz
php-waddiwasi-a312e95a95d243943535f94653822d6796d4637f.tar.zst
php-waddiwasi-a312e95a95d243943535f94653822d6796d4637f.zip
feat: RubyVM on PHP on Wasm
Diffstat (limited to 'examples/rubyvm-on-php-on-wasm/composer.json')
-rw-r--r--examples/rubyvm-on-php-on-wasm/composer.json20
1 files changed, 20 insertions, 0 deletions
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"
+ }
+}