Skip to content

Commit a267978

Browse files
committed
Composer versioning
1 parent e60c63f commit a267978

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
@@ -8,7 +8,7 @@ TextDiff is a simple library for text differences visualization. Based on Wordpr
88
Installation
99
------------
1010

11-
- via Composer `composer require qazd/text-diff dev-master`
11+
- via Composer `composer require qazd/text-diff`
1212
- via Git `git clone https://github.com/qazd/text-diff.git`
1313
- or [download zip](https://github.com/qazd/text-diff/zipball/master)
1414

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
],
1010
"require": {
11-
"php": ">=5"
11+
"php": ">=5.3"
1212
},
1313
"autoload": {
1414
"classmap": ["src/TextDiff.php"]

0 commit comments

Comments
 (0)