Skip to content

Commit

Permalink
Allow Symfony 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
starred-gijs committed Mar 11, 2024
1 parent cf81fc3 commit db8e2e9
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,31 @@
}
],
"require": {
"php": "^7.3 || ^8.0",
"ext-mongodb": "^1.1.5",
"facile-it/mongodb-bundle": "^0.6 || ^1.0.0",
"mongodb/mongodb": "^1.1.0",
"php": "^7.4 || ^8.0",
"ext-mongodb": "^1.6",
"facile-it/mongodb-bundle": "^1.6",
"mongodb/mongodb": "^1.5",
"symfony/deprecation-contracts": "^2.1",
"symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0",
"symfony/messenger": "^4.4 || ^5.0 || ^6.0"
"symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"symfony/messenger": "^4.4 || ^5.0 || ^6.0 || ^7.0"
},
"require-dev": {
"facile-it/facile-coding-standard": "^0.4.1",
"facile-it/facile-coding-standard": "^1.2.0",
"facile-it/symfony-functional-testcase": "^1.0",
"infection/infection": "^0.18",
"infection/infection": "^0.23",
"jangregor/phpstan-prophecy": "^0.8.0",
"phpspec/prophecy-phpunit": "^2.0",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12.25",
"phpstan/phpstan-phpunit": "^0.12.8",
"phpunit/phpunit": "^9.5.2",
"symfony/browser-kit": "^4.4 || ^5.0 || ^6.0",
"phpunit/phpunit": "^9.6.13",
"symfony/browser-kit": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"symfony/flex": "^1.12",
"symfony/phpunit-bridge": "^5.2.4",
"symfony/property-access": "^4.4 || ^5.0 || ^6.0",
"symfony/property-info": "^4.4 || ^5.0 || ^6.0",
"symfony/serializer": "^4.4 || ^5.0 || ^6.0",
"symfony/yaml": "^4.4 || ^5.0 || ^6.0"
"symfony/phpunit-bridge": "7.0",
"symfony/property-access": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"symfony/property-info": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"symfony/serializer": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"symfony/yaml": "^4.4 || ^5.0 || ^6.0 || ^7.0"
},
"minimum-stability": "stable",
"autoload": {
Expand Down

0 comments on commit db8e2e9

Please sign in to comment.