Skip to content

Commit

Permalink
symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrocasado committed May 27, 2024
1 parent 37cd6f8 commit bb96d5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 22,13 @@
}
],
"require": {
"php": ">= 7.1",
"php": "^7.1 | ^8.0",
"ext-curl": "*",
"ext-dom": "*",
"ext-openssl": "*",
"ext-xml": "*",
"vanilla/garden-schema": "^2.2",
"symfony/serializer": "^3.4 || ^4.0 || ^5.0 || ^6.0"
"symfony/serializer": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16"
Expand Down

0 comments on commit bb96d5c

Please sign in to comment.