Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tenzing-Web-2023
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
2c2aee07
authored
2023-05-04 15:52:34 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
composer
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
27de69f4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
56 deletions
wp-content/themes/understrap-child/composer.json
wp-content/themes/understrap-child/composer.lock
wp-content/themes/understrap-child/composer.json
View file @
2c2aee0
...
...
@@ -20,12 +20,12 @@
"php"
:
">=5.6"
},
"require-dev"
:
{
"php-parallel-lint/php-parallel-lint"
:
"^1.3.2"
,
"phpcompatibility/phpcompatibility-wp"
:
"^2.1.4"
,
"phpmd/phpmd"
:
"^2.13.0"
,
"phpstan/phpstan"
:
"^1.9.0"
,
"roave/security-advisories"
:
"dev-master"
,
"squizlabs/php_codesniffer"
:
"^3.7.1"
,
"szepeviktor/phpstan-wordpress"
:
"^1.1.3"
,
"wp-coding-standards/wpcs"
:
"^2.3.0"
,
"wptrt/wpthemereview"
:
"^0.2.1"
...
...
wp-content/themes/understrap-child/composer.lock
View file @
2c2aee0
...
...
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "8
aeb936a685cb2ff32537ac3ac870e0c
",
"content-hash": "8
8c3093b47fbf6f09252b8e52d22b52e
",
"packages": [],
"packages-dev": [
{
...
...
@@ -189,59 +189,6 @@
"time": "2023-02-28T20:56:15+00:00"
},
{
"name": "php-parallel-lint/php-parallel-lint",
"version": "v1.3.2",
"source": {
"type": "git",
"url": "https://github.com/php-parallel-lint/PHP-Parallel-Lint.git",
"reference": "6483c9832e71973ed29cf71bd6b3f4fde438a9de"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-parallel-lint/PHP-Parallel-Lint/zipball/6483c9832e71973ed29cf71bd6b3f4fde438a9de",
"reference": "6483c9832e71973ed29cf71bd6b3f4fde438a9de",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": ">=5.3.0"
},
"replace": {
"grogy/php-parallel-lint": "*",
"jakub-onderka/php-parallel-lint": "*"
},
"require-dev": {
"nette/tester": "^1.3 || ^2.0",
"php-parallel-lint/php-console-highlighter": "0.* || ^1.0",
"squizlabs/php_codesniffer": "^3.6"
},
"suggest": {
"php-parallel-lint/php-console-highlighter": "Highlight syntax in code snippet"
},
"bin": [
"parallel-lint"
],
"type": "library",
"autoload": {
"classmap": [
"./src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Jakub Onderka",
"email": "ahoj@jakubonderka.cz"
}
],
"description": "This tool check syntax of PHP files about 20x faster than serial check.",
"homepage": "https://github.com/php-parallel-lint/PHP-Parallel-Lint",
"time": "2022-02-21T12:50:22+00:00"
},
{
"name": "php-stubs/wordpress-stubs",
"version": "v6.2.0",
"source": {
...
...
Please
register
or
sign in
to post a comment