tiamo / phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard.
42 stars 41 forks source link

Still "dev"/unstable? #4

Closed wendelin closed 5 years ago

wendelin commented 5 years ago

Currently one requirement is:

"phpseclib/phpseclib": "dev-master"

This causes composer to raise a stink:

tiamo/phpas2 1.3.1 requires phpseclib/phpseclib dev-master -> satisfiable by phpseclib/phpseclib[dev-master] but these conflict with your requirements or minimum-stability.

Any chance that the stable version of "phpseclib/phpseclib" could used instead?

If not could you add to the install docs that the following should be added:

"minimum-stability": "dev", "prefer-stable": true,

Thanks

tiamo commented 5 years ago

fixed