Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. PHP Warning – yiibaseErrorException
  2. Declaration of craftwebtwigEnvironment::compileSource(Twig_Source $source) should be compatible with TwigEnvironment::compileSource(TwigSource $source)
  3.  
  4. {
  5. "require": {
  6. "craftcms/cms": "3.1.8",
  7. "vlucas/phpdotenv": "^2.4.0",
  8. "aelvan/imager": "v2.1.4",
  9. "nystudio107/craft-seomatic": "3.1.40",
  10. "craftcms/redactor": "2.3.1",
  11. "verbb/feed-me": "dev-craft-3",
  12. "doublesecretagency/craft-cpcss": "2.1.0",
  13. "verbb/expanded-singles": "1.0.6",
  14. "lukeyouell/craft-readtime": "1.4.0",
  15. "lukeyouell/craft-queue-manager": "1.1.0",
  16. "verbb/feed-me-pro": "3.0.4",
  17. "craftcms/aws-s3": "1.1.2",
  18. "trendyminds/buster": "1.0.5",
  19. "verbb/field-manager": "2.0.5"
  20. },
  21. "autoload": {
  22. "psr-4": {
  23. "modules\": "modules/"
  24. }
  25. },
  26. "config": {
  27. "optimize-autoloader": true,
  28. "platform": {
  29. "php": "7.0"
  30. }
  31. },
  32. "scripts": {
  33. "post-root-package-install": [
  34. "@php -r "file_exists('.env') || copy('.env.example', '.env');""
  35. ]
  36. }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement