Commits (24)
-
Mark Harding authoredde6fd8ed
-
7e2c2364
-
Mark Harding authoreddcaea0d4
-
f2751134
-
Mark Harding authored9a498785
-
Mark Harding authored5562dca5
-
1d9730a6
-
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 -
550c417c
-
Mark Harding authored85275399
-
Mark Harding authored2d4ca7d6
-
Brian Hatchet authored
Backend for captcha - front#646 See merge request !455
7c362781 -
Emiliano Balbuena authored5c3e5b05
-
Mark Harding authored
Add environment support to Feature services Closes #1335 See merge request !452
5e9b7bb9 -
Ben Hayward authored9164cb6e
-
Emiliano Balbuena authored1c154d8e
-
Brian Hatchet authored
Local infrastructure provisioner (engine) See merge request !457
dd03087f -
Ben Hayward authored561d7a8f
Showing
File added
Controllers/Cli/Features.php
0 → 100644
Core/Captcha/Captcha.php
0 → 100644
Core/Captcha/Manager.php
0 → 100644
Core/Captcha/Module.php
0 → 100644
Core/Captcha/Provider.php
0 → 100644
... | ... | @@ -10,7 +10,7 @@ |
"firebase/php-jwt": "^3.0", | ||
"kramnorth/cinemr-php-sdk": "dev-master@dev", | ||
"kickbox/kickbox": "*", | ||
"Minds/Surge": "dev-master@dev", | ||
"minds/surge": "dev-master@dev", | ||
"minds/mw3": "dev-master@dev", | ||
"phpmailer/phpmailer": "~5.2", | ||
"stripe/stripe-php": "^6.43", | ||
... | ... | @@ -38,12 +38,12 @@ |
"psr/http-server-middleware": "1.0.1", | ||
"monolog/monolog": "1.25.2", | ||
"psr/simple-cache": "1.0.1", | ||
"minds/unleash-client-php": "0.1.1" | ||
"minds/unleash-client-php": "0.1.2" | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "vcs", | ||
"url": "https://bc220f12a84437201d2bc003c3afe0b543040b36@github.com/minds/Surge.git" | ||
"url": "https://bc220f12a84437201d2bc003c3afe0b543040b36@github.com/minds/surge.git" | ||
}, | ||
{ | ||
"type": "vcs", | ||
... | ... |
This diff is collapsed.