AbcAeffchen / Sephpa

PHP class to create SEPA xml files for credit transfer and direct debit
GNU Lesser General Public License v3.0
71 stars 31 forks source link

abcaeffchen/sephpa 1.3.0 requires abcaeffchen/sepa-utilities ~1.1.0 #9

Closed thbergler closed 7 years ago

thbergler commented 7 years ago

In my composer.json I have got the following lines:

"abcaeffchen/sephpa": "~1.3", "abcaeffchen/sepa-utilities": "~1.2",

I want to use the newest stable releases. But I get the following error:

abcaeffchen/sephpa 1.3.0 requires abcaeffchen/sepa-utilities ~1.1.0

When will a new release of sephpa, which supports sepa-utilities 1.2 ?

I don't want to use dev-master in my project.

AbcAeffchen commented 7 years ago

You can just remove the line where you require SepaUtilities 1.2. Sephpa 1.3 cannot use it anyway.

Sephpa 2.0 will hopefully released in the next weeks. I still have some work to do.