Skip to content

Commit

Permalink
fix min deps
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Mar 8, 2024
1 parent 63be9b1 commit 5cf4117
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
matrix:
php:
- '8.2'
dependencies: ['highest']
dependencies: ['highest', 'lowest']
symfony:
- 'unchanged'
- '6.4.*'
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@

"require": {
"php": "^8.2",
"doctrine/doctrine-bundle": "^2.11",
"doctrine/doctrine-bundle": "^2.11.3",
"doctrine/data-fixtures": "^1.7",
"doctrine/orm": "^2.19 || ^3",
"doctrine/persistence": "^2.2 || ^3.0",
"doctrine/orm": "^3.1",
"doctrine/persistence": "^3.3.1",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/finder": "^6.4 || ^7.0",
"symfony/framework-bundle": "^6.4 || ^7.0",
"theofidry/alice-data-fixtures": "^1.5"
"theofidry/alice-data-fixtures": "^1.7"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpspec/prophecy": "^1.7",
"symfony/phpunit-bridge": "^6.4 || ^7.0",
"phpunit/phpunit": "^9.6.17",
"phpspec/prophecy": "^1.14.0",
"symfony/phpunit-bridge": "^6.4.4 || ^7.0",
"phpspec/prophecy-phpunit": "^2.0",
"monolog/monolog": "^3.5"
},
Expand Down

0 comments on commit 5cf4117

Please sign in to comment.