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

1
.gitignore vendored
View file

@ -3,3 +3,4 @@ composer.lock
vendor
phpcs.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",