Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
labomatik committed Jun 5, 2023
2 parents f4bbb55 + 09808bf commit abd1fb0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@
}
],
"require": {
"php": "^7.1"
"php": "^7.4 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
"phpunit/phpunit": "^9.0",
"spatie/phpunit-snapshot-assertions": "^4.0",
"vimeo/psalm": "^4.7"

},
"autoload": {
Expand Down

0 comments on commit abd1fb0

Please sign in to comment.