Skip to content

Commit

Permalink
Merge pull request #14 from answear/NOISSUE-fix-phpstan-dependency-ok
Browse files Browse the repository at this point in the history
NOISSUE - fix phpstan dep
  • Loading branch information
olekans authored Nov 22, 2024
2 parents a4a913d + 336bc38 commit f34e594
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 @@ -7,7 +7,6 @@
"php": "^8.2",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.0|^7.0",
"phpstan/phpstan-deprecation-rules": "^1.2",
"symfony/http-kernel": "^6.1|^7.0",
"symfony/property-info": "^6.1|^7.0",
"symfony/serializer": "^6.1|^7.0",
Expand All @@ -21,7 +20,8 @@
"phpstan/phpstan-webmozart-assert": "^1.2",
"phpunit/phpunit": "^10.5",
"roave/security-advisories": "dev-master",
"symfony/phpunit-bridge": "6.2.*|^7.0"
"symfony/phpunit-bridge": "6.2.*|^7.0",
"phpstan/phpstan-deprecation-rules": "^1.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f34e594

Please sign in to comment.