Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
add compatibility for symfony 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lepiaf committed May 18, 2018
1 parent 4b8afbb commit d5fdeba
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 @@ -5,11 +5,11 @@
"require": {
"paragonie/sapient": "^1.0",
"symfony/psr-http-message-bridge": "^1.0",
"symfony/console": "^4.0",
"symfony/http-kernel": "^4.0",
"symfony/dependency-injection": "^4.0",
"symfony/config": "^4.0",
"symfony/event-dispatcher": "^4.0",
"symfony/console": "^4.0|^3.4",
"symfony/http-kernel": "^4.0|^3.4",
"symfony/dependency-injection": "^4.0|^3.4",
"symfony/config": "^4.0|^3.4",
"symfony/event-dispatcher": "^4.0|^3.4",
"zendframework/zend-diactoros": "^1.7"
},
"license": "MIT",
Expand Down

0 comments on commit d5fdeba

Please sign in to comment.