Skip to content

Commit f8b2b2b

Browse files
committed
Maintenance update
1 parent bad3414 commit f8b2b2b

File tree

8 files changed

+1121
-779
lines changed

8 files changed

+1121
-779
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
}
1414
},
1515
"require": {
16-
"php": "^7.1",
17-
"php-di/php-di": "6.0.0-beta3",
16+
"php": "^7.4",
17+
"php-di/php-di": "^6.0",
1818
"stratify/framework": "~0.7.1",
1919
"stratify/twig-module": "~0.3.0",
2020
"twig/twig": "~1.35.0",
@@ -26,7 +26,7 @@
2626
"symfony/monolog-bridge": "^3.1",
2727
"symfony/event-dispatcher": "^3.1",
2828
"psr7-sessions/storageless": "^2.0",
29-
"league/commonmark": "^0.14.0",
29+
"league/commonmark": "^1.3",
3030
"gravatarphp/gravatar": "^1.0",
3131
"gravatarphp/twig-integration": "^1.0",
3232
"league/oauth2-client": "^2.0",
@@ -37,11 +37,11 @@
3737
"zbateson/mail-mime-parser": "^0.4.3",
3838
"vlucas/phpdotenv": "^2.4",
3939
"sentry/sentry": "^1.7",
40-
"bref/bref": "~0.4.0",
40+
"bref/bref": "~0.5.17",
4141
"bref/logger": "^1.0.0"
4242
},
4343
"require-dev": {
44-
"phpunit/phpunit": "^6.0",
44+
"phpunit/phpunit": "^7.0",
4545
"mnapoli/hard-mode": "^0.1.1"
4646
}
4747
}

0 commit comments

Comments
 (0)