Skip to content

Commit

Permalink
Add composer.lock and ignore platform requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammyjo20 committed Jul 27, 2024
1 parent 5d6b8d8 commit 1a050ee
Show file tree
Hide file tree
Showing 3 changed files with 5,637 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

# Project dependencies
/vendor
/composer.lock

# Caches, externally stored stuff, etc
.php-cs-fixer.cache
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ RUN ln -s /app/php/src/index.php /app/php/index.php

# Run Composer install without dependencies

RUN cd /app/php && composer install --no-dev --no-interaction --prefer-dist --optimize-autoloader
RUN cd /app/php && composer install --no-dev --no-interaction --prefer-dist --optimize-autoloader --ignore-platform-reqs
Loading

0 comments on commit 1a050ee

Please sign in to comment.