Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/calendar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-01-02 05:01:54 +0300
committerGitHub <noreply@github.com>2021-01-02 05:01:54 +0300
commite58b66686a137966dc4c12dabd95e1e7019e42f3 (patch)
tree78548b293568c42bb5d9387598a24f723ef43ff3 /composer.json
parentc6619f32c682561134e2a091c56fe1147726ee46 (diff)
Bump phan/phan from 3.2.8 to 4.0.1
Bumps [phan/phan](https://github.com/phan/phan) from 3.2.8 to 4.0.1. - [Release notes](https://github.com/phan/phan/releases) - [Changelog](https://github.com/phan/phan/blob/v4/NEWS.md) - [Commits](https://github.com/phan/phan/compare/3.2.8...4.0.1) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index a3ab09a9..8ff711db 100644
--- a/composer.json
+++ b/composer.json
@@ -11,7 +11,7 @@
"require-dev": {
"christophwurst/nextcloud": "v19.0.0",
"christophwurst/nextcloud_testing": "0.10.0",
- "phan/phan": "^3.0"
+ "phan/phan": "^4.0"
},
"scripts": {
"cs:fix": "php-cs-fixer fix",