Skip to content

Commit 385dc7d

Browse files
committed
Composer requirements
1 parent 50089b8 commit 385dc7d

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
@@ -21,7 +21,7 @@ This project is open source and available under the [MIT License](LICENSE).
2121

2222
## Requirements
2323

24-
- PHP >= 7.1.0
24+
- PHP `^7.2.0`
2525
- JSON PHP extension
2626

2727
## Installation

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"preferred-install": "dist"
2929
},
3030
"require": {
31-
"php": ">=7.1.0",
31+
"php": "^7.1.0",
3232
"ext-json": "*"
3333
},
3434
"autoload": {

0 commit comments

Comments
 (0)