Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added merge support #96

Merged
merged 9 commits into from
Feb 18, 2018
Merged

Added merge support #96

merged 9 commits into from
Feb 18, 2018

Conversation

raffis
Copy link
Contributor

@raffis raffis commented Jan 31, 2018

Possibility to merge ConfigInterface instances... which is quite needed if you need one configuration first, doing some stuff and then load other configurations.

tobsn and others added 9 commits December 2, 2015 16:43
Add `use Noodlehaus\Config;` in README.md
* release/0.9.0:
  Updated `CHANGELOG.md`
  Close hassankhan#55. Unset cache after a set (another case)
  Close hassankhan#55. Unset cache after a set
  Fixed code sniffer errors
  Added unit tests for Iterator methods and implementation as a whole
  Fixed explanation in docblocks for current and key
  AbstractConfig implements Iterator; added declaration and five needed methods
  PSR-2
  Closed hassankhan#44.
  Add documentation for all method
  Add all() method to AbstractConfig.php, ConfigInterface.php and add test. Close hassankhan#48.
  Fix hassankhan#49.
  Remove !$temp check to fix loading an empty array
  [ci skip] Names update
  Some refactoring in `Config`
  General fixes, updated tests
  Update .gitignore
  Remove remove ùethod
  Add has and remove methods
* release/0.9.1:
  Updated Travis CI configuration
* release/0.10.0:
  Updated `CHANGELOG.md`
  [hassankhan#66] Check if the configuration key exists instead of assuming that a null value equals the configuration doesn't have the requested key.
  Add support for .dist extensions files
  rearrange error handling to reach 100% test coverage;
  PSR2 corrections as generated by PHPCBF;
  provide package-level exceptions, so that callers can catch at the package level;
* release/0.11.0:
  fix for issue hassankhan#86 (hassankhan#87)
  removed unused variable
  expand dotted keys from ini-files
  use static method to obtain supported extensions
  Add remove function in AbstractConfig. Close hassankhan#76
* release/0.11.1:
  Fix markdown for contact email address
* release/0.11.2:
  [ci skip] Add note to `README.md` about PHP support
  Add PHP 5.6, 7.0 to `allow_failures`
  Attempt to fix Travis build errors
@DavidePastore
Copy link
Collaborator

Hi @raffis! Thanks for your PR. Can you please create another one pointing on develop branch?

@raffis raffis changed the base branch from master to develop February 14, 2018 16:11
@raffis
Copy link
Contributor Author

raffis commented Feb 14, 2018

@DavidePastore Sure, I switched the base in this PR, guess this should do the job. Or do you want me to create a new one?

@hassankhan
Copy link
Owner

Just had a look over the changes, LGTM from my side 👍 Thanks for the PR, @raffis!

@DavidePastore DavidePastore merged commit 7847b03 into hassankhan:develop Feb 18, 2018
@DavidePastore
Copy link
Collaborator

Thanks for your PR, @raffis.

@DavidePastore DavidePastore added this to the 1.0.0 milestone Mar 3, 2018
peter279k pushed a commit to open-source-contributions/config that referenced this pull request May 8, 2021
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.3 to 9.5.4.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-9.5.md)
- [Commits](sebastianbergmann/phpunit@9.5.3...9.5.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants