Skip to content

Commit

Permalink
Updated composer to allow symfony 5+
Browse files Browse the repository at this point in the history
  • Loading branch information
toooni authored Jan 16, 2021
1 parent cd4c911 commit eedfd7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"minimum-stability": "stable",
"require": {
"php": "^7.1",
"symfony/dependency-injection": "^3.4 | ^4.1",
"symfony/http-foundation": "^3.4 | ^4.1",
"symfony/http-kernel": "^3.4 | ^4.1",
"symfony/config": "^3.4 | ^4.1",
"symfony/dependency-injection": "^3.4 | ^4.1 | ^5.0",
"symfony/http-foundation": "^3.4 | ^4.1 | ^5.0",
"symfony/http-kernel": "^3.4 | ^4.1 | ^5.0",
"symfony/config": "^3.4 | ^4.1 | ^5.0",
"plivo/php-sdk": "^4.0"
},
"autoload": {
Expand Down

0 comments on commit eedfd7e

Please sign in to comment.