Skip to content

Commit

Permalink
redone to chkipper for bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Aug 23, 2016
1 parent 0e4f55b commit 2faafaa
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 55 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
42 changes: 0 additions & 42 deletions .hidev/commits.md

This file was deleted.

2 changes: 1 addition & 1 deletion .hidev/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ package:
plugins:
hiqdev/hidev-php: "*"
hiqdev/hidev-vendor: "*"
hiqdev/hidev-hiqdev: "*"
19 changes: 10 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions chkipper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "hiqdev/composer-config-plugin"
}
64 changes: 64 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2faafaa

Please sign in to comment.