diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-27 20:22:53 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-27 20:32:38 +0900 |
| commit | 4efa8ba0c0b749fa37b39393d3c29ac75314cc21 (patch) | |
| tree | 1448b2c556f506207145e41533872bd323795250 /composer.json | |
| parent | df39150ce837b0214366687d7c73d8ff36a315ce (diff) | |
| download | phphp-4efa8ba0c0b749fa37b39393d3c29ac75314cc21.tar.gz phphp-4efa8ba0c0b749fa37b39393d3c29ac75314cc21.tar.zst phphp-4efa8ba0c0b749fa37b39393d3c29ac75314cc21.zip | |
add files
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..4c3664f --- /dev/null +++ b/composer.json @@ -0,0 +1,26 @@ +{ + "name": "nsfisis/phphp", + "description": "Toy self-hosted PHP interpreter", + "type": "project", + "license": "MIT", + "authors": [ + { + "name": "nsfisis", + "email": "nsfisis@gmail.com" + } + ], + "config": { + "platform": { + "php": "8.4" + }, + "preferred-install": "dist", + "sort-packages": true + }, + "require-dev": { + "symplify/easy-coding-standard": "^12.5.9" + }, + "scripts": { + "lint": "ecs check", + "fmt": "ecs check --fix" + } +} |
