Skip to content

Commit

Permalink
Undo composer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Oct 27, 2022
1 parent c17aec2 commit 98f346d
Show file tree
Hide file tree
Showing 2 changed files with 251 additions and 11 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"minimum-stability": "stable",
"require": {
"php": "^7.2",
"php": "^7.1",
"ext-gmp": "*",
"ext-json": "*",
"broadway/broadway": "^2.3",
Expand Down Expand Up @@ -49,7 +49,7 @@
"symfony/validator": "4.4.*",
"twig/extensions": "^1.5",
"twig/extra-bundle": "^2.12|^3.0",
"twig/twig": "^2.15|^3.0"
"twig/twig": "^2.12|^3.0"
},
"require-dev": {
"doctrine/data-fixtures": "~1.1",
Expand Down
258 changes: 249 additions & 9 deletions composer.lock

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

1 comment on commit 98f346d

@tvdijen
Copy link
Contributor

Choose a reason for hiding this comment

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

Why?

Please sign in to comment.