Skip to content

Commit ac6ab3c

Browse files
committed
Moved dbal version constraint to testing
1 parent 2326cc6 commit ac6ab3c

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
@@ -21,13 +21,13 @@
2121
],
2222
"require": {
2323
"php": "^8.0",
24-
"doctrine/dbal": "^3.1.1",
2524
"laravel-doctrine/orm": "^1.6"
2625
},
2726
"require-dev": {
28-
"phpunit/phpunit": "^9.5",
2927
"doctrine/coding-standard": "^9.0",
28+
"doctrine/dbal": "^3.1.1",
3029
"orchestra/testbench": "^6.23",
30+
"phpunit/phpunit": "^9.5",
3131
"vimeo/psalm": "^4.15"
3232
},
3333
"extra": {

0 commit comments

Comments
 (0)