Commits (10)
- Mark Harding authored09a9f15e
- Brian Hatchet authored3686ac7a
- Mark Harding authored
Adjusting boots for today logic without a bunch of spurious linting changes See merge request !316
d289a796 - Ben Hayward authored6a39471b
- Brian Hatchet authored
[Sprint/ModestMonkey](fix) boost console feed front#1596 See merge request !311
66fff05c - Brian Hatchet authored
Backend for channel modes Added a new field to the user object that stores our three channel modes
ec274294 - Brian Hatchet authored
Epic/permissions open channels See merge request !307
fd67bc47 - Brian Hatchet authored74b6201a
- Brian Hatchet authored
Updating to new composer hash See merge request !318
14f32dc5 - Guy Thouret authored
# Conflicts: # Entities/User.php # composer.json # composer.lock
e491df61
Showing
Common/ChannelMode.php 0 → 100644
This diff is collapsed.
This diff is collapsed.
... | ... | @@ -16,7 +16,7 @@ |
"neoxygen/neoclient": "^3.3", | ||
"paypal/rest-api-sdk-php": "1.3.2", | ||
"phpmailer/phpmailer": "~5.2", | ||
"stripe/stripe-php": "^6.43", | ||
"stripe/stripe-php": "^6.43", | ||
"thobbs/phpcassa": "dev-minds-legacy", | ||
"tijsverkoyen/twitteroauth": "dev-master@dev", | ||
"twilio/sdk": "5.26.*", | ||
... | ... | @@ -32,8 +32,9 @@ |
"erusev/parsedown": "^1.7", | ||
"zendframework/zend-diactoros": "1.8.6", | ||
"league/oauth2-server": "7.2.0", | ||
"lcobucci/jwt": "3.2.4", | ||
"sentry/sdk": "2.0.3" | ||
"lcobucci/jwt": "3.2.4", | ||
"sentry/sdk": "2.0.3", | ||
"zendframework/zend-permissions-rbac": "^3.0" | ||
}, | ||
"repositories": [ | ||
{ | ||
... | ... | @@ -65,6 +66,6 @@ |
"phpspec/phpspec": "~3.4", | ||
"leanphp/phpspec-code-coverage": "~3.1", | ||
"friendsofphp/php-cs-fixer": "*", | ||
"bossa/phpspec2-expect": "*" | ||
"bossa/phpspec2-expect": "*" | ||
} | ||
} |
This diff is collapsed.