Skip to content

Commit

Permalink
Set all to min 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCadien committed Jul 18, 2024
1 parent 2db27c0 commit f167db3
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 @@ -7,11 +7,11 @@
"php": "^7.2 || ^8.0",
"friendsofsymfony/rest-bundle": "^2.6 || ^3.0",
"sulu/sulu": "^2.4 || ^2.5@dev",
"symfony/config": "^4.3 || ^5.4 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^4.3 || ^5.4 || ^6.0 || ^7.0",
"symfony/framework-bundle": "^4.3 || ^5.4 || ^6.0 || ^7.0",
"symfony/http-foundation": "^4.3 || ^5.4 || ^6.0 || ^7.0",
"symfony/http-kernel": "^4.3 || ^5.4 || ^6.0 || ^7.0"
"symfony/config": "^4.4 || ^5.4 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0 || ^7.0",
"symfony/framework-bundle": "^4.4 || ^5.4 || ^6.0 || ^7.0",
"symfony/http-foundation": "^4.4 || ^5.4 || ^6.0 || ^7.0",
"symfony/http-kernel": "^4.4 || ^5.4 || ^6.0 || ^7.0"
},
"require-dev": {
"doctrine/doctrine-bundle": "^1.10 || ^2.0",
Expand All @@ -28,12 +28,12 @@
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-symfony": "^1.0",
"phpunit/phpunit": "^8.0 ||^9.6",
"symfony/browser-kit": "^4.3 || ^5.4 || ^6.0 || ^7.0",
"symfony/dotenv": "^4.3 || ^5.4 || ^6.0 || ^7.0",
"symfony/form": "^4.3 || ^5.4 || ^6.0 || ^7.0",
"symfony/browser-kit": "^4.4 || ^5.4 || ^6.0 || ^7.0",
"symfony/dotenv": "^4.4 || ^5.4 || ^6.0 || ^7.0",
"symfony/form": "^4.4 || ^5.4 || ^6.0 || ^7.0",
"symfony/monolog-bundle": "^3.1",
"symfony/security-bundle": "^4.3 || ^5.4 || ^6.0 || ^7.0",
"symfony/stopwatch": "^4.3 || ^5.4 || ^6.0 || ^7.0",
"symfony/security-bundle": "^4.4 || ^5.4 || ^6.0 || ^7.0",
"symfony/stopwatch": "^4.4 || ^5.4 || ^6.0 || ^7.0",
"thecodingmachine/phpstan-strict-rules": "^1.0"
},
"keywords": [],
Expand Down

0 comments on commit f167db3

Please sign in to comment.