- Moving Notify things into "enum" class

- Adding \Countable interfaces to both UglyQueue and UglyQueueManager
This commit is contained in:
2014-10-30 10:54:06 -05:00
parent d20106a021
commit b840f40a89
5 changed files with 66 additions and 28 deletions

View File

@@ -21,11 +21,11 @@
"require" : {
"php" : ">=5.3.3",
"dcarbone/helpers" : "6.1.*"
"dcarbone/helpers" : "~6.1"
},
"require-dev" : {
"phpunit/phpunit": "4.1.*"
"phpunit/phpunit": "~4.1"
},
"autoload" : {