Skip to content

Commit a29120b

Browse files
authored
Merge pull request #24 from edmondscommerce/master
updated symfony dependcies to include 4
2 parents cb7bad2 + 3ddd1c6 commit a29120b

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
@@ -29,10 +29,10 @@
2929
"require" : {
3030
"php" : ">=5.6",
3131
"gossi/php-code-profiles" : "dev-master",
32-
"symfony/config" : "~2|^3",
33-
"symfony/yaml" : "~2|^3",
34-
"symfony/event-dispatcher" : "~2|^3",
35-
"symfony/console" : "~2|^3",
32+
"symfony/config" : "~2|^3|^4",
33+
"symfony/yaml" : "~2|^3|^4",
34+
"symfony/event-dispatcher" : "~2|^3|^4",
35+
"symfony/console" : "~2|^3|^4",
3636
"phootwork/collection" : "^1.5",
3737
"phootwork/tokenizer" : "~0"
3838
},
@@ -44,4 +44,4 @@
4444
"test" : "phpunit",
4545
"api" : "sami.php update sami.php"
4646
}
47-
}
47+
}

0 commit comments

Comments
 (0)