Skip to content

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
harris21 committed Dec 15, 2021
1 parent 08403c5 commit f011fd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
}
],
"require": {
"php": "^7",
"php": "^7.1|^8",
"monolog/monolog": "^2.0",
"paragonie/quill": "^0|^1"
"paragonie/quill": "^0.6|^1"
},
"autoload": {
"psr-4": {
"ParagonIE\\MonologQuill\\": "src/"
}
},
"require-dev": {
"vimeo/psalm": "^0|^1"
"vimeo/psalm": "^3|^4"
},
"scripts": {
"static-analysis": "psalm"
Expand Down

0 comments on commit f011fd4

Please sign in to comment.