Skip to content

Commit

Permalink
Fixed deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Apr 27, 2021
1 parent d7f56a4 commit 329386a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
13 changes: 6 additions & 7 deletions composer.json
Expand Up @@ -17,19 +17,18 @@
],

"require" : {
"php" : ">=7.2",
"php" : ">=7.2",

"jbzoo/data" : "^4.2.1",
"jbzoo/mermaid-php" : "^2.2.0",
"jbzoo/utils" : "^4.4.0",
"jbzoo/data" : "^4.2.1",
"jbzoo/mermaid-php" : "^2.2.0",
"jbzoo/utils" : "^4.4.0",

"symfony/console" : "^4.4|^5.0",
"symfony/polyfill-php80" : "^1.22.1"
"symfony/console" : "^4.4|^5.0"
},

"require-dev" : {
"jbzoo/toolbox-dev" : "^2.12.0",
"symfony/process" : ">=4.4"
"symfony/process" : "^4.4|^5.0"
},

"autoload" : {
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

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

0 comments on commit 329386a

Please sign in to comment.