Skip to content

Commit

Permalink
FIX: Relax framework requirement
Browse files Browse the repository at this point in the history
This will let this module work with RCs, stables, and the last beta, which should be fine.
  • Loading branch information
Sam Minnée authored Oct 29, 2017
1 parent 4e493b7 commit b3c5c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "silverstripe-module",
"require": {
"php": ">=5.6",
"silverstripe/framework": "4.0.x-dev",
"silverstripe/framework": "^4.0.0-beta4",
"silverstripe/graphql": "0.2.*",
"lcobucci/jwt": "^3.2"
},
Expand Down

0 comments on commit b3c5c15

Please sign in to comment.