Skip to content

Commit 1c0cc4a

Browse files
Merge pull request #90 from edmondscommerce/mergedmasterwith2.0
Mergedmasterwith2.0
2 parents febc6e4 + a5f9f86 commit 1c0cc4a

31 files changed

+855
-236
lines changed

bin/qa

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,13 @@ fi
223223

224224
echo "
225225
226+
Running Composer Require Checker
227+
--------------------------------
228+
"
229+
runTool composerRequireChecker
230+
231+
echo "
232+
226233
Running PHP Mess Detector
227234
-------------------------
228235
"

composer.json

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,28 @@
2121
"php": "~7.1",
2222
"phpunit/phpunit": "^7.3",
2323
"jakub-onderka/php-console-highlighter": "^0.3.2",
24-
"jakub-onderka/php-parallel-lint": "~1",
24+
"jakub-onderka/php-parallel-lint": "dev-SplitAutoload@dev",
2525
"phploc/phploc": "^4.0",
2626
"phpmd/phpmd": "^2.6",
27-
"phpstan/phpstan-shim": "^0.10.3",
27+
"phpstan/phpstan-shim": "^0.11",
2828
"squizlabs/php_codesniffer": "~3",
2929
"sllh/composer-versions-check": "^2.0",
30-
"phpstan/phpstan-strict-rules": "^0.10.1",
31-
"infection/infection": "^0.10.0",
30+
"phpstan/phpstan-strict-rules": "^0.11",
31+
"infection/infection": "^0.10",
3232
"funkyproject/reflection-file": "^0.1.0",
33-
"phpunit/php-invoker": "^2.0"
33+
"phpunit/php-invoker": "^2.0",
34+
"maglnet/composer-require-checker": "^1.0",
35+
"ext-json": "*",
36+
"phpunit/php-timer": "^2.0"
3437
},
38+
"repositories": [
39+
{
40+
"type": "vcs",
41+
"url": "https://github.com/edmondscommerce/PHP-Parallel-Lint"
42+
}
43+
],
3544
"require-dev": {
36-
"phpstan/phpstan-phpunit": "^0.10"
45+
"phpstan/phpstan-phpunit": "^0.11"
3746
},
3847
"suggest": {
3948
"phpstan/phpstan-phpunit": "Adds checks for PHPUnit tests"

0 commit comments

Comments
 (0)