From 697b4773c208b69085bd0db37560d169cbebaa65 Mon Sep 17 00:00:00 2001 From: Matej Date: Mon, 15 Nov 2021 21:16:34 +0100 Subject: [PATCH] Release 1.0.0 --- .gitignore | 4 +++- README.md | 4 ++-- composer.json | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c79d0e1..ff7a9b2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ /vendor -node_modules \ No newline at end of file +node_modules + +.phpunit.result.cache \ No newline at end of file diff --git a/README.md b/README.md index 751852c..25e0275 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@ The preferred way to install this extension is through [composer](http://getcomp Either run ``` -php composer.phar require --prefer-dist matejch/yii2-page-guide "dev-master" +php composer.phar require --prefer-dist matejch/yii2-page-guide "^1.0" ``` or add ``` -"matejch/yii2-page-guide": "dev-master" +"matejch/yii2-page-guide": "^1.0" ``` to the require section of your `composer.json` file. diff --git a/composer.json b/composer.json index c8e3cea..4addf2f 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,7 @@ "name": "matejch/yii2-page-guide", "description": "Ability to add guide to pages for user orientation", "type": "yii2-extension", + "version": "1.0.0", "keywords": ["yii2","extension","guide"], "license": "MIT", "authors": [ @@ -10,8 +11,8 @@ "email": "matejCH.work@gmail.com" } ], - "minimum-stability": "stable", "require": { + "php": ">=7.2.0", "yiisoft/yii2": "~2.0.42" }, "repositories": [