Skip to content

Commit

Permalink
Merge pull request #7 from gponty/sf7
Browse files Browse the repository at this point in the history
SF 7
  • Loading branch information
gponty authored Aug 9, 2024
2 parents e311755 + 11276cb commit af41e73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Symfony Monday Api

This is a Symfony 6 Bundle helps you to use monday API v2 : https://developer.monday.com/apps/docs/mondayapi.
This is a Symfony 6/7 Bundle helps you to use monday API v2 : https://developer.monday.com/apps/docs/mondayapi.
It use version 2023-10.

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

0 comments on commit af41e73

Please sign in to comment.