contributte / pdf

📮 PDF toolbox for Nette Framework using mPDF
https://contributte.org/packages/contributte/pdf.html
GNU Lesser General Public License v3.0
40 stars 26 forks source link

Remove .git #11

Closed spernica closed 8 years ago

spernica commented 8 years ago

Please remove .git folder from your repository, it's making a mess when I try your project with composer and Nette.

The problem is that I versioned folder vendor and your files are already shows as commited.

castamir commented 8 years ago

You are probably installing PdfResponse like this:

    "require": {
        "joseki/pdf-response": "@dev"
    },

Try stable release using this

    "require": {
        "joseki/pdf-response": "~2.0"
    },

If it doesn't help, try remove joseki/pdf-response from your vendor and install it again using previous settings or using --preder-dist argument from command line