Skip to content

Commit

Permalink
Minimum php 8.2
Browse files Browse the repository at this point in the history
7.4 is EOL since jan 2023
  • Loading branch information
MichaelBelgium committed Jan 31, 2025
1 parent 0bb05f2 commit 314a962
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.4-apache
FROM php:8.2-apache

#Get latest updates and install software needed
RUN apt-get update -qq \
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Convert and search youtube video's via your own API",
"type": "project",
"require": {
"php": ">=7.4",
"php": ">=8.2",
"norkunas/youtube-dl-php": "^2.0",
"google/apiclient": "^2.0",
"ext-json": "*"
Expand Down
60 changes: 30 additions & 30 deletions composer.lock

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

0 comments on commit 314a962

Please sign in to comment.