Skip to content

Commit 60b5790

Browse files
authored
Merge pull request #28 from nayzo/compat-symfony5
add Symfony 5 compatibility.
2 parents 607f0d3 + 5da4911 commit 60b5790

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"license": "MIT",
77
"require": {
88
"php": "^7.1",
9-
"symfony/framework-bundle": "^3.4|^4",
10-
"friendsofsymfony/elastica-bundle": "^5",
9+
"symfony/framework-bundle": "^3.4|^4.0|^5.0",
10+
"friendsofsymfony/elastica-bundle": "^5.0",
1111
"enqueue/enqueue-bundle": "^0.9"
1212
},
1313
"autoload": {
@@ -16,7 +16,7 @@
1616
"minimum-stability": "dev",
1717
"extra": {
1818
"branch-alias": {
19-
"dev-master": "0.9.x-dev"
19+
"dev-master": "0.10.x-dev"
2020
}
2121
}
2222
}

0 commit comments

Comments
 (0)