Skip to content

Commit

Permalink
Allow PHP 7
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdifabio committed Mar 14, 2016
1 parent ce2000a commit 595024f
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 @@ -12,7 +12,7 @@
}
],
"require": {
"php": "~5.3"
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "~3.7"
Expand All @@ -22,4 +22,4 @@
"deit\\filesystem\\": "src/"
}
}
}
}

0 comments on commit 595024f

Please sign in to comment.