Skip to content

Commit

Permalink
switched to ^5.5 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jarektkaczyk committed Mar 3, 2018
1 parent f1e64f2 commit 3c9787d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
],
"require": {
"php": ">=7.0.0",
"sofa/eloquence-base": "5.5.*",
"sofa/eloquence-metable": "5.5.*",
"sofa/eloquence-mutable": "5.5.*",
"sofa/eloquence-mappable": "5.5.*",
"sofa/eloquence-validable": "5.5.*"
"sofa/eloquence-base": "^5.5",
"sofa/eloquence-metable": "^5.6",
"sofa/eloquence-mutable": "^5.5",
"sofa/eloquence-mappable": "^5.5",
"sofa/eloquence-validable": "^5.5"
},
"require-dev": {
"phpunit/phpunit": "4.5.0",
Expand Down

0 comments on commit 3c9787d

Please sign in to comment.