Advertisement
Guest User

Untitled

a guest
Jun 30th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. --- old
  2. +++ new
  3. @@ -1,5 +1,5 @@
  4. {
  5. - "name": "typo3/neos-base-distribution",
  6. + "name": "neos/neos-base-distribution",
  7. "description": "Neos Base Distribution",
  8. "license": "GPL-3.0+",
  9. "support": {
  10. @@ -16,23 +16,27 @@
  11. "bin-dir": "bin"
  12. },
  13. "require": {
  14. - "typo3/neos": "~2.1.0",
  15. - "typo3/neos-nodetypes": "~2.1.0",
  16. - "typo3/neosdemotypo3org": "~2.1.0",
  17. - "typo3/neos-kickstarter": "~2.1.0",
  18. - "typo3/neos-seo": "@dev",
  19. - "typo3/imagine": "@dev",
  20. - "typo3/twitter-bootstrap": "@dev",
  21. - "typo3/form": "@dev",
  22. - "typo3/setup": "@dev",
  23. - "flowpack/neos-frontendlogin": "@dev"
  24. + "typo3/neos": "~2.2.0",
  25. + "typo3/neos-nodetypes": "~2.2.0",
  26. + "neos/demo": "~2.2.0",
  27. + "typo3/neos-kickstarter": "~2.2.0",
  28. +
  29. + "typo3/neos-seo": "~1.0",
  30. + "typo3/setup": "~2.0",
  31. + "flowpack/neos-frontendlogin": "~2.0",
  32. + "neos/redirecthandler-neosadapter": "~1.0",
  33. + "neos/redirecthandler-databasestorage": "~1.0"
  34. },
  35. "require-dev": {
  36. - "typo3/buildessentials": "3.1.x-dev",
  37. + "typo3/buildessentials": "3.2.x-dev",
  38. "mikey179/vfsstream": "~1.6",
  39. - "phpunit/phpunit": "~4.8 || ~5.0",
  40. + "phpunit/phpunit": "~4.8 || ~5.4.0",
  41. + "symfony/css-selector": "~2.0",
  42. "flowpack/behat": "dev-master"
  43. },
  44. + "replace": {
  45. + "typo3/neos-base-distribution": "2.2.5"
  46. + },
  47. "suggest": {
  48. "ext-pdo_sqlite": "For running functional tests out-of-the-box this is required"
  49. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement