Skip to content

Commit ac67e80

Browse files
committed
Update README.md, composer.json, and PHPStan configuration; enhance contact form layout and functionality.
1 parent 0b647c5 commit ac67e80

File tree

15 files changed

+8644
-142
lines changed

15 files changed

+8644
-142
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Root directory
148148

149149
## Quality code
150150

151-
[![phpstan-level](https://img.shields.io/badge/PHPStan%20level-5-blue)](https://github.com/yii2-extensions/app-basic/actions/workflows/static.yml)
151+
[![phpstan-level](https://img.shields.io/badge/PHPStan%20level-9-blue)](https://github.com/yii2-extensions/app-basic/actions/workflows/static.yml)
152152
[![StyleCI](https://github.styleci.io/repos/698621511/shield?branch=main)](https://github.styleci.io/repos/698621511?branch=main)
153153

154154
## Tests

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"ui-awesome/html": "^0.3",
1818
"ui-awesome/html-component-bootstrap5": "^1.0@dev",
1919
"ui-awesome/html-svg":"^0.2",
20-
"yii2-extensions/localeurls": "dev-main",
20+
"yii2-extensions/localeurls": "^0.1.0",
2121
"yiisoft/config": "^1.4",
2222
"yiisoft/yii2": "22.0.x-dev",
2323
"yiisoft/yii2-bootstrap5": "22.x-dev",
@@ -38,7 +38,8 @@
3838
"symfony/process": "^6.3",
3939
"symplify/easy-coding-standard": "^12.3",
4040
"yiisoft/yii2-debug": "22.x-dev",
41-
"yiisoft/yii2-gii": "22.x-dev"
41+
"yiisoft/yii2-gii": "22.x-dev",
42+
"yii2-extensions/phpstan": "^0.2.3"
4243
},
4344
"autoload": {
4445
"psr-4": {

0 commit comments

Comments
 (0)