Skip to content

Commit

Permalink
minor #95 Update dependencies (pamil)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.8-dev branch.

Discussion
----------

Closes #92.

Commits
-------

a149273 Update dependencies
  • Loading branch information
pamil authored Dec 8, 2020
2 parents 2605f76 + a149273 commit 16d5c44
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,23 @@
"twig/twig": "^1.0"
},
"require-dev": {
"doctrine/doctrine-bundle": "^1.3 || ^2.0",
"doctrine/orm": "^2.5",
"doctrine/persistence": "^1.3",
"doctrine/phpcr-odm": "^1.3",
"jackalope/jackalope-doctrine-dbal": "^1.2",
"doctrine/doctrine-bundle": "^1.12 || ^2.0",
"doctrine/orm": "^2.8",
"doctrine/persistence": "^1.3 || ^2.0",
"doctrine/phpcr-odm": "^1.5",
"jackalope/jackalope-doctrine-dbal": "^1.6",
"lchrusciel/api-test-case": "^5.0",
"matthiasnoback/symfony-config-test": "^4.2.1",
"matthiasnoback/symfony-dependency-injection-test": "^4.2.1",
"pagerfanta/pagerfanta": "^1.0 || ^2.0",
"pagerfanta/pagerfanta": "^1.1 || ^2.5",
"pamil/phpspec-skip-example-extension": "^4.2",
"phpspec/phpspec": "^7.0",
"phpstan/phpstan": "0.12.59",
"phpstan/phpstan-phpunit": "0.12.16",
"phpstan/phpstan-webmozart-assert": "0.12.7",
"phpunit/phpunit": "^9.4",
"phpunit/phpunit": "^9.5",
"sylius-labs/coding-standard": "^3.0",
"sylius/resource-bundle": "^1.7@rc",
"sylius/resource-bundle": "^1.7",
"symfony/console": "^4.4 || ^5.1",
"symfony/twig-bundle": "^4.4 || ^5.1",
"twig/extensions": "^1.5",
Expand Down
2 changes: 2 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ includes:
parameters:
reportUnmatchedIgnoredErrors: false
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false

excludes_analyse:
- %currentWorkingDirectory%/src/Bundle/Doctrine/PHPCRODM/*
Expand All @@ -21,3 +22,4 @@ parameters:
- '/Method Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface::dispatch\(\) invoked with 2 parameters, 1 required\./'
- '/Method Sylius\\Component\\Grid\\Definition\\Filter::setCriteria\(\) has no return typehint specified\./'
- '/Class Sylius\\Bundle\\CurrencyBundle\\Form\\Type\\CurrencyChoiceType not found\./'
- '/Unable to resolve the template type T in call to method Doctrine\\Persistence\\ObjectManager::getRepository\(\)/'

0 comments on commit 16d5c44

Please sign in to comment.