Skip to content

Commit

Permalink
Merge pull request #134 from netglue/symfony-v7
Browse files Browse the repository at this point in the history
Allow v7 symfony components, refresh lock
  • Loading branch information
gsteel committed Dec 1, 2023
2 parents a7b13f0 + c903bb9 commit ce01abf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@
"psr/http-client-implementation": "*",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0 || ^2.0",
"symfony/http-client": "^6.2",
"symfony/http-client": "^6.2 || ^7.0",
"webmozart/assert": "^1.10"
},
"require-dev": {
"ext-curl": "*",
"doctrine/coding-standard": "^12.0",
"infection/infection": "^0.27.2",
"laminas/laminas-diactoros": "^3.2.0",
"php-http/curl-client": "^2.3.0",
"phpunit/phpunit": "^10.3.4",
"infection/infection": "^0.27.8",
"laminas/laminas-diactoros": "^3.3.0",
"php-http/curl-client": "^2.3.1",
"phpunit/phpunit": "^10.5.0",
"psalm/plugin-phpunit": "^0.18.4",
"react/child-process": "^0.6.5",
"react/http": "^1.9",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.7.2",
"vimeo/psalm": "^5.15"
"vimeo/psalm": "^5.16"
},
"config": {
"sort-packages": true,
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ce01abf

Please sign in to comment.