Skip to content

Commit 3aec1df

Browse files
committed
Require DBAL migrations
1 parent 0832e1a commit 3aec1df

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
"ext-json": "*",
2323
"ext-openssl": "*",
2424
"ext-pdo": "*",
25+
"doctrine/dbal": "^4.3",
26+
"doctrine/migrations": "^3.9",
2527
"guzzlehttp/guzzle": "^7.0",
2628
"laminas/laminas-diactoros": "^3",
2729
"laminas/laminas-httphandlerrunner": "^2",
@@ -30,14 +32,14 @@
3032
"nette/forms": "^3",
3133
"psr/container": "^2.0",
3234
"psr/log": "^3",
35+
"psr/simple-cache": "^3",
3336
"simplesamlphp/composer-module-installer": "^1.3",
3437
"simplesamlphp/openid": "^0",
3538
"spomky-labs/base64url": "^2.0",
39+
"symfony/cache": "^6.4",
3640
"symfony/expression-language": "^6.3",
3741
"symfony/psr-http-message-bridge": "^7.1",
38-
"web-token/jwt-framework": "^3",
39-
"symfony/cache": "^6.4",
40-
"psr/simple-cache": "^3"
42+
"web-token/jwt-framework": "^3"
4143
},
4244
"require-dev": {
4345
"friendsofphp/php-cs-fixer": "^3",

0 commit comments

Comments
 (0)