Skip to content

Commit

Permalink
Use 1.2.0 release of Pest
Browse files Browse the repository at this point in the history
  • Loading branch information
maks-rafalko committed May 13, 2021
1 parent b9ae55f commit 792a158
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/e2e/PestTestFramework/composer.json
@@ -1,6 +1,6 @@
{
"require-dev": {
"pestphp/pest": "master"
"pestphp/pest": "^1.2.0"
},
"autoload": {
"psr-4": {
Expand All @@ -11,7 +11,5 @@
"psr-4": {
"PestTestFramework\\Test\\": "tests/"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 792a158

Please sign in to comment.