Skip to content

Commit 20401cd

Browse files
mugashhomersimpsons
authored andcommitted
Upgrade for symfony 6.4
1 parent 5a0da87 commit 20401cd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
}
1010
],
1111
"require": {
12-
"thecodingmachine/tdbm": "~5.3.0",
13-
"symfony/filesystem": "^2.0 || ^3.0 || ^4.0 || ^5.0",
12+
"thecodingmachine/tdbm": "^6.0.9",
13+
"symfony/filesystem": "^6.4",
1414
"psr/container": "^1",
15-
"thecodingmachine/graphqlite": "^5",
16-
"thecodingmachine/tdbm-fluid-schema-builder": "^1",
17-
"doctrine/dbal": "^2.9.2"
15+
"thecodingmachine/graphqlite": "^6.0",
16+
"thecodingmachine/tdbm-fluid-schema-builder": "^2",
17+
"doctrine/dbal": "^3"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "^6.5.14",
21-
"satooshi/php-coveralls": "^1.1",
20+
"phpunit/phpunit": "^11.5",
21+
"php-coveralls/php-coveralls": "^2.8",
2222
"mouf/picotainer": "^1.1",
23-
"symfony/cache": "^4.2.4 || ^5"
23+
"symfony/cache": "^6.4"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)