Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Commit 3c484a2

Browse files
committed
Accept pthreads ^4.0
1 parent 44e110e commit 3c484a2

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
"license": "LGPL-3.0",
66
"require": {
77
"php": "^7.2 || ^8.0",
8-
"ext-pthreads": "~3.2.0 || ^4.0.0",
8+
"ext-pthreads": "~3.2.0 || ^4.0",
99
"ext-reflection": "*"
1010
},
1111
"require-dev": {

0 commit comments

Comments
 (0)