Skip to content

Commit

Permalink
Merge pull request #32 from dongm2ez/upgrade-dependences
Browse files Browse the repository at this point in the history
Upgrade dependences
  • Loading branch information
aflanagan authored Apr 28, 2021
2 parents 9da2280 + 7004dea commit 62697eb
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 4,160 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
/coverage
*.code-workspace
.phpunit.result.cache
cache
cache
composer.lock
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
}
],
"require": {
"php": ">=5.6.0",
"symfony/yaml": "^4.4"
"php": ">=5.6",
"symfony/yaml": "^4.4|^5.2"
},
"require-dev": {
"phpunit/phpunit": "^6.0",
Expand Down
Loading

0 comments on commit 62697eb

Please sign in to comment.