Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency api-platform/core to v4 - abandoned #36

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#syntax=docker/dockerfile:1.4
#syntax=docker/dockerfile:1.11

# Versions
FROM dunglas/frankenphp:1-alpine AS frankenphp_upstream
Expand Down Expand Up @@ -41,7 +41,7 @@
ENV PANTHER_NO_SANDBOX 1
# Not mandatory, but recommended
ENV PANTHER_CHROME_ARGUMENTS='--disable-dev-shm-usage'
RUN apk add --no-cache chromium chromium-chromedriver

Check failure on line 44 in Dockerfile

View workflow job for this annotation

GitHub Actions / Docker Lint

DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`

# Firefox and geckodriver
#ARG GECKODRIVER_VERSION=0.29.0
Expand All @@ -51,7 +51,7 @@
# rm geckodriver-v$GECKODRIVER_VERSION-linux64.tar.gz
###< symfony/panther ###
###> doctrine/doctrine-bundle ###
RUN install-php-extensions pdo_pgsql

Check failure on line 54 in Dockerfile

View workflow job for this annotation

GitHub Actions / Docker Lint

DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
###< doctrine/doctrine-bundle ###
###< recipes ###

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"ext-ctype": "*",
"ext-iconv": "*",
"ext-imagick": "*",
"api-platform/core": "^3.2",
"api-platform/core": "^4.0",
"doctrine/dbal": "^3.0|^4.0",
"doctrine/doctrine-bundle": "^2.11",
"doctrine/doctrine-migrations-bundle": "^3.3",
Expand Down
Loading