Skip to content

Commit

Permalink
use chrisnovakovic:video-rehidratestate
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Redaelli committed Dec 30, 2023
1 parent 79454aa commit 57dede8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ USER root
# Create cache folder
RUN mkdir /cache && chown -R nobody:nogroup /cache
# Install deps
RUN apk add --no-cache php82-redis php82-zip php82-tokenizer
RUN apk add --no-cache php82-redis php82-zip php82-tokenizer git
USER nobody

# Copy source
Expand Down
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,19 @@
"php": "7.4"
}
},
"repositories": [
{
"type": "git",
"url": "https://github.com/chrisnovakovic/TikScraperPHP"
}
],
"require": {
"php": ">=7.4|^8.0",
"ext-redis": "^5.3.2|^6.0.0",
"ext-mbstring": "*",
"latte/latte": "^2.11",
"bramus/router": "^1.6",
"pablouser1/tikscraper": "^2.4",
"pablouser1/tikscraper": "dev-video-rehidratestate",
"josegonzalez/dotenv": "^4.0"
},
"autoload": {
Expand Down
30 changes: 13 additions & 17 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 57dede8

Please sign in to comment.