Skip to content

Commit

Permalink
Merge pull request #6 from LauLamanApps/master
Browse files Browse the repository at this point in the history
Allow Symfony 6
  • Loading branch information
Shivella authored Jul 11, 2022
2 parents a35c9dd + 672babb commit 3e8c2e8
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 @@ -14,7 +14,7 @@
"require": {
"php": ">=7.1.0",
"ext-json": "*",
"symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0 || ^5.0",
"symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
"api-postcode/php-client": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit 3e8c2e8

Please sign in to comment.