Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Henvald committed Nov 25, 2021
1 parent 47b2e8c commit 6278add
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

| Bundle Version (X.Y.Z) | PHP | Symfony | Doctrine Bundle | Comment |
|:----------------------:|:----------------:|:----------------:|:------------------:|:--------------------------|
| `7.3.*` | `>= 7.3.0` | `>= 5.0` | `>= 2.1` | **Current version** |
| `7.3.*` | `>= 7.3.0` | `>=5.0 <5.4` | `>= 2.1` | **Current version** |
| `6.6.*` | `>= 7.1.3` | `4.3, 4.4` | `>= 2.0` | Previous version |

#### Check the `config/bundles.php` file
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"doctrine/common": "^2.11 || ^3.0",
"doctrine/doctrine-bundle": "^2.1",
"doctrine/orm": "^2.7",
"symfony/config": "^5.0",
"symfony/dependency-injection": "^5.0",
"symfony/doctrine-bridge": "^5.0",
"symfony/framework-bundle": "^5.0",
"symfony/http-kernel": "^5.0",
"symfony/validator": "^5.0",
"symfony/config": ">=5.0 <5.4",
"symfony/dependency-injection": ">=5.0 <5.4",
"symfony/doctrine-bridge": ">=5.0 <5.4",
"symfony/framework-bundle": ">=5.0 <5.4",
"symfony/http-kernel": ">=5.0 <5.4",
"symfony/validator": ">=5.0 <5.4",
"twig/twig": "^3.0"
},
"require-dev": {
Expand All @@ -42,8 +42,8 @@
"phpstan/phpstan-symfony": "^0.12",
"phpunit/phpunit": "^9.5",
"slam/phpstan-extensions": "^5.0",
"symfony/form": "^5.0",
"symfony/yaml": "^5.0"
"symfony/form": ">=5.0 <5.4",
"symfony/yaml": ">=5.0 <5.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6278add

Please sign in to comment.