Skip to content

Commit

Permalink
chore: fix failed coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
t0xas committed Jun 4, 2024
1 parent d107cfa commit ad90d1f
Show file tree
Hide file tree
Showing 4 changed files with 3,241 additions and 3,095 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
FROM webdevops/php-nginx-dev:7.4

RUN wget -O "/usr/local/bin/go-replace" "https://github.com/webdevops/goreplace/releases/download/1.1.2/gr-arm64-linux" \
&& chmod +x "/usr/local/bin/go-replace" \
&& "/usr/local/bin/go-replace" --version \
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": ">=7.1.3",
"laravel/framework": ">=5.7.0",
"ronasit/laravel-helpers": ">=2.5",
"ronasit/laravel-helpers": ">=2.7",
"laravel/legacy-factories": ">=1.3.0",
"ext-json": "*"
},
Expand Down
Loading

0 comments on commit ad90d1f

Please sign in to comment.