Skip to content

Commit

Permalink
Remove minimum stability
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Dec 18, 2022
1 parent fc8d0c0 commit ed2c144
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,14 @@
"support": {
"issues": "https://github.com/amphp/phpunit-util/issues"
},
"minimum-stability": "beta",
"prefer-stable": true,
"require": {
"php": ">=8.1",
"ext-json": "*",
"amphp/amp": "^3",
"revolt/event-loop": "^1 || ^0.2",
"phpunit/phpunit": "^9"
"phpunit/phpunit": "^9",
"revolt/event-loop": "^1 || ^0.2"
},
"require-dev": {
"amphp/php-cs-fixer-config": "^2-dev"
"amphp/php-cs-fixer-config": "^2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ed2c144

Please sign in to comment.