Skip to content

Commit

Permalink
Merge pull request #313 from netglue/allow-symfony-v7-components
Browse files Browse the repository at this point in the history
Allow Symfony v7 components. Stop ignoring platform reqs on 8.3. Refresh lock
  • Loading branch information
gsteel authored Dec 1, 2023
2 parents 5ef341f + 182b67c commit 688c02a
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,22 @@
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0 || ^2.0",
"sebastian/diff": "^4.0 || ^5.0",
"symfony/console": "^5.3.7 || ^6.0.0",
"symfony/console": "^5.3.7 || ^6.0.0 || ^7.0.0",
"webmozart/assert": "^1.10"
},
"require-dev": {
"ext-curl": "*",
"doctrine/coding-standard": "^12.0",
"laminas/laminas-config-aggregator": "^1.13",
"laminas/laminas-diactoros": "^3.2.0",
"laminas/laminas-servicemanager": "^3.21",
"laminas/laminas-config-aggregator": "^1.14",
"laminas/laminas-diactoros": "^3.3.0",
"laminas/laminas-servicemanager": "^3.22.1",
"lctrs/psalm-psr-container-plugin": "^1.9",
"php-http/curl-client": "^2.3",
"phpunit/phpunit": "^10.3.5",
"php-http/curl-client": "^2.3.1",
"phpunit/phpunit": "^10.5.0",
"psalm/plugin-phpunit": "^0.18.4",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.7.2",
"vimeo/psalm": "^5.15.0"
"vimeo/psalm": "^5.16.0"
},
"extra": {
"laminas": {
Expand Down
62 changes: 31 additions & 31 deletions composer.lock

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

0 comments on commit 688c02a

Please sign in to comment.