Skip to content

Commit c7fa01d

Browse files
committed
:octocat:
1 parent 97fe3e8 commit c7fa01d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# chillerlan/php-settings-container
22

33
A container class for immutable settings objects. Not a DI container. PHP 7.4+
4-
- [`SettingsContainerInterface`](https://github.com/chillerlan/php-settings-container/blob/main/src/SettingsContainerInterface.php) provides immutable properties with magic getter & setter and some fancy
4+
- [`SettingsContainerInterface`](https://github.com/chillerlan/php-settings-container/blob/main/src/SettingsContainerInterface.php) provides immutable properties with magic getter & setter and some fancy - decouple configuration logic from your application!
55

66
[![PHP Version Support][php-badge]][php]
77
[![version][packagist-badge]][packagist]

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "library",
77
"minimum-stability": "stable",
88
"keywords": [
9-
"php7", "helper", "container", "settings"
9+
"php7", "helper", "container", "settings", "configuration"
1010
],
1111
"authors": [
1212
{

0 commit comments

Comments
 (0)