Skip to content

Commit 0277657

Browse files
committed
Installed phpexperts/dockerize to be able to run the project's tests via PHP v7.1.
1 parent 570724e commit 0277657

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"symfony/var-dumper": "^4.2",
3131
"phpstan/phpstan": "^0.11.6",
3232
"nesbot/carbon": "^2.37",
33-
"phpbench/phpbench": "^0.16.9"
33+
"phpbench/phpbench": "^0.16.9",
34+
"phpexperts/dockerize": "^12.0"
3435
},
3536
"autoload": {
3637
"psr-4": {

test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
php-ci.sh
File renamed without changes.

0 commit comments

Comments
 (0)