Skip to content

Commit

Permalink
Merge branch 'release/5.8.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
hadimansouri committed Aug 12, 2019
2 parents cd2fa61 + 58b2655 commit e5199dc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
],
"minimum-stability" : "stable",
"require" : {
"pluf/core" : "5.7.x",
"pluf/cms" : "5.7.x",
"pluf/bank" : "5.7.x",
"pluf/discount" : "5.7.x",
"pluf/tenant" : "5.7.x",
"pluf/core" : "5.8.x",
"pluf/cms" : "5.8.x",
"pluf/bank" : "5.8.x",
"pluf/discount" : "5.8.x",
"pluf/tenant" : "5.8.x",
"firebase/php-jwt" : "^5.0"
},
"require-dev" : {
"pluf/test" : "5.7.x"
"pluf/test" : "5.8.x"
},
"include-path" : [
"src/"
Expand Down

0 comments on commit e5199dc

Please sign in to comment.