-
- Downloads
Merge branch 'update-deps' into 'master'
Update deps See merge request !19
Showing
- .gitlab-ci.yml 59 additions, 13 deletions.gitlab-ci.yml
- composer.json 6 additions, 6 deletionscomposer.json
- phpstan.neon 1 addition, 7 deletionsphpstan.neon
- src/AutoInstances.php 3 additions, 1 deletionsrc/AutoInstances.php
- src/Enum.php 33 additions, 13 deletionssrc/Enum.php
- src/Internal/ConsistencyChecker.php 13 additions, 0 deletionssrc/Internal/ConsistencyChecker.php
- src/Internal/InstanceRegister.php 19 additions, 2 deletionssrc/Internal/InstanceRegister.php
- src/Internal/Meta.php 35 additions, 25 deletionssrc/Internal/Meta.php
... | ... | @@ -15,12 +15,12 @@ |
"@phpstan", | ||
"@test" | ||
], | ||
"phpstan": "vendor/bin/phpstan analyze -l 7 -c phpstan.neon --error-format compact --no-interaction --ansi --no-progress -- src", | ||
"phpstan": "vendor/bin/phpstan analyze -c phpstan.neon --error-format compact --no-interaction --ansi --no-progress -- src", | ||
"test": "vendor/bin/tester tests --colors 1" | ||
}, | ||
"require": { | ||
"php": ">=7.1.0" | ||
"php": ">=7.2.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... | @@ -32,10 +32,10 @@ |
}, | ||
"require-dev": { | ||
"nette/tester": "^2.1.0", | ||
"phpstan/phpstan": "^0.10.7", | ||
"phpstan/phpstan-strict-rules": "^0.10.1", | ||
"grifart/phpstan-oneline": "^0.2.0" | ||
"nette/tester": "~2.4.2", | ||
"phpstan/phpstan": "~1.6.9", | ||
"phpstan/phpstan-strict-rules": "~1.2.3", | ||
"grifart/phpstan-oneline": "~v0.4.2" | ||
}, | ||
"autoload-dev": { | ||
"files": [ | ||
... | ... |
Please register or sign in to comment