aboutsummaryrefslogtreecommitdiffstats
path: root/composer.lock
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-11-14 18:45:29 +0000
committerMario <mario@mariovavti.com>2024-11-14 18:45:29 +0000
commit5dee6007352c7fd987775307926c381e6fba032e (patch)
tree95a4ec4e344de0394cd0a55c5593fb42fa8952a1 /composer.lock
parent01da60b385edad423396abd0858ead5d65a41801 (diff)
parent28b5b0cab5eeaecaa4cb2b4f765c1d0d354550e4 (diff)
downloadvolse-hubzilla-5dee6007352c7fd987775307926c381e6fba032e.tar.gz
volse-hubzilla-5dee6007352c7fd987775307926c381e6fba032e.tar.bz2
volse-hubzilla-5dee6007352c7fd987775307926c381e6fba032e.zip
Merge branch 'add-dev-dependecy-phpstan' into 'dev'
Add PHPStan as a developer dependency. See merge request hubzilla/core!2169
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock60
1 files changed, 59 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock
index bd93a21c3..ff18325b6 100644
--- a/composer.lock
+++ b/composer.lock
@@ -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": "af78c134e185358751c8cbbfc10be926",
+ "content-hash": "e5653c972f4ef70468062a8b16627cd1",
"packages": [
{
"name": "blueimp/jquery-file-upload",
@@ -3293,6 +3293,64 @@
"time": "2022-03-24T13:33:01+00:00"
},
{
+ "name": "phpstan/phpstan",
+ "version": "2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phpstan/phpstan.git",
+ "reference": "72115ab2bf1e40af1f9b238938d493ba7f3221e7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/72115ab2bf1e40af1f9b238938d493ba7f3221e7",
+ "reference": "72115ab2bf1e40af1f9b238938d493ba7f3221e7",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.4|^8.0"
+ },
+ "conflict": {
+ "phpstan/phpstan-shim": "*"
+ },
+ "bin": [
+ "phpstan",
+ "phpstan.phar"
+ ],
+ "type": "library",
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "PHPStan - PHP Static Analysis Tool",
+ "keywords": [
+ "dev",
+ "static analysis"
+ ],
+ "support": {
+ "docs": "https://phpstan.org/user-guide/getting-started",
+ "forum": "https://github.com/phpstan/phpstan/discussions",
+ "issues": "https://github.com/phpstan/phpstan/issues",
+ "security": "https://github.com/phpstan/phpstan/security/policy",
+ "source": "https://github.com/phpstan/phpstan-src"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/ondrejmirtes",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/phpstan",
+ "type": "github"
+ }
+ ],
+ "time": "2024-11-11T07:06:55+00:00"
+ },
+ {
"name": "phpunit/php-code-coverage",
"version": "10.1.14",
"source": {