Skip to content

Commit a174b6f

Browse files
authored
Fix versions constraints (#24)
* Fix versions constraints * Sort packages - Fix #21
1 parent 4321e90 commit a174b6f

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

composer.json

+11-8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"support": {
77
"issues": "https://github.com/yoanm/symfony-jsonrpc-params-validator/issues"
88
},
9+
"config": {
10+
"sort-packages": true
11+
},
912
"authors": [
1013
{
1114
"name": "Yoanm",
@@ -31,20 +34,20 @@
3134
},
3235
"require": {
3336
"php": ">=7.2",
34-
"yoanm/jsonrpc-server-sdk": "^3.0",
35-
"yoanm/symfony-jsonrpc-http-server": "^3.0",
36-
"yoanm/jsonrpc-params-symfony-validator-sdk": "^2.0",
37+
"symfony/config": "^4.0 || ^5.0",
38+
"symfony/dependency-injection": "^4.0 || ^5.0",
3739
"symfony/http-kernel": "^4.0 || ^5.0",
38-
"symfony/dependency-injection": "4.0 || 5.0",
39-
"symfony/config": "4.0 || 5.0"
40+
"yoanm/jsonrpc-params-symfony-validator-sdk": "^2.0",
41+
"yoanm/jsonrpc-server-sdk": "^3.0",
42+
"yoanm/symfony-jsonrpc-http-server": "^3.0"
4043
},
4144
"require-dev": {
4245
"ext-json": "*",
4346
"behat/behat": "~3.0",
44-
"squizlabs/php_codesniffer": "3.*",
45-
"phpunit/phpunit": "^7.0 || ^8.0",
46-
"matthiasnoback/symfony-dependency-injection-test": "^3.0 || ^4.0",
4747
"matthiasnoback/symfony-config-test": "^3.0 || ^4.0",
48+
"matthiasnoback/symfony-dependency-injection-test": "^3.0 || ^4.0",
49+
"phpunit/phpunit": "^7.0 || ^8.0",
50+
"squizlabs/php_codesniffer": "3.*",
4851
"symfony/framework-bundle": "^4.0 || ^5.0",
4952
"symfony/routing": "^4.0 || ^5.0",
5053
"yoanm/php-unit-extended": "~1.0"

0 commit comments

Comments
 (0)