Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5429b36

Browse files
author
DKravtsov
committed
Updated composer dependencies, refactoring, fixed bash console alias.
1 parent 1b5c85f commit 5429b36

File tree

201 files changed

+872
-1174
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

201 files changed

+872
-1174
lines changed

‎.idea/php-test-framework.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

‎.idea/phpunit.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ USER ${USERNAME}
9999

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

104104
# copy fish configs
105105
COPY --chown=${USERNAME}:${USERNAME} ./docker/fish/completions/ /home/${USERNAME}/.config/fish/completions/

‎composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"Elasticsearch"
1515
],
1616
"homepage": "https://github.com/systemsdk/docker-symfony-api",
17-
"version": "v3.1.1",
17+
"version": "v3.1.2",
1818
"license": "MIT",
1919
"authors": [
2020
{

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /