Skip to content

Commit

Permalink
Don't tie this library specifically to PHP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisharrison committed Dec 23, 2017
1 parent 9bc0524 commit f3349be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# clock
A PHP 7.1 clock interface.
A PHP 7 clock interface.

## Installation ##

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chrisharrison/clock",
"description": "A PHP 7.1 clock.",
"description": "A PHP 7 clock interface.",
"type": "library",
"license": "MIT",
"authors": [
Expand All @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^7.1"
"php": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "^6.3"
Expand Down

0 comments on commit f3349be

Please sign in to comment.