8000 raise deps · msgphp/msgphp@25812a2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 25812a2

Browse files
committed
raise deps
1 parent 4a2180f commit 25812a2

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

src/Eav/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"msgphp/domain": "^0.8"
20+
"msgphp/domain": "^0.9"
2121
},
2222
"require-dev": {
2323
"doctrine/orm": "^2.6"

src/EavBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"msgphp/eav": "^0.8",
17+
"msgphp/eav": "^0.9",
1818
"symfony/config": "^3.4 || ^4.0",
1919
"symfony/dependency-injection": "^3.4 || ^4.0",
2020
"symfony/http-kernel": "^3.4 || ^4.0"

src/User/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"msgphp/domain": "^0.8"
20+
"msgphp/domain": "^0.9"
2121
},
2222
"require-dev": {
2323
"doctrine/orm": "^2.6",

src/UserBundle/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"msgphp/user": "^0.8",
17+
"msgphp/user": "^0.9",
1818
"symfony/config": "^3.4 || ^4.0",
1919
"symfony/dependency-injection": "^3.4 || ^4.0",
2020
"symfony/http-kernel": "^3.4 || ^4.0"
@@ -23,8 +23,8 @@
2323
"doctrine/doctrine-bundle": "^1.8",
2424
"doctrine/orm": "^2.6",
2525
"lexik/jwt-authentication-bundle": "^2.5",
26-
"msgphp/eav-bundle": "^0.8",
27-
"msgphp/user-eav": "^0.8",
26+
"msgphp/eav-bundle": "^0.9",
27+
"msgphp/user-eav": "^0.9",
2828
"symfony/console": "^3.4 || ^4.0",
2929
"symfony/form": "^3.4 || ^4.0",
3030
"symfony/maker-bundle": "^1.5",

src/UserEav/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
}
1919
],
2020
"require": {
21-
"msgphp/eav": "^0.8",
22-
"msgphp/user": "^0.8"
21+
"msgphp/eav": "^0.9",
22+
"msgphp/user": "^0.9"
2323
},
2424
"require-dev": {
2525
"doctrine/orm": "^2.6"

0 commit comments

Comments
 (0)
0