Skip to content

Commit

Permalink
allow Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaicher committed Sep 22, 2023
1 parent 7549f13 commit 7f67ece
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- php: 8.0
- php: 8.1
- php: 8.2
SYMFONY_REQUIRE: 7.0.*
stability: dev

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
],
"require": {
"php": "^7.3 || ^8.0",
"symfony/framework-bundle": "^5.4 || ^6.2",
"symfony/framework-bundle": "^5.4 || ^6.2 || ^7.0",
"solarium/solarium": "^6.2"
},
"require-dev": {
"symfony/phpunit-bridge": "^6.2",
"symfony/stopwatch": "^5.4 || ^6.2"
"symfony/phpunit-bridge": "^6.3",
"symfony/stopwatch": "^5.4 || ^6.2 || ^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7f67ece

Please sign in to comment.