You've already forked ugly-queue
⬆️ chore: Change namespace
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
**/vendor
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name" : "dcarbone/ugly-queue",
|
||||
"name" : "cybercinch/ugly-queue",
|
||||
"type" : "library",
|
||||
"description" : "A simple file-based queue system for PHP 5.3.3+",
|
||||
|
||||
@@ -16,21 +16,25 @@
|
||||
{
|
||||
"name" : "Daniel Carbone",
|
||||
"email" : "daniel.p.carbone@gmail.com"
|
||||
},
|
||||
{
|
||||
"name" : "Aaron Guise",
|
||||
"email" : "aaron-composer@guise.net.nz"
|
||||
}
|
||||
],
|
||||
|
||||
"require" : {
|
||||
"php" : ">=5.3.3",
|
||||
"php" : ">=7.1",
|
||||
"dcarbone/helpers" : "~6.1"
|
||||
},
|
||||
|
||||
"require-dev" : {
|
||||
"phpunit/phpunit": "~4.1"
|
||||
"phpunit/phpunit": "~9.6.21"
|
||||
},
|
||||
|
||||
"autoload" : {
|
||||
"psr-4" : {
|
||||
"DCarbone\\" : "src/"
|
||||
"Cybercinch\\" : "src/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user