Skip to content

Commit e4141bc

Browse files
committed
add note about php < 7.1
1 parent ea9e125 commit e4141bc

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ composer require "fab2s/bom"
1414

1515
`Bom` is also included in [OpinHelper](https://github.com/fab2s/OpinHelpers) which packages several bellow "Swiss Army Knife" level Helpers covering some of the most annoying aspects of php programing, such as UTF8 string manipulation, high precision Mathematics or properly locking a file
1616

17+
Should you need to work with php bellow 7.1, you can still use [OpinHelper](https://github.com/fab2s/OpinHelpers) `0.x`
18+
1719
## Prerequisites
1820

1921
`Bom` has no specific dependencies

composer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,13 @@
3636
"psr-4": {
3737
"fab2s\\Tests\\": "tests/"
3838
}
39+
},
40+
"scripts": {
41+
"post-update-cmd": [
42+
"rm -f .*.cache"
43+
],
44+
"post-install-cmd": [
45+
"rm -f .*.cache"
46+
]
3947
}
4048
}

0 commit comments

Comments
 (0)