Skip to content

Commit d98cf2a

Browse files
committed
composer update php version
1 parent f137899 commit d98cf2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"require": {
27-
"php": "7.0",
27+
"php": "^7.2",
2828
"twig/twig": "^2.12.1",
2929
"swiftmailer/swiftmailer": "^6.0"
3030
},
@@ -33,7 +33,7 @@
3333
},
3434
"config": {
3535
"platform": {
36-
"php": "7.0"
36+
"php": "^7.2"
3737
}
3838
},
3939
"support": {

0 commit comments

Comments
 (0)