andig / carddav2fb

Download CardDAV VCards and upload as phonebook to AVM FRITZ!Box
63 stars 19 forks source link

"continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? #185

Closed agolks closed 4 years ago

agolks commented 4 years ago

hi,

ich bleib mal bei deutsch.

ich versuche das ding auf raspbian 9 auf einem rpi4 zu installieren. die pakete habe ich mit php7.3- installiert, nur php- ging nicht. composer install --no-dev liefert mir aber einen fehler: `Loading composer repositories with package information Updating dependencies

[ErrorException]
"continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?`

ich schätze es liegt an php7.3? gibts schon patches? alternative möglichkeiten?

agolks commented 4 years ago

konnte zwar mit 7.1 installieren, aber ich will das system mit 7.3 als default laufen lassen...

andig commented 4 years ago

Aktuelle Composerversion?

Viele Grüße, Andreas

Am 07.01.2020 um 15:13 schrieb agolks notifications@github.com:

 konnte zwar mit 7.1 installieren, aber ich will das system mit 7.3 als default laufen lassen...

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

agolks commented 4 years ago

Composer version 1.2.2 2016-11-03 17:43:15

andig commented 4 years ago

Then please update it 2016 is from the stone age.

Am 07.01.2020 um 15:53 schrieb agolks notifications@github.com:

Composer version 1.2.2 2016-11-03 17:43:15

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

agolks commented 4 years ago

oO Crazy, i'll try. Nevertheless the build with 7.1. seems to work, too, with 7.3. But i'll leave a note if updated composer will fix this issue, too.

agolks commented 4 years ago

works with current composer without any issues. sorry for the noise ;)