Skip to content

Commit 932e12e

Browse files
committed
docs: changelog and composer requirements added
1 parent 745060c commit 932e12e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# 1.0.0
2+
## Breaking Changes
3+
* Flow\Exception was replaced by Flow\FileOpenException and Flow\FileLockException
4+
* php requirement was changed to >=5.4

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"chunks"
2020
],
2121
"require": {
22-
22+
"php": ">=5.4"
2323
},
2424
"require-dev": {
2525
"mikey179/vfsStream": "v1.2.0",

0 commit comments

Comments
 (0)