2021-06-11         [RELEASE] Release of setup-helper 2.0.0 (Dirk Wenzel)
2021-06-11 1873b57 dependency from symfony/filesystem updated (Dirk Wenzel)
2021-06-11 e5e4701 allow PHP 8 to fail (Dirk Wenzel)
2021-06-10 60ba28f missing return types added (Dirk Wenzel)
2021-06-10 aab7359 dev dependencies updated (Dirk Wenzel)
2021-06-10 7db9050 composer dependencies updated (Dirk Wenzel)
2021-06-10 1171ffe use Webmozart/Glob instead of CPSIT/Glob (Dirk Wenzel)
2021-06-10 8e6a24f drop support of PHP <7.3, added PHP 8.0 to build matrix (Dirk Wenzel)
2021-06-10 62d17c0 dependencies corrected (Dirk Wenzel)
2021-06-10 dc6edb2 allow composer-plugin-api 2.0 (Dirk Wenzel)
2021-06-10 cc2cea9 [TASK] dependencies updated - allow PHP 8 - cpsit/glob replaced by webmozart/glob (Dirk Wenzel)
2019-04-23 c56d575 [TASK] coding style - obsolete class Dto/Search removed - SearchInterface extended - configuration for psalm added (Dirk Wenzel)
2019-04-23 a16e21e [TASK] unit tests for tasks added (Dirk Wenzel)

2019-04-23         [RELEASE] Release of setup-helper 1.2.0 (Dirk Wenzel)
2019-04-23 2e46808 [TASK] Task copy writes message on success (Dirk Wenzel)
2019-04-23 caa7b86 [TASK] FileSystem refactored (Dirk Wenzel)
2019-04-20 3b7f02e [TASK] Task/Copy completed - FileSystemInterface implemented Issue: #5 (Dirk Wenzel)
2019-04-19 fc1585a [TASK] Task/Copy implemented (WIP) (Dirk Wenzel)
2019-04-19 a35baf4 [TASK] CopyTaskConfigurationValidator refactored - avoid too many returns (Dirk Wenzel)
2019-04-19 178d3eb [CI] remove obsolete build for PHP 7.0 (Dirk Wenzel)
2019-04-19 d1caa0b [TASK] Validators for configuration implemented - AbstractConfigurationValidator - ConfigurationValidatorInterface - CopyTaskConfigurationValidator (Dirk Wenzel)
2019-04-19 83e72f4 [TASK] Task refactored using Traits - FileSystemInterface, FileSystem, FileSystemTrait, IOTrait implemented (Dirk Wenzel)
2019-04-17 b222ba3 [CI] disallow failure for PHP 7.3 builds (Dirk Wenzel)
2019-04-17 049269c [CI] fix build matrix error (Dirk Wenzel)
2019-04-17 d5914b6 [CI] ignore platform reqs for PHP 7.3 builds see: https://github.com/composer/composer/issues/4976 (Dirk Wenzel)
2019-04-17 e3ae3f5 [TASK] allow php 7.3 (Dirk Wenzel)

2019-04-17         [RELEASE] Release of setup-helper 1.1.1 (Dirk Wenzel)
2019-04-17 75cdead [TASK] tasks Move and Replace refactored code smells eliminated (Dirk Wenzel)
2019-04-17 8cc0307 [TASK] Task/Unlink refactored closes: #6 (Dirk Wenzel)
2019-04-17 3d3f421 [BUGFIX] unlink directory recursive (WIP) Issue #6 (Dirk Wenzel)
2019-03-26 fa8037b [RELEASE] Release of setup-helper 1.1.0 (Dirk Wenzel) (Dirk Wenzel)
2019-03-26 37b739c [DOC] documentation adapted to cover fork of webmozart/glob (Dirk Wenzel)
2019-03-26 b7f8943 [TASK] use cpsit/glob instead of webmozart/glob (Dirk Wenzel)
2019-03-22         [RELEASE] Release of setup-helper 1.0.0 (Dirk Wenzel)
2019-03-22 ce5b000 [TASK] documentation updated (Dirk Wenzel)
2019-03-22 ce91399 [CI] debug output from composer reverted (Dirk Wenzel)
2019-03-21 8f8f44d [TASK] dependencies updated (Dirk Wenzel)
2019-03-21 6d7d2a1 [CI] syntax error in script corrected (Dirk Wenzel)
2019-03-21 d60b73b [CI] composer install command moved to script section (Dirk Wenzel)
2019-03-21 da2929b [CI] explicitly clear composer cache (Dirk Wenzel)
2019-03-21 6c8c95a [CI] temporarily disable composer cache (Dirk Wenzel)
2019-03-21 e8472fd [CI] debug composer install command on travis ci (Dirk Wenzel)
2019-03-21 e2a2f3b [BUGFIX] fixed error in Task/Symlink cause by missing method - unit test added (Dirk Wenzel)
2019-03-21 84f0a9f [TASK] Task/Replace refactored, unit test added (Dirk Wenzel)
2019-03-21 1ee387f [TASK] coding style - obsolete constructor removed from GlobResolver - disabled code removed from SearchReplaceFileTest (Dirk Wenzel)
2019-03-21 b7cae2b [TASK] coding style (Dirk Wenzel)
2019-03-21 5714112 [TASK] TaskSymlink refactored - use symfony/filesystem - coding s (Dirk Wenzel)
2019-03-18 d7e5173 [TASK] provide missing Globresolver + ResolverInterface (michael scheppat)
2019-03-16 17a635a [BUGFIX] use https protocoll for repository fork of webmozart/glob (Dirk Wenzel)
2019-03-14 5ff80f3 [TASK] use new globber in Replace Task. +Testing in SearchReplaceFile (michael scheppat)
2019-03-13 6f24312 composer.json with new globber (michael scheppat)
2019-03-04 7aed3df [TASK] Task Replace refactored - Dto/Search and Processor/SearchReplaceFile implemented (Dirk Wenzel)
2019-03-03 4527a8c [TASK] deprecated package name mikey179/vfsStream replaced by mikey179/vfsstream (Dirk Wenzel)
2019-03-03 e92d03b [TASK] allow PHP >=7.0 (Dirk Wenzel)

2019-03-03         [RELEASE] Release of project-builder 0.7.0 (Dirk Wenzel)
2019-03-03 5ac424d [TASK] Task/Replace now reports occurrences of replaced string (Dirk Wenzel)
2019-03-03 14a756d [BUGFIX] fixed error caused by unexpected exception in Task/Replace (Dirk Wenzel)
2019-03-02 4b717e1 [TASK] task "replace" implemented (Dirk Wenzel)
2019-03-02 d33f9bc [CI] configuration for sonar added (Dirk Wenzel)

2019-03-01         [RELEASE] Release of setup-helper 0.6.0 (Dirk Wenzel)
2019-03-01 e6b69fe [TASK] namespace corrected (Dirk Wenzel)
2019-03-01 684bd4b [TASK] coding style (Dirk Wenzel)
2019-03-01 6e2413d [TASK] always perform unit tests with coverage - configuration moved to xml file (Dirk Wenzel)
2019-02-28 08aa71f [TASK] code cleanup (Dirk Wenzel)
2019-02-28 1251a05 [feature] Readme.md mentions symlink functionality (michael scheppat)
2019-02-28 844cec4 [fix] correct path behaviour on file not found error message (michael scheppat)
2019-02-28 ba46280 [feature] setup-helper gets symlink functionality (michael scheppat)
2019-02-28 2957897 [TASK][CI] badge for travis builds added (Dirk Wenzel)
2019-02-28 311fc59 [BUGFIX][CI] fixed error caused by invalid parameter for phpunit call (Dirk Wenzel)
2019-02-28 95771c5 [BUGFIX][CI] invalid parameters removed from script call (Dirk Wenzel)
2019-02-28 4360be3 [TASK][CI] obsolete entry removed from build matrix (Dirk Wenzel)
2019-02-28 df09efb [CI][BUGFIX] obsolete script call for functioal tests removed (Dirk Wenzel)
2019-02-28 c07b007 [CI] configuration for travis ci added (Dirk Wenzel)
2019-02-28 6d4c672 [Task] package description updated (Dirk Wenzel)

2019-02-22         [RELEASE] Release of project-builder 0.5.1 (Dirk Wenzel)
2019-02-22 2c2bfe1 [TASK] obsolete repository URL removed from documentation Thanks to @jfastnacht for pointing this out (Dirk Wenzel)
2019-02-21 109b2e9 [RELEASE] Release of setup-helper 0.5.0 (Dirk Wenzel) (Dirk Wenzel)
2019-02-21 d0def33 [TASK] project renamed to setup-helper - vendor name and composer name adapted (Dirk Wenzel)
2019-02-21 7c0dc0e [TASK] coding style (Dirk Wenzel)

2019-02-21         [RELEASE] Release of setup-helper 0.5.0 (Dirk Wenzel)
2019-02-21 d0def33 [TASK] project renamed to setup-helper - vendor name and composer name adapted (Dirk Wenzel)
2019-02-21 7c0dc0e [TASK] coding style (Dirk Wenzel)

2019-02-20         [RELEASE] Release of project-builder 0.4.0 (Dirk Wenzel)
2019-02-20 792b823 [BUGFIX] fixture file restored again (Dirk Wenzel)
2019-02-20 10c0d86 [TASK] Task/MakeDirectory finished - missing fixture resorted (Dirk Wenzel)
2019-02-20 de75add [BUGFIX] fixed error caused by missing implementation of setter in AbstractTask (Dirk Wenzel)
2019-02-20 4c55f69 [BUGFIX] missing fixture file restored (Dirk Wenzel)
2019-02-20 c63b923 [TASK] Task/MakeDirectory implemented (WIP) (Dirk Wenzel)
2019-02-20 90328d5 [BUGFIX] Unlink now uses absolute path (Dirk Wenzel)

2019-02-18         [RELEASE] Release of project-builder 0.3.1 (Dirk Wenzel)
2019-02-18 05fa750 [HOTFIX] missing constants for task rename added (Dirk Wenzel)

2019-02-18         [RELEASE] Release of project-builder 0.3.0 (Dirk Wenzel)
2019-02-18 317b364 [BUGFIX] fixed error in unit test caused by invalid path (Dirk Wenzel)
2019-02-18 2bc98ab [TASK] Task Rename implemented (Dirk Wenzel)

2019-02-18         [RELEASE] Release of project-builder 0.2.0 (Dirk Wenzel)
2019-02-17 dbe3817 [TASK] require naucon/file (Dirk Wenzel)
2019-02-17 1fbfb03 [BUGFIX] constant name in SettingsInferface corrected (Dirk Wenzel)
2019-02-17 6d234da [TASK] Task/Move implemented, existing Tasks refactored - use Composer/IOInterface instead of Result (Dirk Wenzel)
2019-02-15 6cfdf3b [RELEASE] Release of project-builder 0.1.0 (Dirk Wenzel) (Dirk Wenzel)
2019-02-15 54df1b1 [TASK] Readme added (Dirk Wenzel)
2019-02-14 8d22e1a [BUGFIX] fixed error caused by invalid configuration structure in Installer (Dirk Wenzel)
2019-02-14 59f640f [TASK] Task/Unlink implemented (Dirk Wenzel)
2019-02-14 ac5f984 [TASK] SettingsInterface added, task Rename and Unlink implemented (WIP) (Dirk Wenzel)
2019-02-14 420f399 [CI] configuration for build and test job added (Dirk Wenzel)
2019-02-14 8e07872 [TASK] Report classes and TaskInterface implemented (Dirk Wenzel)
2019-02-14 af07c7f [TASK] Installer added (Dirk Wenzel)
2019-02-14 4c0f579 [TASK] composer.json added (Dirk Wenzel)

2019-02-15         [RELEASE] Release of project-builder 0.1.0 (Dirk Wenzel)
2019-02-15 54df1b1 [TASK] Readme added (Dirk Wenzel)
2019-02-14 8d22e1a [BUGFIX] fixed error caused by invalid configuration structure in Installer (Dirk Wenzel)
2019-02-14 59f640f [TASK] Task/Unlink implemented (Dirk Wenzel)
2019-02-14 ac5f984 [TASK] SettingsInterface added, task Rename and Unlink implemented (WIP) (Dirk Wenzel)
2019-02-14 420f399 [CI] configuration for build and test job added (Dirk Wenzel)
2019-02-14 8e07872 [TASK] Report classes and TaskInterface implemented (Dirk Wenzel)
2019-02-14 af07c7f [TASK] Installer added (Dirk Wenzel)
2019-02-14 4c0f579 [TASK] composer.json added (Dirk Wenzel)
