Skip to content

Commit

Permalink
chore: downgrade depdendencies to only include PHP 7.4 compatible stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
loilo committed Sep 17, 2023
1 parent d142eca commit 21b4fa9
Show file tree
Hide file tree
Showing 2 changed files with 283 additions and 108 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
]
},
"config": {
"sort-packages": true
"sort-packages": true,
"platform": {
"php": "7.4"
}
}
}

0 comments on commit 21b4fa9

Please sign in to comment.