Skip to content

Commit

Permalink
Use master branch of Pest instead of fork
Browse files Browse the repository at this point in the history
  • Loading branch information
maks-rafalko committed May 13, 2021
1 parent d00e9dc commit b9ae55f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions tests/e2e/PestTestFramework/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require-dev": {
"pestphp/pest": "dev-feat-junit"
"pestphp/pest": "master"
},
"autoload": {
"psr-4": {
Expand All @@ -12,10 +12,6 @@
"PestTestFramework\\Test\\": "tests/"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/olivernybroe/pest-1"
}
]
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit b9ae55f

Please sign in to comment.