Skip to content

Commit

Permalink
Merge pull request #27 from OskarStark/patch-1
Browse files Browse the repository at this point in the history
Allow Symfony 7
  • Loading branch information
eightyknots authored Dec 4, 2023
2 parents b73f8d6 + 6714f83 commit 5baa788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": ">=7.2",
"phpoffice/phpspreadsheet": "~1.16",
"symfony/framework-bundle": "^4.0|^5.0|^6.0"
"symfony/framework-bundle": "^4.0|^5.0|^6.0|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5baa788

Please sign in to comment.