Skip to content

Commit 2634144

Browse files
committed
Removed phpstorm stubs from require-dev
1 parent 5f07b4a commit 2634144

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
@@ -2,6 +2,7 @@
22
"name": "suhock/php-dependency-injection",
33
"description": "PHP Dependency Injection Library",
44
"type": "library",
5+
"version": "0.1",
56
"keywords": [
67
"dependency injection",
78
"dependency",
@@ -20,12 +21,11 @@
2021
}
2122
],
2223
"require": {
23-
"php": "^8.1"
24+
"php": "^8.2"
2425
},
2526
"require-dev": {
2627
"fivetwo/remove-symfony-polyfill": "^8.1",
2728
"friendsofphp/php-cs-fixer": "^3.8",
28-
"jetbrains/phpstorm-stubs": ">=2022.1",
2929
"phpstan/phpstan": "^1.10",
3030
"phpunit/phpunit": "^9.5"
3131
},

0 commit comments

Comments
 (0)