⬆️ chore: Change namespace

This commit is contained in:
2024-10-24 15:34:40 +13:00
parent a2b204fa47
commit b84bde262e
2 changed files with 9 additions and 4 deletions

View File

@@ -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/"
}
}
}