Skip to content

Commit

Permalink
Support for all 6.x Symfony versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fre5h authored Nov 16, 2023
1 parent 22dd85a commit dd5f2a2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,11 @@ jobs:
php-version:
- '8.2'
symfony-version:
- '6.0'
- '6.1'
- '6.2'
- '6.3'
- '6.4'
- '7.0'
steps:
- name: 'Checkout Code'
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
## Requirements 🧐

* PHP >= 8.2
* Symfony >= 6.3
* Symfony 6.0, 6.1, 6.2, 6.3, 6.4

## Installation 🌱

Expand Down
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"require": {
"php": ">=8.2",
"fresh/datetime": "^3.0",
"symfony/console": "~6.3||~7.0",
"symfony/config": "~6.3||~7.0",
"symfony/dependency-injection": "~6.3||~7.0",
"symfony/framework-bundle": "~6.3||~7.0",
"symfony/http-client": "~6.3||~7.0",
"symfony/http-foundation": "~6.3||~7.0",
"symfony/http-kernel": "~6.3||~7.0",
"symfony/security-core": "~6.3||~7.0",
"symfony/validator": "~6.3||~7.0"
"symfony/console": "~6.0",
"symfony/config": "~6.0",
"symfony/dependency-injection": "~6.0",
"symfony/framework-bundle": "~6.0",
"symfony/http-client": "~6.0",
"symfony/http-foundation": "~6.0",
"symfony/http-kernel": "~6.0",
"symfony/security-core": "~6.0",
"symfony/validator": "~6.0"
},
"require-dev": {
"escapestudios/symfony2-coding-standard": "^3.13",
Expand Down

0 comments on commit dd5f2a2

Please sign in to comment.