Skip to content

Commit e119862

Browse files
committed
Updated deps
1 parent 45ae1bd commit e119862

2 files changed

Lines changed: 16 additions & 22 deletions

File tree

composer.json

Lines changed: 15 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,46 +7,39 @@
77
"php": "^7.2",
88
"setono/doctrine-orm-batcher-bundle": "^0.3.1",
99
"sylius/sylius": "^1.3",
10-
"symfony/event-dispatcher": "^4.3",
10+
"symfony/event-dispatcher": "^4.3 || ^5.0",
1111
"symfony/messenger": "^4.3",
12-
"thecodingmachine/safe": "^0.1.16",
12+
"thecodingmachine/safe": "^1.0",
1313
"violuke/php-barcodes": "^1.0"
1414
},
15-
"conflict": {
16-
"symfony/browser-kit": "4.1.8",
17-
"symfony/dependency-injection": "4.1.8",
18-
"symfony/dom-crawler": "4.1.8",
19-
"symfony/routing": "4.1.8",
20-
"symfony/symfony": "4.1.8"
21-
},
2215
"require-dev": {
2316
"behat/behat": "^3.4",
2417
"behat/mink": "^1.7@dev",
2518
"behat/mink-browserkit-driver": "^1.3",
2619
"behat/mink-extension": "^2.2",
2720
"behat/mink-selenium2-driver": "^1.3",
21+
"ergebnis/composer-normalize": "^1.2",
2822
"friends-of-behat/page-object-extension": "^0.3",
2923
"friends-of-behat/suite-settings-extension": "^1.0",
3024
"friends-of-behat/symfony-extension": "^2.0",
3125
"friends-of-behat/variadic-extension": "^1.1",
3226
"lakion/mink-debug-extension": "^1.2.3",
33-
"localheinz/composer-normalize": "^1.2",
34-
"phpspec/phpspec": "^5.0",
35-
"phpstan/phpstan": "^0.11",
36-
"phpstan/phpstan-doctrine": "^0.11",
37-
"phpstan/phpstan-strict-rules": "^0.11",
38-
"phpstan/phpstan-webmozart-assert": "^0.11",
27+
"phpspec/phpspec": "^6.1",
28+
"phpstan/phpstan": "^0.12",
29+
"phpstan/phpstan-doctrine": "^0.12",
30+
"phpstan/phpstan-strict-rules": "^0.12",
31+
"phpstan/phpstan-webmozart-assert": "^0.12",
3932
"phpunit/phpunit": "^8.3",
4033
"roave/security-advisories": "dev-master",
4134
"sensiolabs/security-checker": "^5.0",
4235
"sylius-labs/coding-standard": "^3.0",
43-
"symfony/browser-kit": "^3.4 || ^4.1",
44-
"symfony/debug-bundle": "^3.4 || ^4.1",
45-
"symfony/dotenv": "^4.2",
46-
"symfony/intl": "^3.4 || ^4.1",
47-
"symfony/web-profiler-bundle": "^3.4 || ^4.1",
48-
"symfony/web-server-bundle": "^3.4 || ^4.1",
49-
"thecodingmachine/phpstan-safe-rule": "^0.1.4"
36+
"symfony/browser-kit": "^3.4 || ^4.1 || ^5.0",
37+
"symfony/debug-bundle": "^3.4 || ^4.1 || ^5.0",
38+
"symfony/dotenv": "^4.2 || ^5.0",
39+
"symfony/intl": "^3.4 || ^4.1 || ^5.0",
40+
"symfony/web-profiler-bundle": "^3.4 || ^4.1 || ^5.0",
41+
"symfony/web-server-bundle": "^3.4 || ^4.1 || ^5.0",
42+
"thecodingmachine/phpstan-safe-rule": "^1.0@beta"
5043
},
5144
"config": {
5245
"sort-packages": true

phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ includes:
66

77
parameters:
88
reportUnmatchedIgnoredErrors: true
9+
checkMissingIterableValueType: false
910

1011
excludes_analyse:
1112
# Makes PHPStan crash

0 commit comments

Comments
 (0)