Skip to content

Commit

Permalink
Test phpStan, fix image exports
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminjonard committed Mar 24, 2023
1 parent 7ebb521 commit 86bf438
Show file tree
Hide file tree
Showing 6 changed files with 253 additions and 205 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,13 @@
"require-dev": {
"brianium/paratest": "7.1.2",
"dama/doctrine-test-bundle": "7.2.1",
"doctrine/doctrine-fixtures-bundle": "3.4.2",
"friendsofphp/php-cs-fixer": "3.15.1",
"justinrainbow/json-schema": "5.2.12",
"phpstan/extension-installer": "1.2.0",
"phpstan/phpstan": "1.10.8",
"phpstan/phpstan-doctrine": "1.3.37",
"phpstan/phpstan-phpunit": "1.3.10",
"phpstan/phpstan-symfony": "1.2.23",
"phpunit/php-code-coverage": "10.0.2",
"phpunit/phpunit": "10.0.17",
"rector/rector": "0.15.21",
Expand All @@ -86,7 +90,8 @@
"sort-packages": true,
"allow-plugins": {
"symfony/flex": true,
"symfony/runtime": true
"symfony/runtime": true,
"phpstan/extension-installer": true
}
},
"autoload": {
Expand Down
Loading

0 comments on commit 86bf438

Please sign in to comment.