Releases: jonathantorres/construct
Releases · jonathantorres/construct
v1.5.0
Added- Add
--phpoption 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.
- Add
v1.4.3
Fixes- PHPUnit test is only generated if using
phpunitas your testing framework. - Generate
phpspec.ymlfile. When usingphpspecas your testing framework. - Initialize
behatif using it as your testing framework. - Bootstrap
codeceptionif using it as your testing framework.
- PHPUnit test is only generated if using
v1.4.2
Fixes- Include author name on GPL license files.
- No longer using illuminate components.
- Improved tests. Added integration test.
v1.4.1
Fixes- Fix console dependency. Always use latest stable version.
- Minor docs updates.
v1.4.0
Added- User can optionally generate an EditorConfig configuration. Done by @raphaelstolt.
- Display warning against using
phpas part of project name in micro-packages. Done by @raphaelstolt.
Fixes- Update
phpunitto4.7.*andcodeceptionto2.1.*
- Update
v1.3.0
Added- User can optionally generate a Vagrant file. Done by @raphaelstolt.
- User can optionally specify composer keywords. Done by @raphaelstolt.
v1.2.0
Added- User can optionally generate a PHP Coding Standards Fixer configuration. Done by @raphaelstolt.
CHANGELOG.mdandCONTRIBUTING.mdare now also generated. Done by @raphaelstolt.README.mdhas more additional content. Done by @raphaelstolt.
Fixed- Generated
LICENSE.mdnow contains author name. Fix by @raphaelstolt. See #42. - Code coverage included on generated
phpunit.xml.distfile. Fix by @raphaelstolt. See #7.
- Generated
v1.1.0
v1.0.3
Added- User can now select a license. Default is
MIT. Done by @hannesvdvreken. See #13. .gitattributesfile is now generated. Done by @hannesvdvreken.- Run
composer installon project creation. Done by @raphaelstolt. See #3.
- User can now select a license. Default is
Fixed- Generated PHPUnit file is now
phpunit.xml.dist. Fix by @mikeSimonson. See #6. - Improvements on generated
.travis.ymlfile. Fix by @hannesvdvreken. - Filemode on
constructexecutable file. Fix by @agostlg. - Author details on
composer.jsonare determined from user's git config. Fix by @raphaelstolt. See #9. - Package name is validated correctly. Using the same as composer. See #10.
- Generated PHPUnit file is now
v1.0.2
Added- Specify a testing framework.
- Add author info on
composer.json.