Skip to content

Commit

Permalink
Readded 7.4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
toooni committed Aug 14, 2023
1 parent 3213460 commit c9903b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: [8.0]
php-version: [7.4, 8.0]
deps: ["low","default"]
env:
XDEBUG_MODE: coverage
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
}
],
"require": {
"php": ">=8.0",
"symfony/http-kernel": "^5.0|^6.0",
"symfony/config": "^5.0|^6.0",
"symfony/dependency-injection": "^5.0|^6.0",
"symfony/yaml": "^5.0|^6.0",
"symfony/event-dispatcher": "^5.0|^6.0",
"php": ">=7.4|>=8.0",
"symfony/http-kernel": "^4.4|^5.0|^6.0",
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/yaml": "^4.4|^5.0|^6.0",
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
"doctrine/orm": "^2.0",
"doctrine/persistence": "^1.3|^2.0|^3.0",
"doctrine/annotations": "^1.13"
Expand Down

0 comments on commit c9903b8

Please sign in to comment.