Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/yiisoft/composer-config-plugin

Composer plugin for config assembling
https://github.com/yiisoft/composer-config-plugin

Changed `EnvReader` to return all ENV values (was only new)

910c1272981449b6f801b2d10beb195efb25dd64 authored over 5 years ago by Andrii Vasyliev <[email protected]>
Fixed `ReaderFactory` to distinguish builders

Before it only distinguished classes.
TODO: maybe redo other way with passing builder or like.
A...

1d6dd284f8f61c2ad194d5d72e70ceff1d0027f6 authored over 5 years ago by Andrii Vasyliev <[email protected]>
Raised PHP version requirement to 7.1 #32

77a8eac56f924377efd69be823832db7c444174e authored over 5 years ago by Andrii Vasyliev <[email protected]>
add 7.0

b36d5ad3055ced20dbf89b96c2a96f158fabf11c authored over 5 years ago by soul11201 <[email protected]>
Used `riimu/kit-phpencoder` for variable exporting

594aaab3eba914c9e0652117baae2ea8eae3d22f authored over 5 years ago by Andrii Vasyliev <[email protected]>
Update Plugin.php

to fix error in 7.0

820a9e6804f8e955597d81eced85dd8d15577000 authored over 5 years ago by Jomon Johnson <[email protected]>
Check both old & new Yii Array helpers classes

Keeping old classnames during the transition, I'll send a new PR once the migration is completed

4f8d841d57a0015af48bf6451ad3342aa56b9559 authored over 5 years ago by Mehdi Achour <[email protected]>
version bump to 0.3.0

f8155eb6f5e3a6974dcd96f0bc6bce49e72b51ba authored over 5 years ago by Andrii Vasyliev <[email protected]>
Changed plugin versions to all dev-master

efcb09133fc5a62d4282b64fb6fd0e34f0a92b01 authored over 5 years ago by Andrii Vasyliev <[email protected]>
Added support for both 2nd and 3rd versions of `phpdotenv`

Implements #25

597227a727f51aeb36f70837039a8358714a1aa5 authored over 5 years ago by Andrii Vasyliev <[email protected]>
Added processing `UnsetArrayValue` and `ReplaceArrayValue`, allows to fix #20

9f61a782084ee2fa0f68ef4662cb9858752246f4 authored almost 6 years ago by Andrii Vasyliev <[email protected]>
Added substitution and files reordering, fixes #19

83bc091ad7718324f2bfaf171845cdc4419bf911 authored almost 6 years ago by Andrii Vasyliev <[email protected]>
Added `Plugin::addFile()` and used in loadDotEnv to prevent dublicating

0c8c8214be3e8789e41737495424216ff5b92070 authored almost 6 years ago by Andrii Vasyliev <[email protected]>
Added `config-plugin-dev`

959c9710710c89c1ce154b9a7523d476b4a4dfd5 authored almost 6 years ago by Andrii Vasyliev <[email protected]>
Tuned output to fit composer 1.8+

faab5ed41241c6f0fe4d4d7259bf58968f8a7175 authored almost 6 years ago by Andrii Vasyliev <[email protected]>
Added skiping repeated values

49f65f734c03b88d3f52bc4dd6f305a65c7b3b6a authored almost 6 years ago by Andrii Vasyliev <[email protected]>
Code style fixes (#16)

* Move property declaration to top

* Add missing class import

* Add missing class property...

bf494301da8bb91ca98883b6fd140a211deacc33 authored about 6 years ago by Alexander Makarov <[email protected]>
More consistency

f4ef5d2ef6656155432821e91886b6088cb264ab authored about 6 years ago by Alexander Makarov <[email protected]>
There's no need to duplicate docs since they're all in the readme

e3e4f78a4a10eb564b8846ac7312336d9ae27d7a authored about 6 years ago by Alexander Makarov <[email protected]>
Improved readme

1d807d050e440d8f754b10676d8c53b12f46e002 authored about 6 years ago by Alexander Makarov <[email protected]>
Explicitly declare PHP 7 requirement in composer.json

There were sclar type hints used already

2543887eb7d5cf4d1094028f68facd0d22393549 authored about 6 years ago by Alexander Makarov <[email protected]>
Fix wrong constructor call arguments

5cbfdac9a13d4e80cfdd261beaebc757fd99506d authored about 6 years ago by Alexander Makarov <[email protected]>
Added `COMPOSER_CONFIG_PLUGIN_BASEDIR` constant definition to generated configs

99c5696e502a63326ecc520af14017ab46820360 authored about 6 years ago by Andrii Vasyliev <[email protected]>
bump

08c3a1bb8b6c8723f7238d8ab572c29da3a0a116 authored about 6 years ago by Andrii Vasyliev <[email protected]>
Fixed writing `defines` with added merging env vars

34cfa360cd17f244483b77f93af5b176740310bd authored about 6 years ago by Andrii Vasyliev <[email protected]>
Changed `Defines` builder to `require_once` instead of require

3ec43a448486437461d7812874d7cf39dabb8b81 authored about 6 years ago by Andrii Vasyliev <[email protected]>
csfixed

ed34c6e254d694bcfc0fe3b9e7526b94b40da6ca authored about 6 years ago by Andrii Vasyliev <[email protected]>
Added more type hinting

faf6cecf1667c52d10fb5b1743db8be1cb549caa authored about 6 years ago by Andrii Vasyliev <[email protected]>
Redone `defines` building, require all instead of assembling

7e6e4fae501ce255b2552857f35b9eb8998a6e6b authored about 6 years ago by Andrii Vasyliev <[email protected]>
Collecting all `packages` instead of yii2-extensions only

8ba86d9dec1716dede7cfb3f9cd4532375fa25ef authored about 6 years ago by Andrii Vasyliev <[email protected]>
Removed check for `yii2-extension`, collecting aliases from all packages

462c616236fa85128457b6c244210639979b2614 authored about 6 years ago by Andrii Vasyliev <[email protected]>
Added `1.0.x-dev` branch-alias

7534700c995963241399e629f85761d0ef6c0e0f authored about 6 years ago by Andrii Vasyliev <[email protected]>
Added `DotEnv` class, no defines and dotenv needed for dotenv

6d2c277c9fa2e90af0a7ba042ef88557e22a10aa authored about 6 years ago by Andrii Vasyliev <[email protected]>
csfixed

22965f1a98defaf93f4afb9c0c8d04d8818b3c53 authored about 6 years ago by Andrii Vasyliev <[email protected]>
Added merging ENV vars in normal configs

1d78abf149613ded60776f885fffbab3068dbcd0 authored about 6 years ago by Andrii Vasyliev <[email protected]>
Fixed `System::load()` to allow file not exist

e88f54741d5389a75c625e1b11782e5301f30cbb authored about 6 years ago by Andrii Vasyliev <[email protected]>
Fixed `Builder::rebuild()` by fixing aliases loading

19b80be98775ac9a2bba5e75cf6e7f0f39c0921b authored about 6 years ago by Andrii Vasyliev <[email protected]>
Allowed return null in reference functions

3c7654c7953278b847f94e3ae86aa17e6435c73c authored about 6 years ago by Andrii Vasyliev <[email protected]>
Changed recommended config path to `config` (was src/config)

39fc2697704354b1f3b8d9bdcf4d7c41bcef00be authored about 6 years ago by Andrii Vasyliev <[email protected]>
csfixed

03d73596464161b8a0a63ddac3c2792dc7820601 authored about 6 years ago by Andrii Vasyliev <[email protected]>
Added lot of phpdocs

f73714d70b0697f1b74b2821edf38ac19fa02e86 authored about 6 years ago by Andrii Vasyliev <[email protected]>
Extracted package logic to `Package` class: prefer data from `composer.json`

33781331bb9a80d99f3eceb7f50abf5f5dc525cc authored about 6 years ago by Andrii Vasyliev <[email protected]>
Added `suggest` section to composer.json

4e4f6b9e6e15018ac32edb8a8a8903dd7b848996 authored about 6 years ago by Andrii Vasyliev <[email protected]>
Moved aliases and extensions building to `Builder`

8273a374cfaa0a95ff4460aa4694d23c17443442 authored about 6 years ago by Andrii Vasyliev <[email protected]>
Removed `__addition` config and `Builder::files` , passing files explicitly

5f84f438e2b55888ab50a88eef5b38172cefce16 authored about 6 years ago by Andrii Vasyliev <[email protected]>
Added `System` config `setValue()`, `mergeValues()` and `build()`

1d526091378a731455018870f0301fe923dbc261 authored about 6 years ago by Andrii Vasyliev <[email protected]>
Removed expired `Yii.php` loading stuff

5ccb875eb1341e6b6640c10ff66e7a62a941670c authored about 6 years ago by Andrii Vasyliev <[email protected]>
Removed `io` from `Builder`

eba7d8748661f1a2aa4a69d8fd6f407e8ae4d902 authored about 6 years ago by Andrii Vasyliev <[email protected]>
Extracted `Config::renderVars()` method

b8e8baf3a49c82edddfbe4e7a42c9c12b9917a56 authored about 6 years ago by Andrii Vasyliev <[email protected]>
minor

20648bbab1fa3dcb44b6e4236aa503db90412da2 authored about 6 years ago by Andrii Vasyliev <[email protected]>
Removed `isSpecialConfig` (cleaning up)

117b250b8d8d94579bd6b6eda40fec138e018802 authored about 6 years ago by Andrii Vasyliev <[email protected]>
Fixed `substitutePath()` to substitute also exact path again

540be977b6325de7e94b41dd1e49890b219c447a authored over 6 years ago by Andrii Vasyliev <[email protected]>
Merged rework

1df019442fd02d436e297dea7a0cfefb3f86bb84 authored over 6 years ago by Andrii Vasyliev <[email protected]>
HUGE refactoring out config classes

349da2d6c008f3d8defc6e3044acea3f9734a789 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Added tests for readers factory

b08f3203e3c84b7b5ebf32eac93b3ae4cb520488 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Refactored readers to have builder

c2d13209f6bf15bf4968d7e69037e94aac443fdd authored over 6 years ago by Andrii Vasyliev <[email protected]>
Fixed `Helper::mergeConfig()` for empty arguments list

f4fd70b7f9d13fde7e569bfca4bcff5a832b24a8 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Moved `ReaderFactory` to readers dir

8a9d349f1935efbd067601556f8efb6d0c4a3637 authored over 6 years ago by Andrii Vasyliev <[email protected]>
csfixed

c02b3cd341ccd5a8a851aa473ffbd4a4f9aac97e authored over 6 years ago by Andrii Vasyliev <[email protected]>
Fixed `Builder::substitutePath()` to substitute also exact path

55966703a6c4be81e0b8bc66da6052c67237dc10 authored over 6 years ago by Andrii Vasyliev <[email protected]>
minor

9d774c746c61aa791aabfff41b8683958e5b1263 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Fixed collecting files list: adding only unique

77aa87a04b3bf1e747b5ad65aa3d7d08d675b104 authored over 6 years ago by Andrii Vasyliev <[email protected]>
renamed application to `app`

c3e0699ec66bf96af64f986aef989c6ee0022a17 authored over 6 years ago by Andrii Vasyliev <[email protected]>
trying yii 3.0 version

05af3cc2421032a89ad3fcb5cb644832fc08a703 authored over 6 years ago by Andrii Vasyliev <[email protected]>
removed unused `$rawParams`

8304c24aca16976e7126a060f182e6ca38da518c authored over 6 years ago by Andrii Vasyliev <[email protected]>
Merge pull request #5 from marclaporte/patch-1

Fix a typo

14a42b0d54e3d9f0d09d6482bf01361c236d6939 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Fix a typo

af29b9b6b2deadec28185bdf7ab6012c5c637a0b authored over 6 years ago by Marc Laporte <[email protected]>
csfixed

b1a84e75f0844bc96f68e317a11eae1522e9a3d3 authored over 6 years ago by Andrii Vasyliev <[email protected]>
still fixing to work in Windows

67966080b59575625e1d3d39036da50f588e4822 authored almost 7 years ago by Andrii Vasyliev <[email protected]>
Merge pull request #4 from loveorigami/patch-1

normalizeDir for windows path

6621a38da1c5880aba5814490843b98e30cee629 authored almost 7 years ago by Andrii Vasyliev <[email protected]>
normalizeDir for windows path

2e358df7cd7e6c2c8df2e08f962431a89fcb0aff authored almost 7 years ago by Andrey <[email protected]>
quickfixed to `normalizePath` to force unix directory separator for substitutions to work in Windows

167ae38f20f2b857c9576d1d32fc205713ee5ef9 authored almost 7 years ago by Andrii Vasyliev <[email protected]>
added `normalizePath` to convert Windows backslashes to normal slashes

4c7e79d254dfbbc58ca4d74f8cb647ad900e1b07 authored almost 7 years ago by Andrii Vasyliev <[email protected]>
csfixed

fdc740aaf2f729af52006e8db96f23026c0863d0 authored about 7 years ago by Andrii Vasyliev <[email protected]>
fixed expects array error

2b9795d736aec18cc998ecfd0e12c6c8b27a1c61 authored about 7 years ago by Andrii Vasyliev <[email protected]>
added pushing env vars into params with `pushEnvVars`

05fff11e85f3cad0c7e4a9eb6b1ce12e2cf7133c authored about 7 years ago by Andrii Vasyliev <[email protected]>
disabled require Yii.php because it sets Yii_ constants wrong

35823f1b9340bbe53b80988fdc1f52ab83bf5b93 authored about 7 years ago by Andrii Vasyliev <[email protected]>
added require Yii in `Plugin::initAutoload`

32105a5120c2504b1270e2620a72767c073af820 authored about 7 years ago by Andrii Vasyliev <[email protected]>
minor

f64aa6c8aff1eec968a17a4199d5e1b4b4657bdb authored about 7 years ago by Andrii Vasyliev <[email protected]>
csfixed

67bf2301ec9a790a29e425d8b031636ae482e884 authored about 7 years ago by Andrii Vasyliev <[email protected]>
switched to phpunit 6

bea1b980693b487cfe7ec953c57c39101a76c249 authored about 7 years ago by Andrii Vasyliev <[email protected]>
added links to app-organization article

078c488304068b35c5efddfe091e0b0f3d8446dd authored about 7 years ago by Andrii Vasyliev <[email protected]>
version bump to 0.2.5

5c8ce24889399cb9490d50786319eda4f97f86ee authored over 7 years ago by Andrii Vasyliev <[email protected]>
csfixed

a08ff858939d0b4a4325a0c81f3cd27b3d8e523d authored over 7 years ago by Andrii Vasyliev <[email protected]>
docs

f6b00f41535db6e1825bd90488d59007575c06c7 authored over 7 years ago by Andrii Vasyliev <[email protected]>
improved tree colors

37dcf77f2aa988f54f54a4df6a2bbb78d94eb113 authored over 7 years ago by Andrii Vasyliev <[email protected]>
added showing packages hierarchy tree with `showDepsTree()`

3ddd3133a61a211bbfa1ce5ee8376e05106813d7 authored over 7 years ago by Andrii Vasyliev <[email protected]>
docs

aaa59c656c820c3a0b6c8ea5365da662ed889824 authored over 7 years ago by Andrii Vasyliev <[email protected]>
version bump to 0.2.4

c82878b73673d7c38dc0b57f2a6d4d33a60cc37f authored over 7 years ago by Andrii Vasyliev <[email protected]>
removed phpunit 6 compatibility hack

4889e110fb46e41089cf7849e5ae699b941957ea authored over 7 years ago by Andrii Vasyliev <[email protected]>
csfixed

b38c0f552a1f73acebe4ddb2f3a4efa2a8f85153 authored over 7 years ago by Andrii Vasyliev <[email protected]>
renamed `hidev.yml` <- .hidev/config.yml

bea84624697f246849453eb91a82c51d01a451f0 authored over 7 years ago by Andrii Vasyliev <[email protected]>
added proper resolving of config dependencies with `Resolver` class

a0f372dca36ca0b0a2dc105e6b741d0f10b484d7 authored over 7 years ago by Andrii Vasyliev <[email protected]>
minor

8303cb798a0c76de776678b956d1a6ba2263583d authored over 7 years ago by Andrii Vasyliev <[email protected]>
Merge pull request #1 from edgardmessias/patch-1

Fixed exportVar closures in Windows Environment

b411092167ec25d426bbdf2bad6be6e90f60c99e authored over 7 years ago by Dmitry Naumenko <[email protected]>
Fixed exportVar closures in Windows Environment

42cf9adc3c834d1f8bcdb6a71a38b5edab458c01 authored over 7 years ago by Edgard Lorraine Messias <[email protected]>
minor

126b6b23f0ddbd23a26b8dbfffb19a7521c5a615 authored over 7 years ago by Andrii Vasyliev <[email protected]>
version bump to 0.2.3

71b1d14d92c08b68ed27631a92cf84d2966efb71 authored over 7 years ago by Andrii Vasyliev <[email protected]>
csfixed

ed7f5866f7f4ca3c7513087b36008bb487f4b459 authored over 7 years ago by Andrii Vasyliev <[email protected]>
added vendor dir optional argument to `Builder::path`

06c907982ba81d0efd7fb83bbfda7a92fd9bc425 authored over 7 years ago by Andrii Vasyliev <[email protected]>