We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe7e94 commit e97bd32Copy full SHA for e97bd32
2 files changed
.gitattributes
@@ -0,0 +1,5 @@
1
+/.github export-ignore
2
+/tests export-ignore
3
+phpunit.xml export-ignore
4
+.gitattributes export-ignore
5
+.gitignore export-ignore
composer.json
@@ -3,6 +3,14 @@
"description": "MAML Parser",
"type": "library",
"license": "MIT",
6
+ "keywords": [
7
+ "maml",
8
+ "parser",
9
+ "serializer",
10
+ "config",
11
+ "configuration"
12
+ ],
13
+ "homepage": "https://maml.dev",
14
"autoload": {
15
"psr-4": {
16
"Maml\\": "src/"
0 commit comments