diff --git a/.gitignore b/.gitignore index 8655935..5f89f73 100644 --- a/.gitignore +++ b/.gitignore @@ -13,19 +13,20 @@ Thumbs.db nbproject -# php-cs-fixer cache -.php_cs.cache - # vendor dirs vendor # composer lock files composer.lock +# php-cs-fixer cache +.php_cs.cache + # phpunit generated files coverage.clover # PHARs +chkipper.phar composer.phar php-cs-fixer.phar phpunit-skelgen.phar diff --git a/.hidev/commits.md b/.hidev/commits.md deleted file mode 100644 index 45330f7..0000000 --- a/.hidev/commits.md +++ /dev/null @@ -1,42 +0,0 @@ -hiqdev/composer-config-plugin commits history ---------------------------------------------- - -## 0.0.5 2016-06-22 - -- Added multiple defines - - e58cc7a 2016-06-22 allowed travis build failure for PHP 5.5 (sol@hiqdev.com) - - 5b84dc8 2016-06-22 added ability to have multiple defines (sol@hiqdev.com) - - 827d606 2016-05-22 csfixed (sol@hiqdev.com) - -## 0.0.4 2016-05-21 - -- Added multiple configs and params - - e9c4899 2016-05-21 forced arrays (sol@hiqdev.com) - - d1fdc77 2016-05-20 + added multiple configs and params (sol@hiqdev.com) - -## 0.0.3 2016-05-20 - -- Changed aliases assembling - - 1076668 2016-05-20 csfixed (sol@hiqdev.com) - - 174c848 2016-05-19 simplified aliases assembling (sol@hiqdev.com) - - 5f232e4 2016-05-19 improved Idea (sol@hiqdev.com) - - a976f3e 2016-05-19 added Idea readme section (sol@hiqdev.com) - -## 0.0.2 2016-05-19 - -- Removed replace composer-extension-plugin - - 0a3d1a6 2016-05-19 removed replace composer-extension-plugin (sol@hiqdev.com) - -## 0.0.1 2016-05-18 - -- Added basics - - 15e92b4 2016-05-18 fixed getting baseDir (sol@hiqdev.com) - - ec3bda1 2016-05-18 rehideved (sol@hiqdev.com) - - 470dc87 2016-05-18 looks working (sol@hiqdev.com) - - 65d1a3e 2016-05-18 redoing (sol@hiqdev.com) - - 927a73f 2016-05-18 + replace composer-extension-plugin (sol@hiqdev.com) - - 6270475 2016-05-18 redoing (sol@hiqdev.com) - - 79b5c49 2016-05-18 inited (sol@hiqdev.com) - -## Development started 2016-05-18 - diff --git a/.hidev/config.yml b/.hidev/config.yml index 18b1314..9892f7c 100644 --- a/.hidev/config.yml +++ b/.hidev/config.yml @@ -16,4 +16,4 @@ package: plugins: hiqdev/hidev-php: "*" - hiqdev/hidev-vendor: "*" + hiqdev/hidev-hiqdev: "*" diff --git a/CHANGELOG.md b/CHANGELOG.md index c9cdc4a..bf350db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,25 +1,26 @@ -hiqdev/composer-config-plugin changelog ---------------------------------------- +hiqdev/composer-config-plugin +----------------------------- -## 0.0.5 2016-06-22 +## [Under development] + +## [0.0.5] - 2016-06-22 - Added multiple defines -## 0.0.4 2016-05-21 +## [0.0.4] - 2016-05-21 - Added multiple configs and params -## 0.0.3 2016-05-20 +## [0.0.3] - 2016-05-20 - Changed aliases assembling -## 0.0.2 2016-05-19 +## [0.0.2] - 2016-05-19 - Removed replace composer-extension-plugin -## 0.0.1 2016-05-18 +## [0.0.1] - 2016-05-18 - Added basics -## Development started 2016-05-18 - +## [Development started] - 2016-05-18 diff --git a/chkipper.json b/chkipper.json new file mode 100644 index 0000000..d584aad --- /dev/null +++ b/chkipper.json @@ -0,0 +1,3 @@ +{ + "name": "hiqdev/composer-config-plugin" +} diff --git a/history.md b/history.md new file mode 100644 index 0000000..28a1294 --- /dev/null +++ b/history.md @@ -0,0 +1,64 @@ +hiqdev/composer-config-plugin +----------------------------- + +## [Under development] + + - [0e4f55b] 2016-08-23 added fixed packages processing order [sol@hiqdev.com] + +## [0.0.5] - 2016-06-22 + +- Added multiple defines + - [e58cc7a] 2016-06-22 allowed travis build failure for PHP 5.5 [sol@hiqdev.com] + - [5b84dc8] 2016-06-22 added ability to have multiple defines [sol@hiqdev.com] + - [827d606] 2016-05-22 csfixed [sol@hiqdev.com] + +## [0.0.4] - 2016-05-21 + +- Added multiple configs and params + - [e9c4899] 2016-05-21 forced arrays [sol@hiqdev.com] + - [d1fdc77] 2016-05-20 + added multiple configs and params [sol@hiqdev.com] + +## [0.0.3] - 2016-05-20 + +- Changed aliases assembling + - [1076668] 2016-05-20 csfixed [sol@hiqdev.com] + - [174c848] 2016-05-19 simplified aliases assembling [sol@hiqdev.com] + - [5f232e4] 2016-05-19 improved Idea [sol@hiqdev.com] + - [a976f3e] 2016-05-19 added Idea readme section [sol@hiqdev.com] + +## [0.0.2] - 2016-05-19 + +- Removed replace composer-extension-plugin + - [0a3d1a6] 2016-05-19 removed replace composer-extension-plugin [sol@hiqdev.com] + +## [0.0.1] - 2016-05-18 + +- Added basics + - [15e92b4] 2016-05-18 fixed getting baseDir [sol@hiqdev.com] + - [ec3bda1] 2016-05-18 rehideved [sol@hiqdev.com] + - [470dc87] 2016-05-18 looks working [sol@hiqdev.com] + - [65d1a3e] 2016-05-18 redoing [sol@hiqdev.com] + - [927a73f] 2016-05-18 + replace composer-extension-plugin [sol@hiqdev.com] + - [6270475] 2016-05-18 redoing [sol@hiqdev.com] + - [79b5c49] 2016-05-18 inited [sol@hiqdev.com] + +## [Development started] - 2016-05-18 + +[e58cc7a]: https://github.com/hiqdev/composer-config-plugin/commit/e58cc7a +[5b84dc8]: https://github.com/hiqdev/composer-config-plugin/commit/5b84dc8 +[827d606]: https://github.com/hiqdev/composer-config-plugin/commit/827d606 +[e9c4899]: https://github.com/hiqdev/composer-config-plugin/commit/e9c4899 +[d1fdc77]: https://github.com/hiqdev/composer-config-plugin/commit/d1fdc77 +[1076668]: https://github.com/hiqdev/composer-config-plugin/commit/1076668 +[174c848]: https://github.com/hiqdev/composer-config-plugin/commit/174c848 +[5f232e4]: https://github.com/hiqdev/composer-config-plugin/commit/5f232e4 +[a976f3e]: https://github.com/hiqdev/composer-config-plugin/commit/a976f3e +[0a3d1a6]: https://github.com/hiqdev/composer-config-plugin/commit/0a3d1a6 +[15e92b4]: https://github.com/hiqdev/composer-config-plugin/commit/15e92b4 +[ec3bda1]: https://github.com/hiqdev/composer-config-plugin/commit/ec3bda1 +[470dc87]: https://github.com/hiqdev/composer-config-plugin/commit/470dc87 +[65d1a3e]: https://github.com/hiqdev/composer-config-plugin/commit/65d1a3e +[927a73f]: https://github.com/hiqdev/composer-config-plugin/commit/927a73f +[6270475]: https://github.com/hiqdev/composer-config-plugin/commit/6270475 +[79b5c49]: https://github.com/hiqdev/composer-config-plugin/commit/79b5c49 +[0e4f55b]: https://github.com/hiqdev/composer-config-plugin/commit/0e4f55b