Skip to content

Commit

Permalink
Upgraded platform to 7.4. Upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
enobrev committed Oct 30, 2020
1 parent b4f5b6c commit ecf0ca7
Show file tree
Hide file tree
Showing 2 changed files with 1,571 additions and 531 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"config": {
"platform": {
"php": "7.2"
"php": "7.4"
},
"sort-packages": true
},
Expand All @@ -22,7 +22,7 @@
}
],
"require": {
"php": ">=7.2",
"php": ">=7.4",
"ext-json": "*",
"adbario/php-dot-notation": "~2.2",
"doctrine/inflector": "^2.0",
Expand All @@ -44,7 +44,7 @@
]
},
"require-dev": {
"phpunit/phpunit": "~8.1",
"vimeo/psalm": "~3.2"
"phpunit/phpunit": "^9.4",
"vimeo/psalm": "^4.1"
}
}
Loading

0 comments on commit ecf0ca7

Please sign in to comment.