update dependencies and gitignore

This commit is contained in:
Maksim Mikhailov 2021-02-11 19:57:15 +03:00
parent e30de6b719
commit ac9178a05f
2 changed files with 11 additions and 6 deletions

2
.gitignore vendored Normal file → Executable file
View file

@ -2,3 +2,5 @@
/build /build
composer.lock composer.lock
.mage.yml .mage.yml
.idea
.phpunit.result.cache

15
composer.json Normal file → Executable file
View file

@ -12,18 +12,21 @@
} }
], ],
"require": { "require": {
"php": "^7.1.3", "php": "^7.1.3 | ^8.0",
"monolog/monolog": "~1.11", "monolog/monolog": "~1.11 | ^2.0",
"symfony/console": "^4.0", "symfony/console": "^4.0",
"symfony/filesystem": "^4.0", "symfony/filesystem": "^4.0 | ^5.0",
"symfony/event-dispatcher": "^4.0", "symfony/event-dispatcher": "^4.0",
"symfony/finder": "^4.0", "symfony/finder": "^4.0 | ^5.0",
"symfony/yaml": "^4.0", "symfony/yaml": "^4.0",
"symfony/process": "^4.0" "symfony/process": "^4.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^7.0", "phpunit/phpunit": "^8.0",
"satooshi/php-coveralls": "~1.0" "php-coveralls/php-coveralls": "~2.0"
},
"suggest": {
"ext-posix": "*"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {