Skip to content

Commit

Permalink
faktiva/php-redis-admin : skip install require-dev
Browse files Browse the repository at this point in the history
Run `php ../../../composer.phar --no-dev install`
  • Loading branch information
drAlberT committed Nov 8, 2016
1 parent 0731f4c commit 1b9eb5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"php -r '$f=__DIR__.\"/web/tools/Adminer.php\"; $c=file_get_contents($f); $c=preg_replace(\"#(header\\(\\\"X-Frame-Options: deny\\\"\\);)#\", \"\", $c); file_put_contents($f, $c);'"
],
"redisadmin": [
"cd \"vendor/faktiva/php-redis-admin/\" ; php ../../../composer.phar -vv install",
"cd \"vendor/faktiva/php-redis-admin/\" ; php ../../../composer.phar --no-dev install",
"php -r 'chdir(__DIR__.\"/web/tools\"); @symlink(\"../../vendor/faktiva/php-redis-admin/web/\", \"Redis_admin\");'",
"php -r 'copy(__DIR__.\"/app/config/php-redis-admin.config.php\", __DIR__.\"/vendor/faktiva/php-redis-admin/app/config/config.php\");'"
],
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1b9eb5c

Please sign in to comment.