Skip to content

Commit ebf27a4

Browse files
author
Andrey Romashov
committed
up php version to 7.4 and add to ignore .idea
1 parent c92d01b commit ebf27a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
TAG_MESSAGE
55
/.phpunit.result.cache
66
/.php_cs.cache
7+
/.idea/

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
]
2020
},
2121
"require": {
22-
"php": "^7.2",
22+
"php": "^7.4",
2323
"ext-soap": "*",
2424
"symfony/options-resolver": "^3.4 || ^4.3 || ^5.0",
2525
"symfony/polyfill-iconv": "^1.13.1"

0 commit comments

Comments
 (0)