Skip to content

Commit

Permalink
Allow php 8.0
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Aug 15, 2020
1 parent a879a87 commit 66c96a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -25,7 +25,7 @@
]
},
"require": {
"php": "^7.1",
"php": "^7.1 || ^8.0",
"symfony/expression-language": "^4.0 || ^5.0"
},
"require-dev": {
Expand Down

0 comments on commit 66c96a8

Please sign in to comment.