Skip to content

Commit 27c4e4e

Browse files
committed
Removed extra meta data, not needed
Signed-off-by: Adam Culp <adamculp@uws.net>
1 parent 11a9c20 commit 27c4e4e

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

composer.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
"email": "beachcasts@gmail.com",
1515
"homepage": "https://github.com/beachcasts",
1616
"role": "Developer"
17+
},
18+
{
19+
"name": "Adam Culp",
20+
"email": "adamculp@uws.net",
21+
"homepage": "https://geekyboy.com",
22+
"role": "Developer"
1723
}
1824
],
1925
"require": {
@@ -38,12 +44,4 @@
3844
"check-style": "phpcs src tests",
3945
"fix-style": "phpcbf src tests"
4046
},
41-
"extra": {
42-
"branch-alias": {
43-
"dev-master": "1.0-dev"
44-
}
45-
},
46-
"config": {
47-
"sort-packages": true
48-
}
4947
}

0 commit comments

Comments
 (0)