Skip to content
This repository was archived by the owner on Dec 26, 2017. It is now read-only.

Commit c33b884

Browse files
committed
Merge pull request #1 from SimpleBus/ruudk-patch-1
Allow PHP 7 in Composer
2 parents 65ebb7f + ac03ddd commit c33b884

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{ "name": "Dmitri Lakachauskis", "email": "dmitri@devmachine.net" }
1010
],
1111
"require": {
12-
"php": ">=5.4.0",
12+
"php": "^5.4|^7.0",
1313
"simple-bus/message-bus": "~2.0",
1414
"simple-bus/asynchronous-bundle": "~2.0",
1515
"simple-bus/asynchronous": "~2.0",

0 commit comments

Comments
 (0)