Skip to content

Upgrade cached dependencies and remove vendor dir#54

Open
peter279k wants to merge 1 commit intomrjoelkemp:masterfrom
open-source-contributions:improve_stuffs
Open

Upgrade cached dependencies and remove vendor dir#54
peter279k wants to merge 1 commit intomrjoelkemp:masterfrom
open-source-contributions:improve_stuffs

Conversation

@peter279k
Copy link
Copy Markdown

Changed log

  • It's good to update the cached dependencies with composer.
  • Remove the composer.phar because this is the package manager and it should not be under the Git version control.
  • Removing the vendor folder because this folder is about the dependencies directory and generated by the composer.
    It should let this folder not be under Git version control.
  • Since the fieryprophet/php-sandbox package is deprecated. Using the corveda/php-sandbox package instead.
  • Since the Apache web document root has been changed on the latest eboraas/apache-php Docker image, using the $(pwd):/var/www/html volume path instead.
  • Giving a name (phpepl) for the Docker container during docker run --name=phpepl -p 80:80 -v $(pwd):/var/www/html -d eboraas/apache-php command running.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant