Skip to content

Commit 2883dd6

Browse files
authored
Merge pull request #53 from MateuszJozwik1/master
PHP 8.1 compatibility
2 parents 039beb2 + 33256e5 commit 2883dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Library that provides direct access to native PHP structures",
44
"type": "library",
55
"require": {
6-
"php": "8.0.*",
6+
"php": ">=8.0",
77
"ext-ffi": "*"
88
},
99
"license": [

0 commit comments

Comments
 (0)