carlosbuenosvinos / compify

Compify is a tool to save disk usage and bandwith in your composer vendor folder. Maybe you haven't noticed, but if you take a look to your vendor folder after doing a "php composer.phar install" there are so much useless information like tests, ".travis.yml" like files that you just don't need in production.
MIT License
34 stars 1 forks source link

UnexpectedValueException - Could not parse version constraint #4

Open stevleibelt opened 9 years ago

stevleibelt commented 9 years ago

When I'm trying to run it on multiple projects (e.g. php_component_command, I am getting errors like the following.

  [UnexpectedValueException]
  Could not parse version constraint ~2.8|~3.0: Invalid version string "~2.8|~3.0
stevleibelt commented 9 years ago

created a pull request to fix this issue.