Skip to content

Commit 4599a1d

Browse files
committed
Set stable release
1 parent 2472e8e commit 4599a1d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ version 1.0.0
22
=============
33
**Date:** 03-Nov-2014
44

5-
Initial release.
5+
- Initial release.
6+
- Set release to stable.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ Read the detailed [documentation and usage](http://demos.krajee.com/mpdf) of the
2020

2121
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
2222

23-
> Note: Read this [web tip /wiki](http://webtips.krajee.com/setting-composer-minimum-stability-application/) on setting the `minimum-stability` settings for your application's composer.json.
23+
> Note: Check the [composer.json](https://github.com/kartik-v/yii2-mpdf/blob/master/composer.json) for this extension's requirements and dependencies.
24+
Read this [web tip /wiki](http://webtips.krajee.com/setting-composer-minimum-stability-application/) on setting the `minimum-stability` settings for your application's composer.json.
2425

2526
Either run
2627

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"homepage": "http://www.krajee.com/"
1313
}
1414
],
15+
"minimum-stability": "stable",
1516
"require": {
1617
"kartik-v/mpdf": "*"
1718
},

0 commit comments

Comments
 (0)