Skip to content

Commit 61c2569

Browse files
authored
Make phan/phan a dev dependency (#118)
It does not look that this projects actually uses phan as a dependency but rather as a static analyzer for development... Upgrading projects using php-spider to Symfony 8 is blocked because phan/phan wants symfony/console < 8. But this constraint is irrelevant on runtime...
2 parents 94458d6 + c29b51c commit 61c2569

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"symfony/finder": "^3.0.0||^4.0.0||^5.0.0||^6.0||^7.0||^8.0",
2525
"symfony/event-dispatcher": "^4.0.0||^5.0.0||^6.0||^7.0||^8.0",
2626
"vdb/uri": "^0.3.2",
27-
"spatie/robots-txt": "^2.0",
28-
"phan/phan": "^4.0||^5.0||^6.0"
27+
"spatie/robots-txt": "^2.0"
2928
},
3029
"require-dev": {
3130
"phpunit/phpunit": "^9.0.0",
3231
"squizlabs/php_codesniffer": "^4.0.0",
32+
"phan/phan": "^4.0||^5.0||^6.0",
3333
"phpmd/phpmd": "^2.0.0",
3434
"friendsofphp/php-cs-fixer": "^3.69.0"
3535
},

0 commit comments

Comments
 (0)