Skip to content

Commit d43e931

Browse files
authored
Merge pull request #9 from dotkernel/remove-composer-lock
removed composer.lock and changed homepage link
2 parents 082303d + 4371de7 commit d43e931

File tree

3 files changed

+3
-8382
lines changed

3 files changed

+3
-8382
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
/phpunit.xml
77
/vendor/
88
.idea
9+
composer.lock

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"psr-11",
1414
"psr-15"
1515
],
16-
"homepage": "https://www.dotkernel.org",
16+
"homepage": "https://github.com/dotkernel/queue",
1717
"support": {
1818
"docs": "https://docs.dotkernel.org/queue-documentation/",
1919
"issues": "https://github.com/dotkernel/queue/issues",
@@ -22,7 +22,7 @@
2222
},
2323
"authors": [
2424
{
25-
"name": "DotKernel Team",
25+
"name": "Dotkernel Team",
2626
"email": "[email protected]"
2727
}
2828
],

0 commit comments

Comments
 (0)