Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 2e19eb6

Browse files
committed
Update to php-v8 0.2.1
1 parent 033b460 commit 2e19eb6

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.scrutinizer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ build:
22
dependencies:
33
before:
44
- sudo apt-get install -y software-properties-common
5-
- sudo add-apt-repository ppa:pinepain/libv8-6.3
5+
- sudo add-apt-repository ppa:pinepain/libv8-6.4
66
- sudo apt-get update
7-
- sudo apt-get install -y libv8-6.3 libv8-6.3-dev libv8-6.3-dbg
7+
- sudo apt-get install -y libv8-6.4 libv8-6.4-dev libv8-6.4-dbg
88
- pecl install v8
99
- pecl install ref
1010

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ matrix:
1818
- php: nightly
1919

2020
env:
21-
- PHP_V8=v0.2.0
21+
- PHP_V8=v0.2.1
2222
PHP_REF=v0.5.0
2323

2424
addons:
2525
apt:
2626
sources:
27-
- sourceline: ppa:pinepain/libv8-6.3
27+
- sourceline: ppa:pinepain/libv8-6.4
2828
packages:
29-
- libv8-6.3
30-
- libv8-6.3-dev
31-
- libv8-6.3-dbg
29+
- libv8-6.4
30+
- libv8-6.4-dev
31+
- libv8-6.4-dbg
3232
- ccache
3333

3434
before_install:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"require": {
1616
"php": "~7.1",
1717
"league/flysystem": "^1.0",
18-
"pinepain/php-v8-stubs": "^0.2.0",
18+
"pinepain/php-v8-stubs": "^0.2.1",
1919
"pinepain/php-ref-stubs": "^0.5.0",
2020
"pinepain/php-object-maps": "^0.3.0"
2121
},

0 commit comments

Comments
 (0)