Skip to content

Commit

Permalink
Merge pull request #4 from gponty/sf7
Browse files Browse the repository at this point in the history
Add sf 7
  • Loading branch information
gponty authored Feb 16, 2024
2 parents 5e055da + ecdb3d0 commit 6c28474
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Symfony IdLoom Api

This is a Symfony 6 Bundle helps you to use idloom API v4 : https://idloom.events/docs/.
This is a Symfony 6/7 Bundle helps you to use idloom API v4 : https://idloom.events/docs/.

## Installation

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"type": "symfony-bundle",
"require": {
"php": ">=8.1",
"symfony/http-kernel": "^6.3",
"symfony/config": "^6.3",
"symfony/dependency-injection": "^6.3",
"symfony/http-client": "^6.3"
"symfony/http-kernel": "^6.4|^7.0",
"symfony/config": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/http-client": "^6.4|^7.0"
},
"keywords": ["symfony", "idloom", "api", "bundle"],
"homepage": "https://github.com/gponty/symfony-idloom-api",
Expand Down

0 comments on commit 6c28474

Please sign in to comment.