Skip to content

Commit

Permalink
Less tight PHP version requirement (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
luza authored and fre5h committed Aug 14, 2019
1 parent 7e62077 commit c723702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PHP library for transliteration. 🇺🇦 :uk: :ru: :abcd:

## Requirements

* PHP 7.1.3 *and later*
* PHP 7.1 *and later*

## Install via Composer

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"issues": "https://github.com/fre5h/transliteration/issues"
},
"require": {
"php": ">=7.1.3"
"php": ">=7.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15",
Expand Down

0 comments on commit c723702

Please sign in to comment.