Skip to content

Commit 99a34e3

Browse files
author
Greg Bowler
committed
Add lots of extensions for testing
1 parent a855ea1 commit 99a34e3

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

composer.json

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
"description": "Example project using php-actions/phpunit",
44

55
"require-dev": {
6+
"ext-bcmath": "*",
7+
"ext-curl": "*",
8+
"ext-dom": "*",
9+
"ext-gd": "*",
10+
"ext-intl": "*",
11+
"ext-json": "*",
12+
"ext-pdo": "*",
13+
"ext-pdo_mysql": "*",
14+
"ext-sqlite3": "*",
15+
"ext-zip": "*",
616
"phpunit/phpunit": "9.*"
717
},
818
"autoload": {

composer.lock

+13-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)