Skip to content

Commit

Permalink
Merge pull request #7 from sandrokeil/develop
Browse files Browse the repository at this point in the history
merged develop
  • Loading branch information
sandrokeil committed Sep 17, 2015
2 parents 7d11caa + 546cedb commit 5c21f2c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Interop Config CHANGELOG

## 0.2.0 TBA
## 0.2.0 (2015-09-20)

* replaced component with package ([PSR-4 standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader-meta.md#package-oriented-autoloading))
* [#5](https://github.com/sandrokeil/interop-config/issues/5): replaced component with package ([PSR-4 standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader-meta.md#package-oriented-autoloading))

## 0.1.0 (2015-09-05)

* Initial release
* Added interfaces
* Added trait implementation
* [#2](https://github.com/sandrokeil/interop-config/issues/2): Added trait implementation

10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,21 @@
"license": "BSD-3-Clause",
"type": "library",
"keywords": [
"php",
"config",
"interop",
"service",
"options"
"factory",
"options",
"interfaces",
"standard",
"configuration"
],
"authors": [
{
"name": "Sandro Keil",
"homepage": "https://sandro-keil.de"
"homepage": "https://sandro-keil.de",
"role": "maintainer"
}
],
"support": {
Expand Down
2 changes: 1 addition & 1 deletion test/ConfigurationTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function testOptionsThrowsRuntimeExceptionIfNoVendorConfigIsAvailable()
*
* @covers \Interop\Config\ConfigurationTrait::options
*/
public function testOptionsThrowsOptionNotFoundExceptionIfNoComponentOptionIsAvailable()
public function testOptionsThrowsOptionNotFoundExceptionIfNoPackageOptionIsAvailable()
{
$stub = new ConnectionConfiguration();

Expand Down

0 comments on commit 5c21f2c

Please sign in to comment.