Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Fix react/react version for compatibility #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^5.5|^7.0",
"symfony/symfony" : "^2.7|^3.0",
"react/react" : "^0.4"
"react/react" : "0.4.1"
Copy link
Member

@Oliboy50 Oliboy50 Nov 13, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


},
"require-dev": {
Expand Down