Skip to content

Commit 801c1a8

Browse files
authored
release to v0.9.0 (#19)
* release to v0.9.0 * make ext-pcntl a required dependency
1 parent a5c7963 commit 801c1a8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "volt-test/php-sdk",
33
"description": "Volt Test PHP SDK - A performance testing tool for PHP applications",
44
"type": "library",
5-
"version": "0.1.2",
5+
"version": "0.9.0",
66
"keywords": [
77
"volt-test",
88
"php-sdk",
@@ -26,10 +26,8 @@
2626
"require": {
2727
"php": "^8.0",
2828
"ext-json": "*",
29-
"ext-curl": "*"
30-
},
31-
"suggest": {
32-
"ext-pcntl": "For signal handling support on Unix-like systems"
29+
"ext-curl": "*",
30+
"ext-pcntl": "*"
3331
},
3432
"autoload": {
3533
"psr-4": {

0 commit comments

Comments
 (0)