Skip to content

Commit

Permalink
Erlaube Symfony 7-Komponenten (Case 168718) (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianSchmick authored Feb 29, 2024
1 parent 98aaddb commit 1178380
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- { php-version: 7.4, dependency-version: prefer-lowest }
- { php-version: 7.4, dependency-version: prefer-stable }
- { php-version: 8.1, dependency-version: prefer-stable }
- { php-version: 8.2, dependency-version: prefer-stable }
- { php-version: 8.3, dependency-version: prefer-stable }
name: PHPUnit (PHP ${{matrix.php-version}}, ${{ matrix.dependency-version }})
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
},

"require": {
"php": "^7.4|8.0.*|8.1.*",
"php": ">= 7.4, < 8.4",
"doctrine/annotations": "^1.12",
"jms/metadata": "^2.6.1",
"symfony/property-access": "^3.4|^4.0|^5.0"
"symfony/property-access": "^3.4|^4.0|^5.0|^6.0|^7.0"
},

"require-dev": {
Expand Down

0 comments on commit 1178380

Please sign in to comment.