-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
82 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ package: | |
plugins: | ||
hiqdev/hidev-php: "*" | ||
hiqdev/hidev-vendor: "*" | ||
hiqdev/hidev-hiqdev: "*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"name": "hiqdev/composer-config-plugin" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |