Skip to content

Commit

Permalink
fix: accept dev-master as version of pumukit
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurujai committed Oct 17, 2024
1 parent f6d33e5 commit 1daf30f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
}
],
"require": {
"php": ">=7.4",
"pumukit/pumukit": "^4.0"
"php": "^8.2",
"pumukit/pumukit": "^4.0 || dev-master"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1daf30f

Please sign in to comment.