Skip to content

Commit

Permalink
fix: fix wrong pandawa release version
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ckbon3 committed Apr 20, 2020
1 parent 62b2997 commit 948489d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"borobudur/exception": "~0.1@dev",
"borobudur/parameter": "~0.1@dev",
"lcobucci/jwt": "^4.0@dev",
"pandawa/pandawa": "^2.0"
"pandawa/pandawa": "^2.1"
},
"require-dev": {
"barryvdh/laravel-ide-helper": "^2.6",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.0"
"dev-master": "2.1"
},
"laravel": {
"dont-discover": [
Expand Down

0 comments on commit 948489d

Please sign in to comment.