Skip to content

Commit 9aa141a

Browse files
authored
Merge pull request #156 from iturgeon/issue/update-wp-to-57
updates dependencies, including Wordpress to 5.7
2 parents 0f94b21 + 1d3ebbe commit 9aa141a

File tree

6 files changed

+507
-96
lines changed

6 files changed

+507
-96
lines changed

composer.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,16 @@
2626
"require": {
2727
"php": ">=7.2",
2828
"onelogin/php-saml": "2.10.2",
29-
"monolog/monolog": "1.18.2",
30-
"johnpbloch/wordpress": ">=5.5.1",
29+
"monolog/monolog": "1.26.0",
30+
"johnpbloch/wordpress": ">=5.7.0",
3131
"obojobo/obo-stats": "0.0.3",
32-
"obojobo/rocketD": "0.0.3",
32+
"obojobo/rocketd": "0.0.3",
3333
"obojobo-themes/obojobo": "0.0.3",
34-
"wpackagist-plugin/table-of-contents-plus": ">=1601",
35-
"wpackagist-plugin/page-list": ">=5.1",
36-
"wpackagist-plugin/w3-total-cache": ">=0.9.6",
37-
"mrclay/minify": "2.3.0",
34+
"wpackagist-plugin/table-of-contents-plus": ">=2002",
35+
"wpackagist-plugin/page-list": ">=5.2",
36+
"wpackagist-plugin/w3-total-cache": ">=2.1.1",
37+
"mrclay/minify": "3.0.11",
38+
"intervention/httpauth": "^2.0",
3839
"eher/oauth": "1.0.7",
3940
"silexlabs/amfphp": "2.2.2"
4041
},

0 commit comments

Comments
 (0)