cakemail / cakemail-php

Client of Cakemail's API Next-Gen
MIT License
0 stars 2 forks source link

Composer requires twig/twig with strict version #2

Closed inmun closed 3 years ago

inmun commented 3 years ago

Twig is required with strict version 2. Can be version 3 allowed?

  "require": {
    "php" : ">=7.2.5",
    "twig/twig":"^2.14.0",
    "guzzlehttp/guzzle": "6.5.5"
  },

"twig/twig":"^2.14.0 | ^3.0",

hdg commented 3 years ago

We will reach out to you as soon as our validation is completed. Thank you for your inquiry.

demetrius-edelin commented 3 years ago

We added this update in 1.3.4. Thank you for the suggestion.