Skip to content

Commit 93e23d2

Browse files
committed
ext-posix is only required in tests.
1 parent 8ee98d4 commit 93e23d2

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
},
2020
"type": "library",
2121
"require-dev": {
22-
"phpunit/phpunit": "^8.5.0"
22+
"phpunit/phpunit": "^8.5.0",
23+
"ext-posix": "*"
2324
},
2425
"require": {
2526
"php": ">=7.2.0",
26-
"guzzlehttp/guzzle": "^6.5.0",
27-
"ext-posix": "*"
27+
"guzzlehttp/guzzle": "^6.5.0"
2828
}
2929
}

composer.lock

+4-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)