Skip to content

Commit

Permalink
Fix composer settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierstoval committed Dec 21, 2019
1 parent 6371df6 commit 2719e6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "orbitale/compotes",
"type": "project",
"license": "proprietary",
"license": "AGPL-3.0-or-later",
"description": "A small app to manage bank account operations.",
"require": {
"php": "^7.2.5",
"php": "^7.4",
"ext-ctype": "*",
"ext-iconv": "*",
"doctrine/doctrine-bundle": "^2.0",
Expand All @@ -16,7 +18,7 @@
"symfony/form": "^5.0",
"symfony/framework-bundle": "^5.0",
"symfony/monolog-bundle": "^3.5",
"symfony/string": "5.0.*",
"symfony/string": "^5.0",
"symfony/twig-bundle": "^5.0",
"symfony/validator": "^5.0",
"symfony/yaml": "^5.0",
Expand All @@ -33,7 +35,7 @@
"symfony/debug-bundle": "^5.0",
"symfony/maker-bundle": "^1.14",
"symfony/stopwatch": "^5.0",
"symfony/var-dumper": "5.0.*",
"symfony/var-dumper": "^5.0",
"symfony/web-profiler-bundle": "^5.0"
},
"config": {
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

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

0 comments on commit 2719e6e

Please sign in to comment.