Skip to content

Commit bce6566

Browse files
committed
WIP
1 parent 1a7d828 commit bce6566

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

composer.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
],
1919
"require" : {
2020
"php" : ">=7.2",
21-
"thecodingmachine/graphqlite" : "^5.0",
22-
"symfony/validator": "^4.2 | ^5 | ^6" ,
23-
"doctrine/annotations": "^1.6"
21+
"thecodingmachine/graphqlite" : "^6.0",
22+
"symfony/validator": "^6" ,
23+
"doctrine/annotations": "^1.13"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "^8.4.1",
2727
"mouf/picotainer": "^1.1",
2828
"phpstan/phpstan": "^0.12.14",
2929
"php-coveralls/php-coveralls": "^2.1.0",
30-
"symfony/translation": "^4 | ^5 | ^6",
31-
"doctrine/coding-standard": "^9.0"
30+
"symfony/translation": "^6",
31+
"doctrine/coding-standard": "^11.1"
3232
},
3333
"scripts": {
3434
"phpstan": "phpstan analyse src/ -c phpstan.neon --level=7 --no-progress",
@@ -48,9 +48,14 @@
4848
},
4949
"extra": {
5050
"branch-alias": {
51-
"dev-master": "5.0.x-dev"
51+
"dev-master": "6.0.x-dev"
5252
}
5353
},
5454
"minimum-stability": "dev",
55-
"prefer-stable": true
55+
"prefer-stable": true,
56+
"config": {
57+
"allow-plugins": {
58+
"dealerdirect/phpcodesniffer-composer-installer": true
59+
}
60+
}
5661
}

0 commit comments

Comments
 (0)