Skip to content

Commit e41a247

Browse files
authored
Merge pull request #11 from php-fig/psr-20-acceptance
Mark PSR as accepted
2 parents 2612901 + 3146f5b commit e41a247

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5+
## 1.0.0
6+
7+
First stable release after PSR-20 acceptance
8+
59
## 0.1.0
610

711
First release

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
1-
# [WIP] PSR Clock
2-
3-
## Work in Progress!
1+
# PSR Clock
42

53
This repository holds the interface for [PSR-20][psr-url].
64

75
Note that this is not a clock of its own. It is merely an interface that
86
describes a clock. See the specification for more details.
97

10-
**CAVEAT:** This is currently **Work in Progress**!
11-
12-
**Do not (I repeat: Do NOT) rely on this interface being stable!**
13-
14-
**Using this as long as the PSR is not officially released happens at your own risk!**
15-
168
## Installation
179

1810
```bash

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "psr/clock",
3-
"description": "[WIP] Not yet accepted Common interface for reading the clock. Might change at any time without prior notice!",
3+
"description": "Common interface for reading the clock.",
44
"keywords": ["psr", "psr-20", "time", "clock", "now"],
55
"homepage": "https://github.com/php-fig/clock",
66
"license": "MIT",

0 commit comments

Comments
 (0)