Keeps `"prefer-stable": true`

This commit is contained in:
Nuno Maduro 2023-01-11 15:50:07 +00:00 committed by GitHub
parent 75d22431af
commit 5c7cc8eee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -60,5 +60,6 @@
"pestphp/pest-plugin": true
}
},
"minimum-stability": "stable"
"minimum-stability": "stable",
"prefer-stable": true
}