diff options
author | marcinzelent <zelent.marcin@gmail.com> | 2017-11-30 11:30:10 +0100 |
---|---|---|
committer | marcinzelent <zelent.marcin@gmail.com> | 2017-11-30 11:30:10 +0100 |
commit | 8a67529d0358af8b1c72f53c2ca6441c75be836d (patch) | |
tree | 98e97b50c97f7762f205078a2090e587044edc60 /.idea/php.xml | |
parent | 56cb58fdabf883a5641bfdb7d897f7b7dde2eb74 (diff) |
Added sending e-mails test.
Diffstat (limited to '.idea/php.xml')
-rw-r--r-- | .idea/php.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.idea/php.xml b/.idea/php.xml index 50580b1..10d798a 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -42,5 +42,5 @@ <path value="$PROJECT_DIR$/vendor/jdorn/sql-formatter" /> </include_path> </component> - <component name="PhpProjectSharedConfiguration" php_language_level="5.5.0" /> + <component name="PhpProjectSharedConfiguration" php_language_level="7.1" /> </project>
\ No newline at end of file |