Joshua Gigg
Joshua Gigg
This might not be a packagist issue, but the cron itself. I just attached to the cron container, and the log shows: ``` bash-5.0# tail -f /app/var/log/cron.log crond: crond (busybox...
Restarted the entire stack (down + up like you suggested), and still no luck. Went into the container again, and can crond manually with debug level 0, still nothing. Changed...
The base locale (en) has the default values, and the country codes underneath have overrides from that base locale. For example, the base [en](https://github.com/giggsey/Locale/blob/master/data/en.php#L134) has a value for `'KN' =>...
Does composer display any warnings or other signs that it's not happy with the response? And what impact does it have for clients? Edit: Just had a quick look at...
> @giggsey that looks at the user agent, so if you call it in the browser without the proper v2 user agent you will get the v1 response as a...
@Naugrimm Thanks. As a separate issue, I think it'll be good to fix the package list from V2 clients, so they can use the package URLs instead.
Take a look at https://github.com/giggsey/libphonenumber-for-php/pull/3 which also contains a similar fix to yours.
That number is accepted in both the most recent Java version from Google (http://libphonenumber.appspot.com/phonenumberparser), and works in at least my PHP port (http://giggsey.com/libphonenumber/?phonenumber=27614442211+&country=ZA&language=®ion=) I would suggest looking at one of...