Skip to content

Commit

Permalink
Bump composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ProklUng committed Aug 10, 2021
1 parent 241f66e commit ec57d9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
!/src/
/vendor/
*.cache
composer.lock
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
},
"require": {
"php": ">=7.1 | ^8.0",
"symfony/dependency-injection": "^4.0 || ^5.0",
"symfony/config": "^4.0 || ^5.0",
"symfony/console": "^4.0 || ^5.0",
"symfony/filesystem": "^4.0 || ^5.0"
"symfony/dependency-injection": "^4.4 || ^5.0",
"symfony/config": "^4.4 || ^5.0",
"symfony/console": "^4.4 || ^5.0",
"symfony/filesystem": "^4.4 || ^5.0"
},
"require-dev": {
"proklung/bitrix-phpunit-testing-tools": "^1.0"
"proklung/bitrix-phpunit-testing-tools": "^1.4"
},
"extra": {
"installer-paths": {
Expand Down

0 comments on commit ec57d9c

Please sign in to comment.