You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./bin/console browscap:update
[phpbrowscap\Exception]
Bad datetime format from http://browscap.org/version
Even worse on CI:
$ ./bin/console browscap:update --env=test
[Symfony\Component\Debug\Exception\ContextErrorException]
Warning: syntax error, unexpected '}' in Unknown on line 1
I still have this env from a while:
sullivan@6674077520e8:/code$ composer show | grep browscap
browscap/browscap-bundle dev-master 6071708 Allows you to get browser information
browscap/browscap-php 2.1.1 Standalone replacement for php's native get_browser() function
And didn't have this error before. It seems to be something wrong with browscap.org. Maybe CloudFlare rules?
On local:
Even worse on CI:
I still have this env from a while:
And didn't have this error before. It seems to be something wrong with browscap.org. Maybe CloudFlare rules?
Regards.