Mobile-Detect
Mobile-Detect copied to clipboard
Making use of php-cs-fixer applying the PSR-2 standard
Making use of php-cs-fixer applying the PSR-2 standard.
- friendsofphp/php-cs-fixer v2.15.3 requires php ^5.6 || ^7.0 -> your PHP version (5.3.29) does not satisfy that requirement.
Can we make the dev build work for 5.3, 5.4 and 5.5? See https://travis-ci.org/serbanghita/Mobile-Detect/builds/595904568
Sadly friendsofphp/php-cs-fixer
has been php 5.6 and up for a while and the only solution is to remove it from require-dev
and install it globally if you want to use it.
Would you also like to include examples
and tests
?
I'm thinking of adding friendsofphp/php-cs-fixer
to suggest
and running it in travis only php 5.6 and up. What do you think?
@mynameisbogdan I agree
@serbanghita done. :)