Skip to content

Commit

Permalink
removed import, and updated versions in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Matej-ch committed May 3, 2022
1 parent 0e65bef commit b881461
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "matejch/yii2-page-guide",
"description": "Ability to add guide to pages for user orientation",
"type": "yii2-extension",
"version": "1.1.0",
"version": "1.1.1",
"keywords": ["yii2","extension","guide"],
"license": "MIT",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yii2-page-guide",
"version": "1.0.0",
"version": "1.1.1",
"description": "Page guide extension\r ====================\r Ability to add guide to pages for user orientation",
"main": "",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion src/controllers/PageGuideController.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use yii\data\ActiveDataProvider;
use yii\filters\AccessControl;
use yii\filters\VerbFilter;
use yii\helpers\Json;
use yii\web\Controller;
use yii\web\NotFoundHttpException;

Expand Down

0 comments on commit b881461

Please sign in to comment.