Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to Laravel 5.1 #4

Merged
merged 3 commits into from
Jun 11, 2015
Merged

Updated to Laravel 5.1 #4

merged 3 commits into from
Jun 11, 2015

Conversation

luukholleman
Copy link
Contributor

Only problem was a bug in symfony, $progress = $this->getHelperSet()->get('progress'); gave a deprecation exception that you should use the ProgressBar instead. Although that exception is caused by their own code as you can see here:

https://github.com/symfony/symfony/blob/2.8/src/Symfony/Component/Console/Application.php#L958

When symfony fixed this, the line could be reverted.

Edit: extra commit, laravel 5.1 requires php 5.5.9, that's why travis fails

@nqxcode
Copy link
Owner

nqxcode commented Jun 11, 2015

Please, remove "php 5.4" from .travis.yml

nqxcode added a commit that referenced this pull request Jun 11, 2015
@nqxcode nqxcode merged commit a6fe8c6 into nqxcode:master Jun 11, 2015
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.

None yet

2 participants