diff --git a/.travis.yml b/.travis.yml index 9cb5e04a..32a6d55d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,7 @@ matrix: after_success: - bash <(curl -s https://codecov.io/bash) -cF php - php: 7.1 + - php: 7.2 - node_js: 8 language: node_js install: yarn diff --git a/composer.json b/composer.json index b6af0542..b636f186 100644 --- a/composer.json +++ b/composer.json @@ -42,6 +42,11 @@ "tests" ] }, + "scripts": { + "post-install-cmd": [ + "unzip -o storage/patches/bs_php72_patch_180224.zip" + ] + }, "config": { "preferred-install": "dist" } diff --git a/storage/patches/bs_php72_patch_180224.zip b/storage/patches/bs_php72_patch_180224.zip new file mode 100644 index 00000000..3ab69fa5 Binary files /dev/null and b/storage/patches/bs_php72_patch_180224.zip differ