Compare commits
10 Commits
1345b7eddb
...
8ab615c062
| Author | SHA1 | Date | |
|---|---|---|---|
|
8ab615c062
|
|||
|
da763a5a2f
|
|||
| af9406be47 | |||
| 3734327357 | |||
| d854732143 | |||
| 95ca655eb0 | |||
| c790adf611 | |||
| 0ac5e64c17 | |||
| c5f928dc47 | |||
| 9ed0ddf79b |
@@ -35,7 +35,8 @@ These formats are supported for now: `http`, `curl`, `wget`.
|
||||
## Install and upgrade
|
||||
|
||||
```
|
||||
composer global r axenov/pm-convert
|
||||
composer global r axenov/pm-convert # install
|
||||
composer global u axenov/pm-convert # upgrade
|
||||
```
|
||||
|
||||
Make sure your `~/.config/composer/vendor/bin` is in `$PATH` env:
|
||||
|
||||
@@ -21,7 +21,7 @@ class Processor
|
||||
/**
|
||||
* Converter version
|
||||
*/
|
||||
public const VERSION = '1.2.4';
|
||||
public const VERSION = '1.3.0';
|
||||
|
||||
/**
|
||||
* @var string[] Paths to collection files
|
||||
|
||||
Reference in New Issue
Block a user