Skip to content

Commit

Permalink
update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
bensonarts committed Mar 3, 2022
1 parent 2269099 commit a7bd14a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"doctrine/collections": "~1.3",
"psr/event-dispatcher": "^1.0",
"psr/log": "^1.0",
"symfony/console": "~4.0",
"symfony/event-dispatcher": "~4.0",
"symfony/filesystem": "~4.0",
"symfony/validator": "^4.0|^5.0"
"symfony/console": "^5.0",
"symfony/event-dispatcher": "^5.0",
"symfony/filesystem": "^5.0",
"symfony/validator": "^5.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^6.3.2",
Expand All @@ -35,8 +35,6 @@
"php-http/message": "^1.6",
"php-http/message-factory": "^1.0",
"php-http/mock-client": "^1.0",
"php-vcr/php-vcr": "1.4.5",
"php-vcr/phpunit-testlistener-vcr": "3.0",
"phpro/grumphp": "~0.11",
"phpspec/phpspec": "~7.0",
"phpspec/prophecy": "~1.7",
Expand Down

0 comments on commit a7bd14a

Please sign in to comment.