Skip to content

Commit 98f2646

Browse files
committed
Fixed required php version
1 parent 0d3dde3 commit 98f2646

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
@@ -5,7 +5,7 @@
55
"homepage": "https://polylang.pro",
66
"type": "library",
77
"require-dev": {
8-
"php": ">=7.1",
8+
"php": "^7.3 || ^8.0",
99
"php-stubs/generator": "^0.8.4"
1010
},
1111
"suggest": {

0 commit comments

Comments
 (0)