chore: add license

This commit is contained in:
2025-08-16 21:55:16 +02:00
parent ac16fdf1ca
commit 10b86d4a1b
2 changed files with 8 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
"name": "nih/command-builder",
"description": "A (somewhat) simple command builder inspired by rust's std library",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Nih\\CommandBuilder\\": "src/"