Commits (30)
-
Mark Harding authoredde6fd8ed
-
7e2c2364
-
Mark Harding authoreddcaea0d4
-
f2751134
-
Mark Harding authored9a498785
-
Mark Harding authored5562dca5
-
Marcelo Rivera authored9c8820a7
-
Ben Hayward authoredf644617c
-
Mark Harding authored
Updating Sentry SDK Closes front#2451 See merge request !444
535706bf -
Xander Miller authored
Onboarding issues Closes front#2471 See merge request !446
785576b4 -
Emiliano Balbuena authoredf4eeedc0
-
Mark Harding authored
Feature flags from GitLab Closes #1298 and #966 See merge request !435
3514903b -
Emiliano Balbuena authored2f066e7c
-
Mark Harding authored
Confirmation email subject and double footer Closes #1329 See merge request !449
5c6a53d2 -
1d9730a6
-
Mark Harding authoredbe17eaf5
-
6628ffb7
-
Mark Harding authoreda361b0fd
-
Mark Harding authored1ccf1085
-
Mark Harding authoredd3b9a8ec
-
Mark Harding authorede4fdcb9e
-
Mark Harding authored81f5ea09
-
Emiliano Balbuena authoredffd0df30
-
Mark Harding authored
Upgrade Unleash client and implement sync step See merge request !451
fec60070 -
Olivia Madrid authoreda97b8db0
-
550c417c
-
Mark Harding authored85275399
-
b07cb734
-
Olivia Madrid authored0371c112
-
Olivia Madrid authoredf7a5e58e
Showing
Controllers/Cli/Features.php
0 → 100644
Core/Features/Canary.php
0 → 100644
Core/Features/Module.php
0 → 100644
Core/Features/Provider.php
0 → 100644
... | ... | @@ -29,14 +29,16 @@ |
"zendframework/zend-diactoros": "^1.8.6", | ||
"league/oauth2-server": "7.2.0", | ||
"lcobucci/jwt": "^3.2.4", | ||
"sentry/sdk": "^2.0.3", | ||
"sentry/sdk": "^2.3.0", | ||
"zendframework/zend-permissions-rbac": "^3.0", | ||
"php-amqplib/php-amqplib": "^2.10", | ||
"facebook/graph-sdk": "^5.7", | ||
"psr/http-message": "1.0.1", | ||
"psr/http-server-handler": "1.0.1", | ||
"psr/http-server-middleware": "1.0.1", | ||
"monolog/monolog": "1.25.2" | ||
"monolog/monolog": "1.25.2", | ||
"psr/simple-cache": "1.0.1", | ||
"minds/unleash-client-php": "0.1.2" | ||
}, | ||
"repositories": [ | ||
{ | ||
... | ... | @@ -54,6 +56,10 @@ |
{ | ||
"type": "vcs", | ||
"url": "https://github.com/davegardnerisme/cruftflake.git" | ||
}, | ||
{ | ||
"type": "vcs", | ||
"url": "https://gitlab.com/minds/unleash-client-php.git" | ||
} | ||
], | ||
"autoload": { | ||
... | ... |
This diff is collapsed.