diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/composer.json b/composer.json index a77cf49..9918ad4 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "orm", "odm" ], - "homepage": "https://doctrine-project.org/projects/persistence.html", + "homepage": "https://www.doctrine-project.org/projects/persistence.html", "license": "MIT", "authors": [ {"name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com"}, @@ -20,30 +20,29 @@ {"name": "Marco Pivetta", "email": "ocramius@gmail.com"} ], "require": { - "php": "^7.1 || ^8.0", - "doctrine/cache": "^1.11 || ^2.0", + "php": "^7.2 || ^8.0", "doctrine/collections": "^1.0", "doctrine/event-manager": "^1.0", - "psr/cache": "^1.0 || ^2.0 || ^3.0", - "doctrine/deprecations": "^0.5.3" + "psr/cache": "^1.0 || ^2.0 || ^3.0" }, "require-dev": { "composer/package-versions-deprecated": "^1.11", - "phpstan/phpstan": "~1.4.10 || 1.5.0", - "doctrine/annotations": "^1.0", + "phpstan/phpstan": "1.5.0", + "phpstan/phpstan-phpunit": "^1", + "phpstan/phpstan-strict-rules": "^1.1", + "doctrine/annotations": "^1.7", "doctrine/coding-standard": "^9.0", "doctrine/common": "^3.0", - "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.5", + "phpunit/phpunit": "^8.5 || ^9.5", "symfony/cache": "^4.4 || ^5.4 || ^6.0", "vimeo/psalm": "4.22.0" }, "conflict": { - "doctrine/annotations": "<1.0 || >=2.0", + "doctrine/annotations": "<1.7 || >=2.0", "doctrine/common": "<2.10" }, "autoload": { "psr-4": { - "Doctrine\\Common\\": "src/Common", "Doctrine\\Persistence\\": "src/Persistence" } }, |