diff options
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" + } +} |
