From 553182a4c61163c6f2384d1a52e1c5841ad7c443 Mon Sep 17 00:00:00 2001 From: Steven Williams Date: Wed, 2 Oct 2019 21:12:48 -0600 Subject: [PATCH] Upgrade to event dispatcher 4.4 Otherwise it conflicts with Laravel. --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 43182d7..3d641a4 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "cURL wrapper for PHP. Supports parallel and non-blocking requests. For high speed crawling, see stil/curl-robot.", "license": "MIT", "require": { - "symfony/event-dispatcher": "^3.2" + "symfony/event-dispatcher": "^4.4" }, "require-dev": { "phpunit/phpunit": "^6.1" @@ -17,5 +17,6 @@ "psr-4": { "cURL\\Tests\\": "tests/" } - } + }, + "minimum-stability": "dev" }