Skip to content

Commit

Permalink
Upgrade PHPStan to major release 1.
Browse files Browse the repository at this point in the history
Need code refactoring : cope with #81
  • Loading branch information
nikrou committed Nov 10, 2021
1 parent 1cb0491 commit 7b28486
Show file tree
Hide file tree
Showing 22 changed files with 320 additions and 216 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phyxo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: [7.3, 7.4, 8.0]
php-versions: [7.4, 8.0]
# experimental: [false]
mysql: [5.7]
# include:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
"friendsofphp/php-cs-fixer": "^3.2",
"openpsa/universalfeedcreator": "^1.8",
"pclzip/pclzip": "^2.8",
"phpstan/phpstan": "^1.1",
"phpstan/phpstan-doctrine": "^1.0",
"ramsey/uuid-doctrine": "^1.6",
"symfony/asset": "4.4.*",
"symfony/console": "4.4.*",
Expand All @@ -44,8 +46,6 @@
"dmore/behat-chrome-extension": "^1.3",
"phpspec/prophecy": "^1.11",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12.42",
"phpstan/phpstan-doctrine": "^0.12.19",
"symfony/browser-kit": "^4.4",
"symfony/css-selector": "^4.4",
"symfony/maker-bundle": "^1.21",
Expand Down
267 changes: 134 additions & 133 deletions composer.lock

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

Loading

0 comments on commit 7b28486

Please sign in to comment.