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

Commit

Permalink
composer: allow PHP 7 in safer way
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomáš Votruba committed Apr 5, 2016
1 parent 8deb634 commit 3e6dd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
} }
], ],
"require": { "require": {
"php": ">=5.3.3" "php": "^5.3.3|^7.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.0", "phpunit/phpunit": "~4.0",
Expand Down

0 comments on commit 3e6dd18

Please sign in to comment.