summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-03-15 07:22:03 +0100
committerRemi Collet <remi@remirepo.net>2021-03-15 07:22:03 +0100
commit4cfa663330ba8e3687441a0c4483d91ca4c80cea (patch)
tree2f1ac14882ee95cb87750fa525b6871f1f30b3dc /composer.json
parentacee64b3f06f7ff8410b0e1a305497b53715c962 (diff)
update to 2.3.3
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/composer.json b/composer.json
index e62f80f..08fc787 100644
--- a/composer.json
+++ b/composer.json
@@ -11,24 +11,24 @@
{"name": "Michael Simonson", "email": "contact@mikesimonson.com" }
],
"require": {
- "php": "^7.1",
+ "php": "^7.1 || ^8.0",
"composer/package-versions-deprecated": "^1.8",
"doctrine/dbal": "^2.9",
- "ocramius/proxy-manager": "^2.0.2",
- "symfony/console": "^3.4||^4.0||^5.0",
+ "friendsofphp/proxy-manager-lts": "^1.0",
+ "symfony/console": "^3.4||^4.4.16||^5.0",
"symfony/stopwatch": "^3.4||^4.0||^5.0"
},
"require-dev": {
"ext-pdo_sqlite": "*",
- "doctrine/coding-standard": "^6.0",
+ "doctrine/coding-standard": "^8.2",
"doctrine/orm": "^2.6",
"jdorn/sql-formatter": "^1.1",
"mikey179/vfsstream": "^1.6",
- "phpstan/phpstan": "^0.10",
- "phpstan/phpstan-deprecation-rules": "^0.10",
- "phpstan/phpstan-phpunit": "^0.10",
- "phpstan/phpstan-strict-rules": "^0.10",
- "phpunit/phpunit": "^7.0",
+ "phpstan/phpstan": "^0.12",
+ "phpstan/phpstan-deprecation-rules": "^0.12",
+ "phpstan/phpstan-phpunit": "^0.12",
+ "phpstan/phpstan-strict-rules": "^0.12",
+ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",
"symfony/process": "^3.4||^4.0||^5.0",
"symfony/yaml": "^3.4||^4.0||^5.0"
},