PHP Classes

can't install with composer

Recommend this page to a friend!

      Nova PHP SMS Message  >  All threads  >  can't install with composer  >  (Un) Subscribe thread alerts  
Subject:can't install with composer
Summary:composer error
Messages:4
Author:adriano ghezzi
Date:2019-03-24 18:02:48
 

  1. can't install with composer   Reply   Report abuse  
Picture of adriano ghezzi adriano ghezzi - 2019-03-24 18:02:48
Failed to execute unzip -qq '/.../nova-sms/777f9548bfbea04ca7348eb618b3e9ba.zip' -d '/.../vendor/composer/df972e13'

warning [/,,,,/vendor/phpclasses/nova-sms/777f9548bfbea04ca7348eb618b3e9ba.zip]: 104 extra bytes at beginning or within zipfile
(attempting to process anyway)
error [/..../vendor/phpclasses/nova-sms/777f9548bfbea04ca7348eb618b3e9ba.zip]: reported length of central directory is
-104 bytes too long (Atari STZip zipfile? J.H.Holm ZIPSPLIT 1.1
zipfile?). Compensating...

The archive may contain identical file names with different capitalization (which fails on case insensitive filesystems)
Unzip with unzip command failed, falling back to ZipArchive class

  2. Re: can't install with composer   Reply   Report abuse  
Picture of Naif Alshaye Naif Alshaye - 2019-04-02 08:50:36 - In reply to message 1 from adriano ghezzi
what is your OS ?

  3. Re: can't install with composer   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2021-04-18 09:29:50 - In reply to message 1 from adriano ghezzi
Hello Adriano,

I don't know if this is still relevant for you. There was a bug in the Zip Archive generation for Composer. The bug was fixed now. If you still would like to use Composer to install this package can you please try again now?

  4. Re: can't install with composer   Reply   Report abuse  
Picture of adriano ghezzi adriano ghezzi - 2021-04-19 02:39:37 - In reply to message 3 from Manuel Lemos
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Root composer.json requires phpclasses/nova-sms >=1.0.0 -> satisfiable by phpclasses/nova-sms[1.0.0].
- phpclasses/nova-sms 1.0.0 requires php >=7.1.0 -> your php version (7.0.33) does not satisfy that requirement.