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 53ffec5 commit aaf0ec1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions composer.json
Expand Up @@ -32,15 +32,12 @@
"email": "rdlowrey@php.net"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=8.1",
"revolt/event-loop": "^1 || ^0.2"
},
"require-dev": {
"ext-json": "*",
"amphp/php-cs-fixer-config": "^2-dev",
"amphp/php-cs-fixer-config": "^2",
"phpunit/phpunit": "^9",
"psalm/phar": "^4.13"
},
Expand Down

0 comments on commit aaf0ec1

Please sign in to comment.