Skip to content

Commit 5fa134c

Browse files
fix: Allow symfony console 8.0, require php 8.3
1 parent f27fe84 commit 5fa134c

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
@@ -14,8 +14,8 @@
1414
}
1515
},
1616
"require": {
17-
"php": "^8.2",
18-
"symfony/console": "^6.0|^7.0",
17+
"php": "^8.3",
18+
"symfony/console": "^7.4|^8.0",
1919
"doctrine/dbal": "^3.1|^4.0"
2020
},
2121
"require-dev": {

0 commit comments

Comments
 (0)