Skip to content

Commit 6b5b7cd

Browse files
authored
Merge pull request #348 from prisis/patch-1
Moved symfony/framework-bundle to require-dev
2 parents b0b1ad3 + 6069cf9 commit 6b5b7cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/job-queue/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"license": "MIT",
88
"require": {
99
"php": ">=5.6",
10-
"symfony/framework-bundle": "^2.8|^3|^4",
1110
"enqueue/enqueue": "^0.8@dev",
1211
"enqueue/null": "^0.8@dev",
1312
"doctrine/orm": "~2.4"
@@ -17,7 +16,8 @@
1716
"enqueue/test": "^0.8@dev",
1817
"doctrine/doctrine-bundle": "~1.2",
1918
"symfony/browser-kit": "^2.8|^3|^4",
20-
"symfony/expression-language": "^2.8|^3|^4"
19+
"symfony/expression-language": "^2.8|^3|^4",
20+
"symfony/framework-bundle": "^2.8|^3|^4"
2121
},
2222
"support": {
2323
"email": "opensource@forma-pro.com",

0 commit comments

Comments
 (0)