Skip to content

Commit ef1eed9

Browse files
Updated to allow for php 8
1 parent f92dc45 commit ef1eed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A small php library that adds some functions to operate on local files, like an efficient line count function.",
44
"type": "library",
55
"require": {
6-
"php": "^7.3"
6+
"php": "^7.3||^8.0"
77
},
88
"require-dev": {
99
"mikey179/vfsstream": "^1.6",

0 commit comments

Comments
 (0)