Skip to content

Commit 5dd0e25

Browse files
committed
update to PHP 8 and symfony 5
1 parent 501bc43 commit 5dd0e25

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@
2121
}
2222
],
2323
"require" : {
24-
"php": "^7.4 || ^8.0",
25-
"thecodingmachine/tdbm": "~5.3.0",
24+
"php": "^8.1",
25+
"thecodingmachine/tdbm": "^6.0",
2626
"doctrine/doctrine-bundle": "^2",
2727
"doctrine/orm": "^2",
28-
"symfony/http-kernel": "^4.1.9 || ^5"
28+
"symfony/http-kernel": "^5"
2929
},
3030
"require-dev": {
3131
"roave/security-advisories": "dev-master",
32-
"symfony/security-bundle": "^4.1.9 || ^5",
33-
"symfony/yaml": "^4.1.9 || ^5",
32+
"symfony/security-bundle": "^5",
33+
"symfony/yaml": "^5",
3434
"phpunit/phpunit": "^9.5",
3535
"phpstan/phpstan": "^1.2",
3636
"thecodingmachine/tdbm-fluid-schema-builder": "^1.0.0",
37-
"symfony/framework-bundle": "^5.2"
37+
"symfony/framework-bundle": "^5.4"
3838
},
3939
"scripts": {
4040
"phpstan": "phpstan analyse TdbmBundle.php DependencyInjection/ Utils/ -c phpstan.neon --level=8 --no-progress"

0 commit comments

Comments
 (0)