-
-
Notifications
You must be signed in to change notification settings - Fork 119
Expand support for PHPStan/Psalm syntax #377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 9 commits
d740e1b
0f48430
88d10b7
64a9310
dedcdf0
a249556
24f81b1
281c4b6
cc9fdd9
dddaf50
9d72be8
a7125b3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,20 +21,20 @@ | |
| "require": { | ||
| "ext-dom": "*", | ||
| "ext-mbstring": "*", | ||
| "php": "^7.4 || ^8.0", | ||
| "php": "^8.2", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. PHP 7.4.33 is used at yiiframework.com still.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I need to update it at the server... |
||
| "yiisoft/yii2": "~2.0.16", | ||
| "phpdocumentor/reflection": "^5.3.0 || ^6.0.0", | ||
| "phpdocumentor/type-resolver": "^1.12", | ||
| "nikic/php-parser": "^4.0 || ^5.0", | ||
| "phpdocumentor/reflection": "7.x-dev", | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For now, we're using this version. Later, I'll replace it with
mspirkov marked this conversation as resolved.
|
||
| "phpdocumentor/type-resolver": "^2.0", | ||
| "nikic/php-parser": "^5.0", | ||
| "cebe/js-search": "~0.9.0", | ||
| "cebe/markdown": "^1.0", | ||
| "cebe/markdown-latex": "^1.0", | ||
| "scrivo/highlight.php": "^9.0" | ||
| }, | ||
| "require-dev": { | ||
| "yiisoft/yii2-bootstrap": "~2.0.0", | ||
| "phpunit/phpunit": "^9.6 || ^10.0", | ||
| "spatie/phpunit-snapshot-assertions": "^4.2 || ^5.0", | ||
| "phpunit/phpunit": "^11.5", | ||
| "spatie/phpunit-snapshot-assertions": "^5.0", | ||
| "phpstan/phpstan": "^2.1", | ||
| "yiisoft/yii2-coding-standards": "^3.0" | ||
| }, | ||
|
|
@@ -64,5 +64,11 @@ | |
| "allow-plugins": { | ||
| "yiisoft/yii2-composer": true | ||
| } | ||
| }, | ||
| "scripts": { | ||
| "cs": "./vendor/bin/phpcs", | ||
| "cs-fix": "./vendor/bin/phpcbf", | ||
| "static": "./vendor/bin/phpstan --memory-limit=-1", | ||
| "tests": "./vendor/bin/phpunit" | ||
| } | ||
| } | ||
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.