Skip to content

Commit

Permalink
feat: bump min versions (#123)
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Georg <[email protected]>
  • Loading branch information
Chris53897 and Chris8934 authored Jun 10, 2024
1 parent bbc0b2a commit a471f7e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
4 changes: 0 additions & 4 deletions Tests/App/config/config_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ dukecity_command_scheduler:
excluded_command_namespaces:
- scheduler

liip_test_fixtures:
cache_db:
sqlite: liip_test_fixtures.services_database_backup.sqlite

services:
_defaults:
autowire: true
Expand Down
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
],
"require": {
"php": ">=8.2",
"doctrine/orm": "^2.17.5 || ^3.0.0",
"doctrine/doctrine-bundle": "^2.11",
"doctrine/collections": "^2.1",
"doctrine/dbal": "^3.8.1 || ^4.0.0",
"doctrine/persistence": "^3.2",
"doctrine/orm": "^2.19 || ^3.2",
"doctrine/doctrine-bundle": "^2.12",
"doctrine/collections": "^2.2",
"doctrine/dbal": "^3.8.4 || ^4.0.2",
"doctrine/persistence": "^3.3",
"dragonmantank/cron-expression": "^3.3",
"knplabs/knp-time-bundle": "^2.2",
"knplabs/knp-time-bundle": "^2.3",
"lorisleiva/cron-translator": "^0.4.5",
"symfony/asset": "^7.0",
"symfony/config": "^7.0",
Expand All @@ -43,9 +43,9 @@
"twig/twig": "^3.8"
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^3.5",
"liip/test-fixtures-bundle": "^2.7",
"phpstan/phpstan": "^1.10",
"doctrine/doctrine-fixtures-bundle": "^3.6",
"liip/test-fixtures-bundle": "^3.0",
"phpstan/phpstan": "^1.11",
"phpunit/phpunit": "^10.5",
"symfony/browser-kit": "^7.0",
"symfony/css-selector": "^7.0",
Expand All @@ -55,7 +55,7 @@
"symfony/phpunit-bridge": "^7.0",
"symfony/http-client": "^7.0",
"symfony/notifier": "^7.0",
"symfony/maker-bundle": "^1.52",
"symfony/maker-bundle": "^1.60",
"symfony/var-dumper": "^7.0"
},
"suggest": {
Expand Down

0 comments on commit a471f7e

Please sign in to comment.