Skip to content

Commit

Permalink
Symfony 7 compatibility (#479)
Browse files Browse the repository at this point in the history
* Symfony 7 compatibility

* update composer.lock

---------

Co-authored-by: Dane Powell <[email protected]>
  • Loading branch information
byrond and danepowell authored Nov 19, 2024
1 parent 7b9dea2 commit 50018d6
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 195 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"php": "^8.0 | ^8.1 | ^8.2",
"guzzlehttp/guzzle": "^7.2",
"league/oauth2-client": "^2.4",
"symfony/cache": "^5 | ^6",
"symfony/filesystem": "^5.4 | ^6"
"symfony/cache": "^5 | ^6 | ^7",
"symfony/filesystem": "^5.4 | ^6 | ^7"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.0.0",
Expand Down
Loading

0 comments on commit 50018d6

Please sign in to comment.