We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2c741 commit e2e48a2Copy full SHA for e2e48a2
composer.json
@@ -20,15 +20,15 @@
20
"php" : ">=7.2",
21
"thecodingmachine/graphqlite" : "^4.1",
22
"symfony/validator": "^4 | ^5",
23
- "doctrine/annotations": "^1.6"
+ "doctrine/annotations": "^1.13"
24
},
25
"require-dev": {
26
"phpunit/phpunit": "^8.4.1",
27
"mouf/picotainer": "^1.1",
28
"phpstan/phpstan": "^0.12.14",
29
"php-coveralls/php-coveralls": "^2.1.0",
30
"symfony/translation": "^4",
31
- "doctrine/coding-standard": "^7.0"
+ "doctrine/coding-standard": "^9.0"
32
33
"scripts": {
34
"phpstan": "phpstan analyse src/ -c phpstan.neon --level=7 --no-progress",
0 commit comments