Skip to content

Commit

Permalink
Updated composer dependencies, refactoring, fixed bash console alias.
Browse files Browse the repository at this point in the history
  • Loading branch information
DKravtsov committed Aug 22, 2024
1 parent 1b5c85f commit 5429b36
Show file tree
Hide file tree
Showing 201 changed files with 872 additions and 1,174 deletions.
14 changes: 0 additions & 14 deletions .idea/php-test-framework.xml

This file was deleted.

2 changes: 1 addition & 1 deletion .idea/phpunit.xml

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

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ USER ${USERNAME}

# Add necessary stuff to bash autocomplete
RUN echo 'source /usr/share/bash-completion/bash_completion' >> /home/${USERNAME}/.bashrc \
&& echo 'alias console="/app/bin/console"' >> /home/${USERNAME}/.bashrc
&& echo 'alias console="/var/www/html/bin/console"' >> /home/${USERNAME}/.bashrc

# copy fish configs
COPY --chown=${USERNAME}:${USERNAME} ./docker/fish/completions/ /home/${USERNAME}/.config/fish/completions/
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"Elasticsearch"
],
"homepage": "https://github.com/systemsdk/docker-symfony-api",
"version": "v3.1.1",
"version": "v3.1.2",
"license": "MIT",
"authors": [
{
Expand Down
Loading

0 comments on commit 5429b36

Please sign in to comment.