We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 082303d + 4371de7 commit d43e931Copy full SHA for d43e931
.gitignore
@@ -6,3 +6,4 @@
6
/phpunit.xml
7
/vendor/
8
.idea
9
+composer.lock
composer.json
@@ -13,7 +13,7 @@
13
"psr-11",
14
"psr-15"
15
],
16
- "homepage": "https://www.dotkernel.org",
+ "homepage": "https://github.com/dotkernel/queue",
17
"support": {
18
"docs": "https://docs.dotkernel.org/queue-documentation/",
19
"issues": "https://github.com/dotkernel/queue/issues",
@@ -22,7 +22,7 @@
22
},
23
"authors": [
24
{
25
- "name": "DotKernel Team",
+ "name": "Dotkernel Team",
26
"email": "team@dotkernel.com"
27
}
28
0 commit comments