Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
voskobovich committed Jan 7, 2016
1 parent 80789a8 commit 7a6e72e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
composer.lock
vendor
vendor
.idea
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ The preferred way to install this extension is through [composer](http://getcomp
Either run

```
composer require --prefer-dist voskobovich/yii2-sluggable-behavior "*"
composer require --prefer-dist voskobovich/yii2-sluggable-behavior "~1.0"
```

or add

```
"voskobovich/yii2-sluggable-behavior": "*"
"voskobovich/yii2-sluggable-behavior": "~1.0"
```

to the require section of your `composer.json` file.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"autoload": {
"psr-4": {
"voskobovich\\behaviors\\": ""
"voskobovich\\behaviors\\": "src"
}
}
}
File renamed without changes.

0 comments on commit 7a6e72e

Please sign in to comment.