Skip to content

Commit f44a63a

Browse files
Use PHP 7.4 on deps=low
1 parent aa9f88c commit f44a63a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,12 @@
3232
"symfony/expression-language": "~2.8|~3.0|~4.0",
3333
"symfony/cache": "~3.1|~4.0",
3434
"symfony/property-access": "~2.8|~3.0|~4.0",
35-
"doctrine/annotations": "~1.0",
35+
"doctrine/annotations": "~1.7",
3636
"doctrine/cache": "~1.0",
37-
"egulias/email-validator": "^1.2.8|~2.0"
37+
"egulias/email-validator": "^2.1.10"
3838
},
3939
"conflict": {
40+
"doctrine/lexer": "<1.0.2",
4041
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
4142
"symfony/dependency-injection": "<3.3",
4243
"symfony/http-kernel": "<3.3.5",

0 commit comments

Comments
 (0)