Skip to content

Commit a026d61

Browse files
committed
change the library version requirement
1 parent a2fdf0f commit a026d61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@
2020
"Win32ServiceBundle\\Tests\\": "tests/"
2121
}
2222
},
23+
"minimum-stability": "beta",
2324
"require": {
2425
"php": "^7.1.0 <7.4.0",
25-
"win32service/service-library": "dev-new_feature_0_4@dev",
26+
"win32service/service-library": "^0.1.0",
2627
"symfony/http-kernel": "^4.0",
2728
"symfony/console": "^4.0",
2829
"symfony/config": "^4.0",

0 commit comments

Comments
 (0)