Skip to content

Commit

Permalink
Removed phpstorm stubs from require-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
suhock committed Nov 19, 2024
1 parent 5f07b4a commit 2634144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "suhock/php-dependency-injection",
"description": "PHP Dependency Injection Library",
"type": "library",
"version": "0.1",
"keywords": [
"dependency injection",
"dependency",
Expand All @@ -20,12 +21,11 @@
}
],
"require": {
"php": "^8.1"
"php": "^8.2"
},
"require-dev": {
"fivetwo/remove-symfony-polyfill": "^8.1",
"friendsofphp/php-cs-fixer": "^3.8",
"jetbrains/phpstorm-stubs": ">=2022.1",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.5"
},
Expand Down

0 comments on commit 2634144

Please sign in to comment.