Skip to content

Commit c723702

Browse files
luzafre5h
authored andcommitted
Less tight PHP version requirement (#14)
1 parent 7e62077 commit c723702

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
@@ -15,7 +15,7 @@ PHP library for transliteration. πŸ‡ΊπŸ‡¦ :uk: :ru: :abcd:
1515

1616
## Requirements
1717

18-
* PHP 7.1.3 *and later*
18+
* PHP 7.1 *and later*
1919

2020
## Install via Composer
2121

β€Žcomposer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"issues": "https://github.com/fre5h/transliteration/issues"
1818
},
1919
"require": {
20-
"php": ">=7.1.3"
20+
"php": ">=7.1"
2121
},
2222
"require-dev": {
2323
"friendsofphp/php-cs-fixer": "^2.15",

0 commit comments

Comments
Β (0)