We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8d0c0 commit ed2c144Copy full SHA for ed2c144
1 file changed
composer.json
@@ -16,17 +16,14 @@
16
"support": {
17
"issues": "https://github.com/amphp/phpunit-util/issues"
18
},
19
- "minimum-stability": "beta",
20
- "prefer-stable": true,
21
"require": {
22
"php": ">=8.1",
23
- "ext-json": "*",
24
"amphp/amp": "^3",
25
- "revolt/event-loop": "^1 || ^0.2",
26
- "phpunit/phpunit": "^9"
+ "phpunit/phpunit": "^9",
+ "revolt/event-loop": "^1 || ^0.2"
27
28
"require-dev": {
29
- "amphp/php-cs-fixer-config": "^2-dev"
+ "amphp/php-cs-fixer-config": "^2"
30
31
"autoload": {
32
"psr-4": {
0 commit comments