Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
phpstan-rules
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
Library
phpstan-rules
Merge requests
!2
feat: prepare for phpstan v2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
feat: prepare for phpstan v2
v1.2
into
main
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Bartek Jaskulski
requested to merge
v1.2
into
main
7 months ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Signed-off-by: Bart Jaskulski
bjaskulski@protonmail.com
0
0
Merge request reports
Compare
main
version 1
cc7029c1
7 months ago
main (base)
and
latest version
latest version
3a5b3f4c
2 commits,
7 months ago
version 1
cc7029c1
1 commit,
7 months ago
1 file
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
composer.json
+
4
−
4
View file @ 3a5b3f4c
Edit in single-file editor
Open in Web IDE
Show full file
@@ -3,12 +3,12 @@
"description"
:
"Meta package with PHPStan configuration for WP Desk projects"
,
"type"
:
"phpstan-extension"
,
"require"
:
{
"
phpstan/phpstan
"
:
"
^1.10
"
,
"
phpstan/phpstan
"
:
"^1.10
|| ^2
"
,
"
phpstan/extension-installer
"
:
"
^1.3
"
,
"
szepeviktor/phpstan-wordpress
"
:
"
^1.3
"
,
"
phpstan/phpstan-deprecation-rules
"
:
"
^1.1
"
,
"
szepeviktor/phpstan-wordpress
"
:
"^1.3
|| ^2
"
,
"
phpstan/phpstan-deprecation-rules
"
:
"^1.1
|| ^2
"
,
"
php-stubs/woocommerce-stubs
"
:
"
*
"
,
"
phpstan/phpstan-strict-rules
"
:
"
^1.5
"
"
phpstan/phpstan-strict-rules
"
:
"^1.5
|| ^2
"
},
"license"
:
"
MIT
"
,
"authors"
:
[
Loading