Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit feec27d

Browse files
Run composer with --ignore-platform-req=php+
1 parent 6f0a117 commit feec27d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"symfony/polyfill-php80": "^1.16"
2222
},
2323
"require-dev": {
24-
"doctrine/dbal": "^2.6|^3.0",
24+
"doctrine/dbal": "^2.7|^3.0",
2525
"doctrine/persistence": "^1.3|^2|^3",
2626
"psr/cache": "^1.0|^2.0|^3.0",
2727
"symfony/console": "^3.4|^4.0|^5.0",
@@ -36,6 +36,7 @@
3636
"symfony/validator": "^3.4|^4.0|^5.0"
3737
},
3838
"conflict": {
39+
"doctrine/dbal": "<2.7",
3940
"doctrine/persistence": "<1.3",
4041
"symfony/event-dispatcher": "<4.3",
4142
"symfony/framework-bundle": "<4.4",

0 commit comments

Comments
 (0)