Skip to content

Commit

Permalink
composer bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
qbbr committed May 30, 2024
1 parent 4c4c863 commit 6dfcd37
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"ext-apcu": "*",
"doctrine/annotations": "^2.0.1",
"doctrine/doctrine-bundle": "^2.12.0",
"doctrine/doctrine-migrations-bundle": "^3.3",
"doctrine/orm": "^2.19.3",
"doctrine/doctrine-migrations-bundle": "^3.3.1",
"doctrine/orm": "^2.19.5",
"symfony/console": "7.0.*",
"symfony/dotenv": "7.0.*",
"symfony/flex": "^2.4.5",
Expand Down Expand Up @@ -84,13 +84,13 @@
}
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^3.5.1",
"friendsofphp/php-cs-fixer": "^3.53",
"phpstan/phpstan": "^1.10.66",
"phpunit/phpunit": "^10.5.17",
"doctrine/doctrine-fixtures-bundle": "^3.6.1",
"friendsofphp/php-cs-fixer": "^3.58.1",
"phpstan/phpstan": "^1.11.2",
"phpunit/phpunit": "^10.5.20",
"symfony/browser-kit": "7.0.*",
"symfony/css-selector": "7.0.*",
"symfony/maker-bundle": "^1.58",
"symfony/phpunit-bridge": "^6.4.6"
"symfony/maker-bundle": "^1.59.1",
"symfony/phpunit-bridge": "^6.4.7"
}
}
2 changes: 1 addition & 1 deletion composer.lock

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

0 comments on commit 6dfcd37

Please sign in to comment.