Skip to content

Commit

Permalink
chore: move phpstan/phpdoc-parser to require-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Hari Darshan Gorana <er.haridarshan@gmail.com>
  • Loading branch information
haridarshan committed Mar 24, 2024
1 parent 6bbd59c commit d2a9e42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"psr/http-factory-implementation": "^1.0",
"psr/http-message": "^1.0|^2.0",
"symfony/polyfill-php80": "^1.17",
"symfony/deprecation-contracts": "^2.2|^3.0",
"phpstan/phpdoc-parser": "^1.21"
"symfony/deprecation-contracts": "^2.2|^3.0"
},
"require-dev": {
"symfony/cache": "^5.1.8",
Expand All @@ -42,7 +41,8 @@
"phpstan/extension-installer": "^1.0.5",
"phpstan/phpstan-deprecation-rules": "^0.12.5",
"phpunit/phpunit": "^8.5 || ^9.4",
"symfony/phpunit-bridge": "^5.2"
"symfony/phpunit-bridge": "^5.2",
"phpstan/phpdoc-parser": "^1.27"
},
"autoload": {
"psr-4": { "Github\\": "lib/Github/" }
Expand Down

0 comments on commit d2a9e42

Please sign in to comment.