Skip to content

Commit 6238cb5

Browse files
committed
Add dbase PHP extension to Scrutinizer
Signed-off-by: William Desportes <[email protected]>
1 parent e27c429 commit 6238cb5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.scrutinizer.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ build:
1717
nodes:
1818
analysis:
1919
environment:
20-
php: 7.1
20+
php:
21+
version: 7.1
22+
pecl_extensions:
23+
- dbase
2124
dependencies:
2225
before:
2326
- composer install

0 commit comments

Comments
 (0)