Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matej-ch committed Nov 15, 2021
1 parent 362d67d commit 697b477
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

/vendor

node_modules
node_modules

.phpunit.result.cache
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -10,8 +11,8 @@
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=7.2.0",
"yiisoft/yii2": "~2.0.42"
},
"repositories": [
Expand Down

0 comments on commit 697b477

Please sign in to comment.