Skip to content

Commit 3c9787d

Browse files
committed
switched to ^5.5 dependency
1 parent f1e64f2 commit 3c9787d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
],
2525
"require": {
2626
"php": ">=7.0.0",
27-
"sofa/eloquence-base": "5.5.*",
28-
"sofa/eloquence-metable": "5.5.*",
29-
"sofa/eloquence-mutable": "5.5.*",
30-
"sofa/eloquence-mappable": "5.5.*",
31-
"sofa/eloquence-validable": "5.5.*"
27+
"sofa/eloquence-base": "^5.5",
28+
"sofa/eloquence-metable": "^5.6",
29+
"sofa/eloquence-mutable": "^5.5",
30+
"sofa/eloquence-mappable": "^5.5",
31+
"sofa/eloquence-validable": "^5.5"
3232
},
3333
"require-dev": {
3434
"phpunit/phpunit": "4.5.0",

0 commit comments

Comments
 (0)