1. 27 Oct, 2014 1 commit
  2. 25 Oct, 2014 1 commit
  3. 18 Oct, 2014 2 commits
  4. 12 Oct, 2014 3 commits
  5. 29 Sep, 2014 1 commit
  6. 28 Sep, 2014 2 commits
  7. 27 Sep, 2014 1 commit
  8. 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.
  9. 19 Sep, 2014 1 commit
  10. 17 Sep, 2014 2 commits
  11. 16 Sep, 2014 2 commits
  12. 14 Sep, 2014 1 commit
  13. 04 Sep, 2014 1 commit
  14. 03 Sep, 2014 3 commits
  15. 02 Sep, 2014 2 commits
  16. 29 Aug, 2014 1 commit
  17. 27 Aug, 2014 1 commit
  18. 25 Aug, 2014 1 commit
  19. 24 Aug, 2014 3 commits
  20. 19 Aug, 2014 1 commit
  21. 17 Aug, 2014 3 commits
  22. 16 Aug, 2014 3 commits
  23. 15 Aug, 2014 1 commit
    • Codeception test adjustments for basic and advanced applications · 7eb403bf
      Alexander Makarov authored
      - Moved everything test-related into `tests` directory. Codeception tests are in `codeception`.
      - Removed database module since we're using fixtures and migrations.
      - Moved console entry points and bootstrap into `tests/codeception/bin`.
      - Adjusted travis build scripts.
      - Adjusted documentation to be consistent and reflect changes made.
  24. 31 Jul, 2014 1 commit