Skip to content

Commit

Permalink
Fix dependant libs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Borales committed Mar 4, 2016
1 parent 62b10f9 commit 7e43d94
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 @@ -26,8 +26,8 @@
"psr-4": {"borales\\extensions\\phoneInput\\": "src/"}
},
"require": {
"bower-asset/intl-tel-input": "^8.0",
"giggsey/libphonenumber-for-php": "^7.0",
"bower-asset/intl-tel-input": "^8",
"giggsey/libphonenumber-for-php": "^7",
"yiisoft/yii2": ">=2.0.1"
}
}

0 comments on commit 7e43d94

Please sign in to comment.