Skip to content

Commit ec168af

Browse files
committed
build: fix version of phpoffice/phpspreadsheet dep to the last known working version , ref: @contactashish13
1 parent fb5c744 commit ec168af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
- WP_VERSION=latest WP_MULTISITE=0
2525
global:
2626
- MASTER_BRANCH=master UPSTREAM_REPO=Codeinwp/visualizer STORE_URL=https://themeisle.com
27-
DEPLOY_BUILD=7
27+
DEPLOY_BUILD=7.0
2828
before_install:
2929
- mkdir -p bin && cd bin
3030
- wget "$PIRATE_FLEET"load.sh

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"require": {
2424
"codeinwp/themeisle-sdk": "master",
2525
"xrstf/composer-php52": "^1.0.20",
26-
"phpoffice/phpspreadsheet": "^1.6.0",
26+
"phpoffice/phpspreadsheet": "1.8.2",
2727
"neitanod/forceutf8": "~2.0"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)