Adjusting settings

This commit is contained in:
Yoann Celton 2018-11-27 22:40:19 +11:00 committed by Aryess
parent e8ad97d52a
commit 4d6463d034
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -2,4 +2,5 @@ build
composer.lock
vendor
phpcs.xml
phpunit.xml
phpunit.xml
.idea/

View File

@ -17,7 +17,7 @@
}
],
"require": {
"php" : "~5.6|~7.0"
"php" : "~7.2"
},
"require-dev": {
"phpunit/phpunit" : ">=5.4.3",