Skip to content

Commit

Permalink
Added Symfony5 support (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
vahurk authored and hellogerard committed Nov 27, 2019
1 parent 042865d commit d2756b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"mtdowling/cron-expression": "^1.0",
"swiftmailer/swiftmailer": "^5.4|^6.0",
"jeremeamia/superclosure": "^2.2",
"symfony/process": "^2.7|^3.0|^4.0"
"symfony/process": "^2.7|^3.0|^4.0|^5.0"
},
"require-dev": {
"phpunit/phpunit": "^4.6",
"symfony/filesystem": "^2.7|^3.0|^4.0"
"symfony/filesystem": "^2.7|^3.0|^4.0|^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d2756b6

Please sign in to comment.