Skip to content

Commit ed2c144

Browse files
committed
Remove minimum stability
1 parent fc8d0c0 commit ed2c144

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

composer.json

+3-6
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,14 @@
1616
"support": {
1717
"issues": "https://github.com/amphp/phpunit-util/issues"
1818
},
19-
"minimum-stability": "beta",
20-
"prefer-stable": true,
2119
"require": {
2220
"php": ">=8.1",
23-
"ext-json": "*",
2421
"amphp/amp": "^3",
25-
"revolt/event-loop": "^1 || ^0.2",
26-
"phpunit/phpunit": "^9"
22+
"phpunit/phpunit": "^9",
23+
"revolt/event-loop": "^1 || ^0.2"
2724
},
2825
"require-dev": {
29-
"amphp/php-cs-fixer-config": "^2-dev"
26+
"amphp/php-cs-fixer-config": "^2"
3027
},
3128
"autoload": {
3229
"psr-4": {

0 commit comments

Comments
 (0)