Skip to content

Commit

Permalink
Fix README,md, composer.json. (#230)
Browse files Browse the repository at this point in the history
* Fix README,md, composer.json.
  • Loading branch information
terabytesoftw authored Mar 11, 2022
1 parent c49e680 commit 09feb75
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build:
YII_ENV: test

php:
version: 8.0.11
version: 8.0.16
ini:
xdebug.mode: coverage

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<img src="https://yiisoft.github.io/docs/images/yii_logo.svg" height="100px">
</a>
<h1 align="center">Yii application template</h1>
<h3 align="center">Yii application template for Yii 3 is best for rapidly creating projects.</h3>
<br>
</p>

Expand All @@ -20,8 +21,6 @@
</a>
</p>

Yii application template for Yii 3 is best for rapidly creating projects.

## Requirements

The minimum requirement by this project template that your Web server supports PHP 8.0.
Expand Down
21 changes: 3 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,29 +139,14 @@
"bootstrap-console.php"
],
"widgets": "widgets.php"
},
"installer-types": [
"npm-asset"
],
"installer-paths": {
"./node_modules/{$name}": [
"type:npm-asset"
]
}
},
"config": {
"sort-packages": true,
"allow-plugins": {
"codeception/c3": true,
"yiisoft/config": true,
"infection/extension-installer": true,
"composer/package-versions-deprecated": true,
"yiisoft/config": true
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
"codeception/c3": true
}
]
}
}
Binary file modified docs/images/home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 09feb75

Please sign in to comment.