Skip to content

Commit 40505f4

Browse files
committed
adjust composer.json
1 parent 64b3d56 commit 40505f4

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
@@ -2,7 +2,7 @@
22
"name": "widmogrod/php-functional",
33
"description": "Functors, Applicative and Monads are fascinating concept. Purpose of this library is to explore them in OOP PHP world.",
44
"require": {
5-
"php": ">=7.1",
5+
"php": "^7.1|^8.0",
66
"functional-php/fantasy-land": "^1"
77
},
88
"require-dev": {

0 commit comments

Comments
 (0)