-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
109 changed files
with
1,787 additions
and
1,108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -292,4 +292,4 @@ public function build_stats( $key = 'wp_footer' ) : string { | |
|
||
return $gd; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
{ | ||
"packages": [ | ||
{ | ||
"name": "kint-php/kint", | ||
"version": "4.1.2", | ||
"version_normalized": "4.1.2.0", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/kint-php/kint.git", | ||
"reference": "fa53c4333cda79dc9cb002cfa029abe994d0ae00" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/kint-php/kint/zipball/fa53c4333cda79dc9cb002cfa029abe994d0ae00", | ||
"reference": "fa53c4333cda79dc9cb002cfa029abe994d0ae00", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"php": ">=5.6" | ||
}, | ||
"require-dev": { | ||
"friendsofphp/php-cs-fixer": "^3.0", | ||
"phpspec/prophecy-phpunit": "^2", | ||
"phpunit/phpunit": "^9.0", | ||
"seld/phar-utils": "^1.0", | ||
"symfony/finder": "^3.0 || ^4.0 || ^5.0", | ||
"vimeo/psalm": "^4.0" | ||
}, | ||
"suggest": { | ||
"kint-php/kint-helpers": "Provides extra helper functions", | ||
"kint-php/kint-twig": "Provides d() and s() functions in twig templates" | ||
}, | ||
"time": "2022-02-22T20:32:24+00:00", | ||
"type": "library", | ||
"installation-source": "dist", | ||
"autoload": { | ||
"files": [ | ||
"init.php" | ||
], | ||
"psr-4": { | ||
"Kint\\": "src/" | ||
} | ||
}, | ||
"notification-url": "https://packagist.org/downloads/", | ||
"license": [ | ||
"MIT" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Jonathan Vollebregt", | ||
"homepage": "https://github.com/jnvsor" | ||
}, | ||
{ | ||
"name": "Contributors", | ||
"homepage": "https://github.com/kint-php/kint/graphs/contributors" | ||
} | ||
], | ||
"description": "Kint - debugging tool for PHP developers", | ||
"homepage": "https://kint-php.github.io/kint/", | ||
"keywords": [ | ||
"debug", | ||
"kint", | ||
"php" | ||
], | ||
"support": { | ||
"issues": "https://github.com/kint-php/kint/issues", | ||
"source": "https://github.com/kint-php/kint/tree/4.1.2" | ||
}, | ||
"install-path": "../kint-php/kint" | ||
} | ||
], | ||
"dev": true, | ||
"dev-package-names": [ | ||
"kint-php/kint" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
{ | ||
"name": "kint-php/kint", | ||
"description": "Kint - debugging tool for PHP developers", | ||
"keywords": ["kint", "php", "debug"], | ||
"type": "library", | ||
"homepage": "https://kint-php.github.io/kint/", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Jonathan Vollebregt", | ||
"homepage": "https://github.com/jnvsor" | ||
}, | ||
{ | ||
"name": "Contributors", | ||
"homepage": "https://github.com/kint-php/kint/graphs/contributors" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.6" | ||
}, | ||
"require-dev": { | ||
"friendsofphp/php-cs-fixer": "^3.0", | ||
"phpunit/phpunit": "^9.0", | ||
"phpspec/prophecy-phpunit": "^2", | ||
"symfony/finder": "^3.0 || ^4.0 || ^5.0", | ||
"seld/phar-utils": "^1.0", | ||
"vimeo/psalm": "^4.0" | ||
}, | ||
"autoload": { | ||
"files": ["init.php"], | ||
"psr-4": { | ||
"Kint\\": "src/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Kint\\Test\\": "tests/" | ||
} | ||
}, | ||
"config": { | ||
"platform": { | ||
"php": "7.4" | ||
} | ||
}, | ||
"scripts": { | ||
"post-update-cmd": "npm ci", | ||
"post-install-cmd": "@post-update-cmd", | ||
"clean": [ | ||
"rm -rf resources/compiled/", | ||
"rm -rf build/" | ||
], | ||
"format": [ | ||
"@format:php", | ||
"@format:js", | ||
"@format:sass" | ||
], | ||
"format:php": "php-cs-fixer fix", | ||
"format:js": "npm run format:js", | ||
"format:sass": "npm run format:sass", | ||
"build": [ | ||
"@build:sass", | ||
"@build:js", | ||
"@build:php" | ||
], | ||
"build:sass": "npm run build:sass", | ||
"build:js": "npm run build:js", | ||
"build:php": "php ./build.php", | ||
"analyze": "psalm --show-info=false" | ||
}, | ||
"suggest": { | ||
"kint-php/kint-helpers": "Provides extra helper functions", | ||
"kint-php/kint-twig": "Provides d() and s() functions in twig templates" | ||
} | ||
} |
Oops, something went wrong.