Skip to content

Commit 8589442

Browse files
committed
Upgrade Docker dev environment
1 parent 5f3f217 commit 8589442

File tree

6 files changed

+775
-208
lines changed

6 files changed

+775
-208
lines changed

composer.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@
1414
{
1515
"type": "vcs",
1616
"url": "https://github.com/vernal-creative/html-to-markdown"
17-
},
18-
{
19-
"type": "vcs",
20-
"url": "https://github.com/Freemius/wordpress-sdk"
2117
}
22-
2318
],
2419
"autoload": {
2520
"classmap": ["admin/", "core/", "interfaces/", "enums/" ]
@@ -33,15 +28,15 @@
3328
"scribu/scb-framework": "dev-replyable",
3429
"vernal-creative/html-to-markdown": "dev-postmatic",
3530
"calderawp/caldera-modals" : "1.0.1",
36-
"xamin/handlebars.php": "dev-php-52",
31+
"salesforce/handlebars-php": "^2.3.0",
3732
"freemius/wordpress-sdk": "^2.4.1",
3833
"postmatic/commentium": "^1.0.3"
3934
},
4035
"require-dev": {
4136
"roave/security-advisories": "dev-master",
42-
"phing/phing": "2.8.*",
43-
"phpunit/phpunit": "4.2.*",
44-
"tedivm/jshrink": "1.0.*",
37+
"phing/phing": "2.16.*",
38+
"phpunit/phpunit": "5.7.27",
39+
"tedivm/jshrink": "1.3.*",
4540
"rosio/wordpress-i18n-tools": "dev-master"
4641
},
4742
"scripts": {

0 commit comments

Comments
 (0)