Skip to content

Commit

Permalink
added composer informations
Browse files Browse the repository at this point in the history
  • Loading branch information
R0adRunn3r committed Jul 18, 2019
1 parent b3de01b commit c6f5ccb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion EasyPnP.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*******************************************************************************
* EasyPnP *
* *
* Version: 0.6.1 *
* Version: 0.6.2 *
* Date: 2019-05-15 *
* Author: Ivan Di Rienzo (R0adRunn3r) *
*******************************************************************************/
Expand Down
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,19 @@ You can just download the class from github and use it in your project, the only

### Composer

I made this class available trough composer,

// TODO composer
If you're using Composer to manage dependencies, you can use

$ composer require r0adrunn3r/easy-pnp

or you can include the following in your composer.json file:

```json
{
"require": {
"setasign/fpdf": ">=0.6.1"
}
}
```

## How to use

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "r0adrunn3r/easy-pnp",
"version": "0.6.1",
"version": "0.6.2",
"homepage": "https://github.com/R0adRunn3r/easy-pnp",
"description": "EasyPnP is a PHP class which allows to generate easily a PDF for PnP (Print and Play) Games from images.",
"type": "library",
Expand Down

0 comments on commit c6f5ccb

Please sign in to comment.