1. 26 Jan, 2015 1 commit
  2. 25 Jan, 2015 1 commit
  3. 24 Jan, 2015 1 commit
  4. 19 Jan, 2015 1 commit
  5. 16 Jan, 2015 1 commit
  6. 11 Jan, 2015 2 commits
  7. 10 Jan, 2015 3 commits
  8. 02 Jan, 2015 1 commit
  9. 26 Dec, 2014 1 commit
  10. 14 Dec, 2014 1 commit
  11. 13 Dec, 2014 1 commit
  12. 10 Dec, 2014 3 commits
  13. 09 Dec, 2014 1 commit
  14. 07 Dec, 2014 2 commits
  15. 27 Nov, 2014 1 commit
  16. 24 Nov, 2014 1 commit
  17. 07 Nov, 2014 1 commit
  18. 27 Oct, 2014 1 commit
  19. 25 Oct, 2014 1 commit
  20. 18 Oct, 2014 2 commits
  21. 12 Oct, 2014 3 commits
  22. 29 Sep, 2014 4 commits
  23. 28 Sep, 2014 2 commits
  24. 27 Sep, 2014 1 commit
  25. 23 Sep, 2014 1 commit
  26. 22 Sep, 2014 2 commits
    • Changed version constratints to be semantic versioning again · 8176a392
      Carsten Brandt authored
      - in composer the `~` operator is just a shortcut for `~1.0` = `>=1.0.0,<2.0.0`
        it does not prevent dev versions to be installed but neither does `1.*`
      - dev versions are constrolled via `minimum-stability` setting and the
        `@dev`, `@beta`, `@stable`,... settings.
      - setting bower packages that ship compiled files only with the stable
        release to use `@stable` in composer.json of the applictaions. This
        setting can be removed when we remove the `minimum-stability=dev`
        setting after GA.