Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 135b64b

Browse filesBrowse files
committed
tilde to caret
1 parent fa9243c commit 135b64b
Copy full SHA for 135b64b

File tree

Expand file treeCollapse file tree

4 files changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+4
-4
lines changed

‎src/Eav/composer.json

Copy file name to clipboardExpand all lines: src/Eav/composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"exclude-from-classmap": ["/Tests/"]
1919
},
2020
"require": {
21-
"msgphp/domain": "~0.6"
21+
"msgphp/domain": "^0.6"
2222
},
2323
"require-dev": {
2424
"doctrine/orm": "^2.6",

‎src/EavBundle/composer.json

Copy file name to clipboardExpand all lines: src/EavBundle/composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"exclude-from-classmap": ["/Tests/"]
1919
},
2020
"require": {
21-
"msgphp/eav": "~0.6",
21+
"msgphp/eav": "^0.6",
2222
"symfony/config": "^3.4|^4.0",
2323
"symfony/dependency-injection": "^3.4|^4.0",
2424
"symfony/http-kernel": "^3.4|^4.0"

‎src/User/composer.json

Copy file name to clipboardExpand all lines: src/User/composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"exclude-from-classmap": ["/Tests/"]
1919
},
2020
"require": {
21-
"msgphp/domain": "~0.6"
21+
"msgphp/domain": "^0.6"
2222
},
2323
"require-dev": {
2424
"doctrine/orm": "^2.6",

‎src/UserBundle/composer.json

Copy file name to clipboardExpand all lines: src/UserBundle/composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"exclude-from-classmap": ["/Tests/"]
1919
},
2020
"require": {
21-
"msgphp/user": "~0.6",
21+
"msgphp/user": "^0.6",
2222
"symfony/config": "^3.4|^4.0",
2323
"symfony/dependency-injection": "^3.4|^4.0",
2424
"symfony/http-kernel": "^3.4|^4.0"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.