Skip to content

Commit d2756b6

Browse files
vahurkhellogerard
authored andcommitted
Added Symfony5 support (#119)
1 parent 042865d commit d2756b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"mtdowling/cron-expression": "^1.0",
2020
"swiftmailer/swiftmailer": "^5.4|^6.0",
2121
"jeremeamia/superclosure": "^2.2",
22-
"symfony/process": "^2.7|^3.0|^4.0"
22+
"symfony/process": "^2.7|^3.0|^4.0|^5.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^4.6",
26-
"symfony/filesystem": "^2.7|^3.0|^4.0"
26+
"symfony/filesystem": "^2.7|^3.0|^4.0|^5.0"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)