Skip to content

Commit

Permalink
Updated composer.json dependencies (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx authored Mar 18, 2020
1 parent 720fcf1 commit 449c37a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"require": {
"php": "^7.3",
"cron/cron": "^1.4",
"symfony/dependency-injection": "^4.3",
"symfony/http-kernel": "^4.3",
"symfony/console": "^4.3",
"symfony/config": "^4.3",
"symfony/process": "^4.3"
"symfony/dependency-injection": "^5.0",
"symfony/http-kernel": "^5.0",
"symfony/console": "^5.0",
"symfony/config": "^5.0",
"symfony/process": "^5.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.15.0"
Expand Down

0 comments on commit 449c37a

Please # to comment.