Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Merge branch 'ntr/update-analysis-tools' into '6.2'
Browse files Browse the repository at this point in the history
NTR - Move phpstan folder up to be the first dependency installed

See merge request shopware/6/product/development!176
  • Loading branch information
pweyck committed Jun 3, 2020
2 parents 28766e3 + 5c30d61 commit 25e5d07
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dev-ops/analyze/tests/TestBootstrap.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php declare(strict_types=1);

require __DIR__ . '/../vendor-bin/phpstan/vendor/autoload.php';
require __DIR__ . '/../vendor-bin/_phpstan/vendor/autoload.php';
require __DIR__ . '/../vendor/autoload.php';
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"require-dev": {
"phpstan/extension-installer": "^1.0.4",
"phpstan/phpstan": "^0.12.18.25",
"phpstan/phpstan-phpunit": "^0.12.8",
"phpstan/phpstan": "^0.12.25",
"phpstan/phpstan-phpunit": "^0.12.11",
"phpstan/phpstan-symfony": "^0.12.6"
},
"config": {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 25e5d07

Please sign in to comment.