Skip to content

Commit e97bd32

Browse files
committed
Add keywords, homepage to composer.json and configure export-ignore in .gitattributes
1 parent cfe7e94 commit e97bd32

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
"description": "MAML Parser",
44
"type": "library",
55
"license": "MIT",
6+
"keywords": [
7+
"maml",
8+
"parser",
9+
"serializer",
10+
"config",
11+
"configuration"
12+
],
13+
"homepage": "https://maml.dev",
614
"autoload": {
715
"psr-4": {
816
"Maml\\": "src/"

0 commit comments

Comments
 (0)