Skip to content

Commit 3e8c2e8

Browse files
authored
Merge pull request #6 from LauLamanApps/master
Allow Symfony 6
2 parents a35c9dd + 672babb commit 3e8c2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"php": ">=7.1.0",
1616
"ext-json": "*",
17-
"symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0 || ^5.0",
17+
"symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
1818
"api-postcode/php-client": "^1.0"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)