Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

Commit

Permalink
Allow PHP 7 in Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
ruudk committed Oct 25, 2015
1 parent 762c0e1 commit 67476a0
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 @@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=5.3.2",
"php": "^5.3.2|^7.0",
"symfony/framework-bundle": "~2.0",
"jms/payment-core-bundle": "~1.0",
"omnipay/stripe": "~2.0",
Expand Down

0 comments on commit 67476a0

Please sign in to comment.