Commits (2)
-
Emiliano Balbuena authoredf4eeedc0
-
Mark Harding authored
Feature flags from GitLab Closes #1298 and #966 See merge request !435
3514903b
Showing
Core/Features/Canary.php
0 → 100644
Core/Features/Module.php
0 → 100644
Core/Features/Provider.php
0 → 100644
| ... | ... | @@ -36,7 +36,9 @@ |
| "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.1" | ||
| }, | ||
| "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.