Skip to content

Commit

Permalink
Set requirement for php>=7.1.0. Upgrade modules
Browse files Browse the repository at this point in the history
  • Loading branch information
itstructure committed Jul 17, 2020
1 parent 2de20e5 commit 5ce583f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 38 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Yii2 template multilanguage install ducumentation
Yii2 template multilanguage install documentation
==============

[![Build Status](https://scrutinizer-ci.com/g/itstructure/yii2-template-multilanguage/badges/build.png?b=master)](https://scrutinizer-ci.com/g/itstructure/yii2-template-multilanguage/build-status/master)
Expand Down
16 changes: 1 addition & 15 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
### CHANGE LOG:

**1.0.2 June 10, 2020:**
- Add alias to pages and products.
- Make all deleting for feedback entries.

**1.0.1 May 12, 2019:**
- Add badges:
- Latest Stable Version
- Latest Unstable Version
- License
- Total Downloads.
- Build Status
- Scrutinizer Code Quality

**1.0.0 May 12, 2019:**
- Create Base yii2 project template with multilanguage mode. Create some entities with admin panel.
Editable for developer
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=5.4.0",
"php": ">=7.1.0",
"yiisoft/yii2": "~2.0.14",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0",
"itstructure/yii2-admin-module": "~1.8.1",
"itstructure/yii2-multi-level-menu": "^3.2.4",
"itstructure/yii2-multi-format-uploader": "~3.0.0",
"itstructure/yii2-rbac-module": "^3.0.0",
"itstructure/yii2-multi-level-menu": "~3.2.6",
"itstructure/yii2-multi-format-uploader": "~3.0.1",
"google/recaptcha": "^1.2",
"itstructure/yii2-sitemap-generator": "~1.0.0"
"itstructure/yii2-sitemap-generator": "~1.0.0",
"itstructure/yii2-rbac-module": "~3.0.1"
},
"require-dev": {
"yiisoft/yii2-debug": "~2.0.0",
Expand Down
34 changes: 17 additions & 17 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5ce583f

Please sign in to comment.