From d7474639f3c2a8fe915130151ab95f22c0732336 Mon Sep 17 00:00:00 2001 From: Asier Arizkuren Date: Thu, 4 Aug 2022 09:38:39 +0200 Subject: [PATCH] Updated dependencies to allow use in symfony 5.4 projects --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 6ad8da6..5e55381 100644 --- a/composer.json +++ b/composer.json @@ -15,17 +15,17 @@ ], "keywords": ["xls", "xlsx", "excel", "phpexcel", "spreadsheet", "symfony", "bundle"], "require": { - "php": ">=7.1.3", - "symfony/config": "~4.2", - "symfony/dependency-injection": "~3.2|~4.0", - "symfony/http-kernel": "~3.2|~4.0", - "symfony/http-foundation": "~3.2|~4.0", - "symfony/framework-bundle": "~3.2|~4.0", + "php": ">=7.2", + "symfony/config": "^3.2|^4.0|^5.0|^6.0", + "symfony/dependency-injection": "^3.2|^4.0|^5.0|^6.0", + "symfony/http-kernel": "^3.2|^4.0|^5.0|^6.0", + "symfony/http-foundation": "^3.2|^4.0|^5.0|^6.0", + "symfony/framework-bundle": "^3.2|^4.0|^5.0|^6.0", "phpoffice/phpspreadsheet": "~1.0" }, "require-dev": { - "php": ">=7.0", - "sensio/framework-extra-bundle": "~3.2|~4.0", + "php": ">=7.2", + "sensio/framework-extra-bundle": "^3.2|^4.0|^5.0|^6.0", "squizlabs/php_codesniffer": "~2", "phpunit/phpunit": "~6.5" },