Skip to content

Conversation

@mkriegeskorte
Copy link

Adding support for Laravel 5.3 as mentioned in #108

case false !== strpos($version, '5.2.'):
$provider = new Laravel52Provider();
break;
case false !== strpos($version, '5.3.'):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spaces must be used to indent lines; tabs are not allowed

$provider = new Laravel52Provider();
break;
case false !== strpos($version, '5.3.'):
$provider = new Laravel53Provider();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spaces must be used to indent lines; tabs are not allowed

break;
case false !== strpos($version, '5.3.'):
$provider = new Laravel53Provider();
break;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spaces must be used to indent lines; tabs are not allowed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants