sabre-io / xml

sabre/xml is an XML library that you may not hate.
http://sabre.io/xml/
BSD 3-Clause "New" or "Revised" License
516 stars 77 forks source link

PHP Version Break #123

Closed Davitig closed 7 years ago

Davitig commented 7 years ago

If i use php version 5.6.*, i have to select xml package version 1.5.0. and it's ok, but package also requires sabre/uri latest version that only supports php version 7 or more.

evert commented 7 years ago

If you run composer on PHP 5.6, the correct package will be selected. This problem only occurs if you run composer on PHP 7.

If you don't like this, you can specify a specific sabre/uri package version in your own composer.json