All Versions
30
Latest Version
Avg Release Cycle
45 days
Latest Release
2551 days ago

Changelog History
Page 2

  • v1.11.0 Changes

    September 10, 2016
    • Added
      • User can use the github alias implicating all --github-* options. Done by @raphaelstolt.
      • User can optionally generate GitHub documentation files. Done by @raphaelstolt.
      • A Travis CI badge is now added in the constructed README.md.
    • ๐Ÿ›  Fixed
      • Generated phpspec configuration file has a .dist extension and a specs directory is created.
      • The .gitignore entries are set dynamically and the non dist tests or specs configuration is ignored.
      • Xdebug is now disabled correctly in constructed .travis.yml file.
  • v1.10.1 Changes

    July 09, 2016
    • ๐Ÿ›  Fixed
      • License, testing framework, and PHP version are validated from configuration file. Done by @raphaelstolt. See #126.
      • Fixes on misleading documentation on configuration file. Done by @raphaelstolt. See #128.
      • Add phpcs contribution guidelines.
      • Update php-cs-fixer vendor name. Done by @raphaelstolt.
  • v1.10.0 Changes

    May 28, 2016
    • Added
      • User can load common option settings from a configuration file. Done by @raphaelstolt. See #86.
    • ๐Ÿ›  Fixed
  • v1.9.0 Changes

    April 10, 2016
    • Added
    • ๐Ÿ›  Fixed
      • User can use the more intent revealing option alias --test-framework to select a testing framework. The --test option will be removed in a future release. Done by @raphaelstolt. See #96.
      • Broken link in README when using the --github-templates option. Done by @raphaelstolt. See #105.
      • Default PHP version is no longer set to the exact patch version. Done by @raphaelstolt. See #85.
      • Missing PHP version in constructed Travis file. Done by @raphaelstolt. See #91.
  • v1.8.0 Changes

    March 12, 2016
  • v1.7.1 Changes

    January 24, 2016
    • ๐Ÿ›  Fixed
      • Use installed php version by default. See #77.
      • Php cs fixer composer script is now generated. Fix by @raphaelstolt.
  • v1.7.0 Changes

    December 30, 2015
    • Added
      • Interactive console mode. See #14.
  • v1.6.0 Changes

    December 17, 2015
    • Added
      • User can optionally generate .env environment files. Done by @raphaelstolt.
      • User can optionally generate LGTM configuration files. Done by @raphaelstolt.
      • Allow user to specify php7 as the project's required php version.
    • ๐Ÿ›  Fixed
      • Run travis on php versions greater or equal than the generated project. See #72.
  • v1.5.0 Changes

    November 07, 2015
    • Added
      • Add --php option to specify a php version for your project.
      • Generated project now uses phpunit 4.8.
      • Show more console output when initializing a git repo, bootstrapping codeception and initializing behat.
  • v1.4.3 Changes

    September 17, 2015
    • ๐Ÿ›  Fixed
      • PHPUnit test is only generated if using phpunit as your testing framework.
      • Generate phpspec.yml file. When using phpspec as your testing framework.
      • Initialize behat if using it as your testing framework.
      • Bootstrap codeception if using it as your testing framework.