Advertisement
Guest User

Untitled

a guest
May 17th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. root@tnotes:/var/www/html# composer require "silverstripe/userforms:*"
  2. Running composer as root/super user is highly discouraged as packages, plugins and scripts cannot always be trusted
  3. ./composer.json has been updated
  4. Loading composer repositories with package information
  5. Updating dependencies (including require-dev)
  6. - Installing silverstripe/segment-field (1.0.3)
  7. Loading from cache
  8.  
  9. - Installing silverstripe-australia/gridfieldextensions (1.3.0)
  10. Loading from cache
  11.  
  12. - Installing silverstripe/userforms (3.1.1)
  13. Loading from cache
  14.  
  15. silverstripe/userforms suggests installing colymba/gridfield-bulk-editing-tools (Allows for bulk management of form submissions)
  16. silverstripe/userforms suggests installing silverstripe/secureassets (Enables files uploaded via userforms to be secured from public access)
  17. Writing lock file
  18. Generating autoload files
  19.  
  20. Installation failed, reverting ./composer.json to its original content.
  21.  
  22.  
  23. [RuntimeException]
  24. Could not scan for classes inside "cms//tests/behat/" which does not appear
  25. to be a file nor a folder
  26.  
  27.  
  28. require [--dev] [--prefer-source] [--prefer-dist] [--no-progress] [--no-update] [--update-no-dev] [--update-with-dependencies] [--ignore-platform-reqs] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--] [<packages>]...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement