Skip to content

Commit

Permalink
Fix compatibility issues
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Jun 7, 2024
1 parent 685ec30 commit cf03833
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
],
"require": {
"php": "^7.2 || ^8.0",
"doctrine/collections": "^1.0",
"doctrine/collections": "^1.0 || ^2.0",
"doctrine/orm": "^2.5.3",
"doctrine/persistence": "^1.3 || ^2.0 || ^3.0",
"friendsofsymfony/rest-bundle": "^2.5 || ^3.0",
"jms/serializer-bundle": "^3.0 || ^4.0 || ^5.0",
"php-task/php-task": "^1.3.3 || ^2.0",
"php-task/task-bundle": "^2.0 || ^3.0",
"sulu/sulu": "^2.2.0 || ^2.5.0@dev",
"symfony/config": "^4.3 || ^5.0 || ^6.0",
"symfony/dependency-injection": "^4.3 || ^5.0 || ^6.0",
"symfony/http-foundation": "^4.3 || ^5.0 || ^6.0",
"symfony/http-kernel": "^4.3 || ^5.0 || ^6.0"
"symfony/config": "^4.3 || ^5.4 || ^6.3",
"symfony/dependency-injection": "^4.3 || ^5.4 || ^6.3",
"symfony/http-foundation": "^4.3 || ^5.4 || ^6.3",
"symfony/http-kernel": "^4.3 || ^5.4 || ^6.3"
},
"require-dev": {
"handcraftedinthealps/zendsearch": "^2.0",
Expand All @@ -36,12 +36,12 @@
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-symfony": "^1.0",
"phpunit/phpunit": "^8.4",
"symfony/browser-kit": "^4.3 || ^5.0 || ^6.0",
"symfony/dotenv": "^4.3 || ^5.0 || ^6.0",
"symfony/browser-kit": "^4.3 || ^5.4 || ^6.3",
"symfony/dotenv": "^4.3 || ^5.4 || ^6.3",
"symfony/monolog-bundle": "^3.1",
"symfony/security-bundle": "^4.3 || ^5.0 || ^6.0",
"symfony/stopwatch": "^4.3 || ^5.0 || ^6.0",
"symfony/templating": "^4.3 || ^5.0 || ^6.0",
"symfony/security-bundle": "^4.3 || ^5.4 || ^6.3",
"symfony/stopwatch": "^4.3 || ^5.4 || ^6.3",
"symfony/templating": "^4.3 || ^5.4 || ^6.3",
"thecodingmachine/phpstan-strict-rules": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit cf03833

Please sign in to comment.