dompdf / php-font-lib

A library to read, parse, export and make subsets of different types of font files.
GNU Lesser General Public License v2.1
1.74k stars 253 forks source link

fix readme, avoid issues with composer installs #8

Closed ceeram closed 10 years ago

ceeram commented 11 years ago
composer require --prefer-source --no-interaction dompdf/dompdf:dev-master
Warning: This development build of composer is over 30 days old. It is recommended to update it by running "/usr/local/bin/composer self-update" to get the latest version.
composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Installing phenx/php-font-lib (0.2.1)
    Cloning 42a1ca6d19f14076911a118705b771c3a5a8b179

  [RuntimeException]
  Failed to execute git checkout '42a1ca6d19f14076911a118705b771c3a5a8b179' && git reset --hard '42a1ca6d19f14076911a118705b771c3a5a8b179'

  error: Your local changes to the following files would be overwritten by checkout:
        README.md
  Please, commit your changes or stash them before you can switch branches.
  Aborting

require [--dev] [--prefer-source] [--prefer-dist] [--no-progress] [--no-update] [packages1] ... [packagesN]
ceeram commented 11 years ago

Please merge this, and create 0.2.2 tag for it so dompdf will get correct version I have tried latest from master as well, still had the same issue

ceeram commented 10 years ago

This change also requires a new 0.2.2 tag/release

ceeram commented 10 years ago

Could you please create a 0.2.2 release?

PhenX commented 10 years ago

Yes, I just created it, hope it's ok now.