Skip to content

Commit

Permalink
Enables PHP 7.1 for use.
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonius committed Mar 21, 2020
1 parent 21ede83 commit 5f2a0ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ language: php

php:
- 7.1
- 7.2
- 7.3

before_install:
- composer self-update
Expand Down
1 change: 0 additions & 1 deletion src/Commands/TeamsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ public function roleUpdatePermissions($roleUuid, $permissions)
public function showRoles($organization)
{

var_dump($organization);
$organizationUuid = $organization->uuid;
$rolesAdapter = new Roles($this->cloudapi);
$roles = $rolesAdapter->getAll($organizationUuid);
Expand Down

0 comments on commit 5f2a0ab

Please sign in to comment.