Skip to content

Commit 7ca6358

Browse files
committed
Prepare to release v1.0.0
1 parent 460d156 commit 7ca6358

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi
44

55
## [Unreleased][unreleased]
66

7+
## [1.0.0]
8+
79
Initial release! 🎉
810

9-
[unreleased]: https://github.com/thephpleague/config/compare/1.0.0...main
11+
[unreleased]: https://github.com/thephpleague/config/compare/v1.0.0...main
12+
[1.0.0]: https://github.com/thephpleague/config/releases/tag/v1.0.0

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "league/config",
33
"type": "library",
44
"description": "Define configuration arrays with strict schemas and access values with dot notation",
5-
"keywords": ["configuration","config","schema","dot","dot-access"],
5+
"keywords": ["configuration","config","schema","array","nested","dot","dot-access"],
66
"homepage": "https://config.thephpleague.com",
77
"license": "BSD-3-Clause",
88
"authors": [
@@ -61,7 +61,7 @@
6161
},
6262
"extra": {
6363
"branch-alias": {
64-
"dev-main": "1.0-dev"
64+
"dev-main": "1.1-dev"
6565
}
6666
},
6767
"config": {

0 commit comments

Comments
 (0)