Skip to content

Commit

Permalink
feat(0.2): uses dev master
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Jun 3, 2020
1 parent 2710081 commit 59e94d5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^7.3",
"laravel/framework": "^7.0",
"pestphp/pest": "@dev"
"pestphp/pest": "^0.2"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -53,11 +53,5 @@
"@test:types",
"@test:unit"
]
},
"repositories": {
"pest": {
"type": "path",
"url": "../pest"
}
}
}

0 comments on commit 59e94d5

Please sign in to comment.