Skip to content

Commit 0e4adb7

Browse files
committed
Composer: upgrade dev tools
1 parent bfabf1a commit 0e4adb7

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

composer.json

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,13 @@
2525
"nette/utils": "^3.0"
2626
},
2727
"require-dev": {
28-
"tracy/tracy": "^2.6",
29-
"nette/http": "^3.0",
30-
"nette/bootstrap": "^3.0",
31-
"phpunit/phpunit": "^7.0|8.0|^9.0",
32-
"ninjify/qa": "^0.12",
33-
"phpstan/phpstan": "^1.0",
34-
"phpstan/phpstan-deprecation-rules": "^1.0",
35-
"phpstan/phpstan-nette": "^1.0",
36-
"phpstan/phpstan-strict-rules": "^1.0"
28+
"tracy/tracy": "^2.10.5",
29+
"nette/http": "^3.2.3",
30+
"nette/bootstrap": "^3.2.1",
31+
"mockery/mockery": "^1.6.6",
32+
"contributte/qa": "^0.4",
33+
"contributte/tester": "^0.4",
34+
"contributte/phpstan": "^0.1"
3735
},
3836
"conflict": {
3937
"nette/schema": "<1.2.0"
@@ -48,14 +46,17 @@
4846
"Tests\\": "tests/"
4947
}
5048
},
51-
"extra": {
52-
"branch-alias": {
53-
"dev-master": "1.2.x-dev"
54-
}
55-
},
49+
"minimum-stability": "dev",
50+
"prefer-stable": true,
5651
"config": {
52+
"sort-packages": true,
5753
"allow-plugins": {
5854
"dealerdirect/phpcodesniffer-composer-installer": true
5955
}
56+
},
57+
"extra": {
58+
"branch-alias": {
59+
"dev-master": "3.3-dev"
60+
}
6061
}
6162
}

0 commit comments

Comments
 (0)