Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
chore: updates composer for 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro authored Jul 24, 2020
1 parent 718771d commit 1449ef6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
"license": "MIT",
"require": {
"php": "^7.3",
"pestphp/pest-plugin": "^0.2"
"pestphp/pest-plugin": "^0.3"
},
"autoload": {
"psr-4": {
"Pest\\Init\\": "src/"
}
},
"conflict": {
"pestphp/pest": "<0.2.3"
"pestphp/pest": "<0.3"
},
"require-dev": {
"pestphp/pest": "^0.2",
"pestphp/pest": "^0.3",
"pestphp/pest-dev-tools": "dev-master"
},
"minimum-stability": "dev",
Expand All @@ -36,7 +36,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.2.x-dev"
"dev-master": "0.3.x-dev"
},
"pest": {
"plugins": [
Expand Down

0 comments on commit 1449ef6

Please sign in to comment.