Skip to content

Commit

Permalink
Added PHP8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
toooni committed Feb 17, 2021
1 parent 6a3c533 commit 4e4b09a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
],
"minimum-stability": "stable",
"require": {
"php": "^7.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",
"php": "^7.4|^8.0",
"symfony/dependency-injection": "^4.1|^5.0",
"symfony/http-foundation": "^4.1|^5.0",
"symfony/http-kernel": "^4.1|^5.0",
"symfony/config": "^4.1|^5.0",
"plivo/php-sdk": "^4.0"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion src/Invit/PlivoBundle/Helper/PlivoHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class PlivoHelper
{
private $authToken;
private string $authToken;

public function __construct(string $authToken)
{
Expand Down

0 comments on commit 4e4b09a

Please sign in to comment.