Skip to content

Commit

Permalink
Upgrade symfony packages (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitpokhrel authored Dec 2, 2019
1 parent da4e4d7 commit 121ad95
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@
"nesbot/carbon": "^1.26.3 || ^2.0",
"predis/predis": "^1.1",
"ramsey/uuid": "^3.7",
"symfony/console": "^3.4.11 || ^4.0",
"symfony/event-dispatcher": "^3.4.11 || ^4.0",
"symfony/http-foundation": "^3.4.11 || ^4.0"
"symfony/console": "^3.4 || ^4.0",
"symfony/event-dispatcher": "^3.4 || ^4.0",
"symfony/http-foundation": "^3.4 || ^4.2"
},
"require-dev": {
"ext-apcu": "*",
"ext-pcntl": "*",
"friendsofphp/php-cs-fixer": "^2.9",
"mockery/mockery": "^1.3.0",
Expand Down

0 comments on commit 121ad95

Please sign in to comment.