Skip to content

Commit

Permalink
Allow User v2 plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed Mar 28, 2024
1 parent efa108d commit 2a42930
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
],
"require": {
"php": ">=5.5.9",
"composer/installers": "~1.0",
"rainlab/user-plugin": "~1.0",
"rainlab/notify-plugin": "~1.0",
"rainlab/location-plugin": "~1.0"
"composer/installers": "^1.0",
"rainlab/user-plugin": "^1.0|^2.0",
"rainlab/notify-plugin": "^1.0",
"rainlab/location-plugin": "^1.0"
},
"minimum-stability": "dev"
}

0 comments on commit 2a42930

Please sign in to comment.