We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a9c20 commit 27c4e4eCopy full SHA for 27c4e4e
1 file changed
composer.json
@@ -14,6 +14,12 @@
14
"email": "beachcasts@gmail.com",
15
"homepage": "https://github.com/beachcasts",
16
"role": "Developer"
17
+ },
18
+ {
19
+ "name": "Adam Culp",
20
+ "email": "adamculp@uws.net",
21
+ "homepage": "https://geekyboy.com",
22
+ "role": "Developer"
23
}
24
],
25
"require": {
@@ -38,12 +44,4 @@
38
44
"check-style": "phpcs src tests",
39
45
"fix-style": "phpcbf src tests"
40
46
},
41
- "extra": {
42
- "branch-alias": {
43
- "dev-master": "1.0-dev"
- }
- },
- "config": {
47
- "sort-packages": true
48
49
0 commit comments