Skip to content

Commit

Permalink
Merge branch 'release/1.7.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Culka committed Mar 14, 2024
2 parents 99c12b1 + 98c8668 commit 9e581b5
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"name": "trexima/cv",
"description": "Bundle provides form for creating CV in european format.",
"type": "symfony-bundle",
"version": "1.6.2",
"version": "1.7.0",
"license": "MIT",
"keywords": ["cv"],
"authors": [
{
"name": "TREXIMA Bratislava, spol. s r.o.",
Expand All @@ -13,18 +14,18 @@
"minimum-stability": "stable",
"require": {
"php": "^8.1",
"symfony/framework-bundle": "^6.2",
"symfony/twig-bundle": "^6.2",
"symfony/framework-bundle": "^6.0",
"symfony/twig-bundle": "^6.0",
"claviska/simpleimage": "^3.3",
"pelago/emogrifier": "^7.0",
"symfony/translation": "^6.2",
"symfony/asset": "^6.2",
"symfony/yaml": "^6.2",
"symfony/translation": "^6.0",
"symfony/asset": "^6.0",
"symfony/yaml": "^6.0",
"symfony/webpack-encore-bundle": "^1.15",
"symfony/form": "^6.2",
"doctrine/orm": "^2.13",
"symfony/form": "^6.0",
"doctrine/orm": "^2 || ^3",
"trexima/harvey-client": "^1.2",
"symfony/validator": "^6.2",
"symfony/validator": "^6.0",
"mpdf/mpdf": "^8.1"
},
"require-dev": {
Expand Down

0 comments on commit 9e581b5

Please sign in to comment.