Skip to content

Commit

Permalink
Merge pull request #11 from php-fig/psr-20-acceptance
Browse files Browse the repository at this point in the history
Mark PSR as accepted
  • Loading branch information
Jean85 authored Nov 25, 2022
2 parents 2612901 + 3146f5b commit e41a247
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 1.0.0

First stable release after PSR-20 acceptance

## 0.1.0

First release
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
# [WIP] PSR Clock

## Work in Progress!
# PSR Clock

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

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

**CAVEAT:** This is currently **Work in Progress**!

**Do not (I repeat: Do NOT) rely on this interface being stable!**

**Using this as long as the PSR is not officially released happens at your own risk!**

## Installation

```bash
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "psr/clock",
"description": "[WIP] Not yet accepted Common interface for reading the clock. Might change at any time without prior notice!",
"description": "Common interface for reading the clock.",
"keywords": ["psr", "psr-20", "time", "clock", "now"],
"homepage": "https://github.com/php-fig/clock",
"license": "MIT",
Expand Down

0 comments on commit e41a247

Please sign in to comment.