Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Devlamynck committed Mar 12, 2024
1 parent 5e94c7a commit 7f309a6
Show file tree
Hide file tree
Showing 32 changed files with 2,173 additions and 2,644 deletions.
4 changes: 2 additions & 2 deletions Docs/Exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ doctrine:
default_entity_manager: default
entity_managers:
default:
naming_strategy: doctrine.orm.naming_strategy.underscore
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
auto_mapping: true
connection: default
mappings:
# Your mappings
empty_database:
connection: empty_database
naming_strategy: doctrine.orm.naming_strategy.underscore
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
auto_mapping: false
mappings:
# A copy of the same mappings from above
Expand Down
13 changes: 8 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"description": "A magic bundle",
"type": "symfony-bundle",
"license": "MIT",
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "RichCongress",
Expand All @@ -16,16 +18,17 @@
"issues": "https://github.com/richcongress/recurrent-fixtures-test-bundle/issues"
},
"require": {
"php": "^7.1 || ^8.0",
"doctrine/dbal": "^2.3 || ^3.0",
"php": "^8.1",
"doctrine/dbal": "^3.0 || ^4.0",
"doctrine/doctrine-bundle": "^2.6",
"doctrine/doctrine-fixtures-bundle": "^3.4",
"richcongress/bundle-toolbox": "*",
"richcongress/fixture-test": "^0.1",
"richcongress/web-test-bundle": "^0.1"
"richcongress/fixture-test": "v0.2.x-dev",
"richcongress/web-test-bundle": "v0.2.x-dev"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"symfony/security-bundle": "^5.0"
"symfony/security-bundle": "^5.0 || ^6.0 || ^7.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 7f309a6

Please sign in to comment.