Skip to content

Commit e2e48a2

Browse files
committed
Allow PHP8
1 parent ae2c741 commit e2e48a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"php" : ">=7.2",
2121
"thecodingmachine/graphqlite" : "^4.1",
2222
"symfony/validator": "^4 | ^5",
23-
"doctrine/annotations": "^1.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",
3030
"symfony/translation": "^4",
31-
"doctrine/coding-standard": "^7.0"
31+
"doctrine/coding-standard": "^9.0"
3232
},
3333
"scripts": {
3434
"phpstan": "phpstan analyse src/ -c phpstan.neon --level=7 --no-progress",

0 commit comments

Comments
 (0)