Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #874 from TomasVotruba/patch-1
Browse files Browse the repository at this point in the history
composer: allow PHP 7 in safer way
  • Loading branch information
fzaninotto committed Apr 6, 2016
2 parents 8deb634 + 3e6dd18 commit 318bbc5
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 @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=5.3.3"
"php": "^5.3.3|^7.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
Expand Down

0 comments on commit 318bbc5

Please sign in to comment.