Skip to content

Commit d45187d

Browse files
committed
Composer: use contributte/qa, contributte/tester, contributte/phpstan, use full versions
1 parent 51deb9c commit d45187d

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

composer.json

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,12 @@
1515
"nextras/dbal": "^5.0.0"
1616
},
1717
"require-dev": {
18-
"contributte/qa": "^0.4.0",
19-
"contributte/tester": "^0.3.0",
20-
"nette/di": "^3.0.1",
21-
"nextras/orm": "^5.0.0",
22-
"mockery/mockery": "^1.3.0",
23-
"phpstan/phpstan": "^1.0.0",
24-
"phpstan/phpstan-strict-rules": "^1.0.0",
25-
"phpstan/phpstan-deprecation-rules": "^1.0.0",
26-
"phpstan/phpstan-nette": "^1.0.0"
18+
"contributte/phpstan": "~0.2.0",
19+
"contributte/qa": "~0.4.0",
20+
"contributte/tester": "~0.3.0",
21+
"mockery/mockery": "^1.6.0",
22+
"nette/di": "^3.2.0",
23+
"nextras/orm": "^5.0.0"
2724
},
2825
"autoload": {
2926
"psr-4": {
@@ -37,14 +34,15 @@
3734
},
3835
"minimum-stability": "dev",
3936
"prefer-stable": true,
40-
"extra": {
41-
"branch-alias": {
42-
"dev-master": "0.7.x-dev"
43-
}
44-
},
4537
"config": {
38+
"sort-packages": true,
4639
"allow-plugins": {
4740
"dealerdirect/phpcodesniffer-composer-installer": true
4841
}
42+
},
43+
"extra": {
44+
"branch-alias": {
45+
"dev-master": "0.7.x-dev"
46+
}
4947
}
5048
}

0 commit comments

Comments
 (0)