Skip to content

Commit

Permalink
Merge pull request #1939 from llupa/bump-sf-6-4
Browse files Browse the repository at this point in the history
Bump from Symfony 6.3 to Symfony 6.4 LTS
  • Loading branch information
XWB committed Mar 25, 2024
2 parents 4164ca0 + 4298ae8 commit b862b50
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yaml
Expand Up @@ -43,7 +43,7 @@ jobs:
- '8.3'
symfony:
- '5.4.*'
- '6.3.*'
- '6.4.*'
- '7.0.*'
elasticsearch:
- '7.11.0'
Expand All @@ -53,7 +53,7 @@ jobs:
- php: '7.4'
symfony: '7.0.*'
- php: '7.4'
symfony: '6.3.*'
symfony: '6.4.*'
- php: '8.0'
symfony: '7.0.*'
- php: '8.1'
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- '8.3'
symfony:
- '5.4.*'
- '6.3.*'
- '6.4.*'
- '7.0.*'
dependencies:
- 'highest'
Expand All @@ -118,7 +118,7 @@ jobs:
- php: '7.4'
symfony: '7.0.*'
- php: '7.4'
symfony: '6.3.*'
symfony: '6.4.*'
- php: '8.0'
symfony: '7.0.*'
- php: '8.1'
Expand Down
22 changes: 11 additions & 11 deletions composer.json
Expand Up @@ -34,11 +34,11 @@
"pagerfanta/pagerfanta": "^2.4 || ^3.0 || ^4.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"ruflin/elastica": "^7.1",
"symfony/console": "^5.4 || ^6.3 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.3 || ^7.0",
"symfony/framework-bundle": "^5.4 || ^6.3 || ^7.0",
"symfony/property-access": "^5.4 || ^6.3 || ^7.0",
"symfony/stopwatch": "^5.4 || ^6.3 || ^7.0"
"symfony/console": "^5.4 || ^6.4 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0",
"symfony/framework-bundle": "^5.4 || ^6.4 || ^7.0",
"symfony/property-access": "^5.4 || ^6.4 || ^7.0",
"symfony/stopwatch": "^5.4 || ^6.4 || ^7.0"
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.1.1",
Expand All @@ -56,12 +56,12 @@
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-symfony": "^1.2",
"phpunit/phpunit": "^9.5",
"symfony/expression-language": "^5.4 || ^6.3 || ^7.0",
"symfony/messenger": "^5.4 || ^6.3 || ^7.0",
"symfony/serializer": "^5.4 || ^6.3 || ^7.0",
"symfony/twig-bundle": "^5.4 || ^6.3 || ^7.0",
"symfony/web-profiler-bundle": "^5.4 || ^6.3 || ^7.0",
"symfony/yaml": "^5.4 || ^6.3 || ^7.0"
"symfony/expression-language": "^5.4 || ^6.4 || ^7.0",
"symfony/messenger": "^5.4 || ^6.4 || ^7.0",
"symfony/serializer": "^5.4 || ^6.4 || ^7.0",
"symfony/twig-bundle": "^5.4 || ^6.4 || ^7.0",
"symfony/web-profiler-bundle": "^5.4 || ^6.4 || ^7.0",
"symfony/yaml": "^5.4 || ^6.4 || ^7.0"
},
"suggest": {
"enqueue/elastica-bundle": "For populating Elasticsearch indexes asynchronously and using significanly less resources. Uses Enqueue.",
Expand Down

0 comments on commit b862b50

Please sign in to comment.