Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
plugin-template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
plugin-template
Merge requests
!45
update setup
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
update setup
update-setup
into
master
Overview
2
Commits
8
Changes
7
1 unresolved thread
Hide all comments
Merged
Bartek Jaskulski
requested to merge
update-setup
into
master
1 year ago
Overview
2
Commits
8
Changes
2
1 unresolved thread
Hide all comments
build: remove composer.lock from template
build: add WP Desk as package author
build: declare latest low support version
build: remove composer's platform check
build: add phpstan as direct dependency/update phpunit
refactor: update phpunit setup and example test
build: update phpstan config
0
0
Merge request reports
Compare
version 1
version 1
c07f18d1
1 year ago
master (base)
and
latest version
latest version
c84a0aec
8 commits,
1 year ago
version 1
c07f18d1
7 commits,
1 year ago
Show latest version
2 files
+
12
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
composer.json
+
3
−
3
View file @ c84a0aec
Edit in single-file editor
Open in Web IDE
Show full file
@@ -25,7 +25,7 @@
"autoloader-suffix"
:
"PluginTemplate"
,
"sort-packages"
:
true
,
"platform"
:
{
"php"
:
"7.
2.32
"
"php"
:
"7.
3.20
"
},
"allow-plugins"
:
{
"dealerdirect/phpcodesniffer-composer-installer"
:
true
,
@@ -40,7 +40,7 @@
"prefer-stable"
:
true
,
"minimum-stability"
:
"stable"
,
"require"
:
{
"php"
:
">=7.
2
| ^8"
,
"php"
:
">=7.
3
| ^8"
,
"
psr/log
"
:
"
^1.1.4
"
,
"
wpdesk/wp-wpdesk-helper-override
"
:
"
^1.1.0
"
},
@@ -67,7 +67,7 @@
"po-files"
:
{
"pl_PL"
:
"pl_PL.po"
},
"php-requires"
:
"7.
2
"
"php-requires"
:
"7.
3
"
},
"scripts"
:
{
"test"
:
"echo composer is alive"
,
Loading