Skip to content

Commit

Permalink
Add support for Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrimaud committed Dec 31, 2023
1 parent e422cc2 commit aa9f13c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ composer require pgrimaud/instagram-user-feed

**v6.16.6** - 2023-12-31:

- Add support for Symfony 7
- Fix login error "Unable to extract JSON data" ([n1crask](https://github.com/n1crask))

**v6.16.5** - 2023-12-24:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"php": ">=7.2.5",
"ext-curl": "*",
"ext-json": "*",
"symfony/cache": "^3.4|^4.3|^5.0|^6.0",
"symfony/cache": "^3.4|^4.3|^5.0|^6.0|^7.0",
"guzzlehttp/guzzle": "^6.0|^7.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^8.5|^9.5",
"symfony/var-dumper": "^5.0|^6.0"
"symfony/var-dumper": "^5.0|^6.0|^7.0"
},
"scripts": {
"test": "phpunit tests --whitelist src"
Expand Down

0 comments on commit aa9f13c

Please sign in to comment.