Skip to content

Commit

Permalink
Merge pull request #11 from sminnee/patch-1
Browse files Browse the repository at this point in the history
FIX: Relax framework requirement
  • Loading branch information
Firesphere committed Oct 29, 2017
2 parents 4e493b7 + b3c5c15 commit 68ef413
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 68ef413

Please sign in to comment.