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
!1
feat: enable strict-rules
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
feat: enable strict-rules
strict-rules
into
main
Overview
0
Commits
1
Pipelines
0
Changes
3
Merged
Bartek Jaskulski
requested to merge
strict-rules
into
main
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
3
Signed-off-by: Bart Jaskulski
bjaskulski@protonmail.com
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
08077ee4
1 commit,
1 year ago
3 files
+
54
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
composer.json
+
2
−
1
View file @ 08077ee4
Edit in single-file editor
Open in Web IDE
Show full file
@@ -7,7 +7,8 @@
@@ -7,7 +7,8 @@
"
phpstan/extension-installer
"
:
"
^1.3
"
,
"
phpstan/extension-installer
"
:
"
^1.3
"
,
"
szepeviktor/phpstan-wordpress
"
:
"
^1.3
"
,
"
szepeviktor/phpstan-wordpress
"
:
"
^1.3
"
,
"
phpstan/phpstan-deprecation-rules
"
:
"
^1.1
"
,
"
phpstan/phpstan-deprecation-rules
"
:
"
^1.1
"
,
"
php-stubs/woocommerce-stubs
"
:
"
^8.3
"
"
php-stubs/woocommerce-stubs
"
:
"
^8.3
"
,
"
phpstan/phpstan-strict-rules
"
:
"
^1.5
"
},
},
"license"
:
"
MIT
"
,
"license"
:
"
MIT
"
,
"authors"
:
[
"authors"
:
[
Loading