Skip to content

Commit

Permalink
Adicionado função de dump para facilitar o desenvolvimento
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr3d4dor committed Mar 28, 2020
1 parent 8f79b56 commit 060f950
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"filp/whoops": "^2.7"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16"
"friendsofphp/php-cs-fixer": "^2.16",
"symfony/var-dumper": "^5.0"
},
"scripts": {
"format": [
Expand Down
77 changes: 76 additions & 1 deletion composer.lock

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

2 comments on commit 060f950

@celsosouzaa
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prezados, bom dia.

realizei a atualização pra versão 4.4, porem na configuração do docker está presentando falha, ERROR cliente version 1.22 is too old. minimum suported API Version IS 1.24, e não estopu conseguindo realizar o upgrade dele.

Capturar
Capturar2

poderia me auxiliar se é algo que estou fazendo de errado.

at.te,

@Pr3d4dor
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Olá, tente ver se isso resolve: docker/compose#4106 (comment)

Caso não funcione, abra o docker-compose.yml e mude o version '2' pra version '2.1'.

Você não precisa utilizar o docker se não quiser.

E por favor usse os issues ao invés de comentar em um commit específico.

Please sign in to comment.