Skip to content

Commit ad90d1f

Browse files
committed
chore: fix failed coverage
1 parent d107cfa commit ad90d1f

File tree

4 files changed

+3241
-3095
lines changed

4 files changed

+3241
-3095
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
FROM webdevops/php-nginx-dev:7.4
2+
3+
RUN wget -O "/usr/local/bin/go-replace" "https://github.com/webdevops/goreplace/releases/download/1.1.2/gr-arm64-linux" \
4+
&& chmod +x "/usr/local/bin/go-replace" \
5+
&& "/usr/local/bin/go-replace" --version \

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": ">=7.1.3",
1414
"laravel/framework": ">=5.7.0",
15-
"ronasit/laravel-helpers": ">=2.5",
15+
"ronasit/laravel-helpers": ">=2.7",
1616
"laravel/legacy-factories": ">=1.3.0",
1717
"ext-json": "*"
1818
},

0 commit comments

Comments
 (0)