Skip to content

Commit

Permalink
Merge pull request #6 from joshdifabio/patch-1
Browse files Browse the repository at this point in the history
Allow PHP 7
  • Loading branch information
jameslnewell committed Mar 14, 2016
2 parents ce2000a + 595024f commit c39259f
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 c39259f

Please sign in to comment.