Skip to content

Commit

Permalink
qa: Allow symfony/console ^7.0, composer bump --dev-only
Browse files Browse the repository at this point in the history
  • Loading branch information
fezfez authored and weierophinney committed Nov 7, 2024
1 parent 8119e31 commit c4471d7
Show file tree
Hide file tree
Showing 2 changed files with 539 additions and 532 deletions.
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"m4tthumphrey/php-gitlab-api": "^11.0",
"php-http/guzzle7-adapter": "^1.0",
"psr/event-dispatcher": "^1.0",
"symfony/console": "^5.2.1 || ^6.0"
"symfony/console": "^5.2.1 || ^6.0 || ^7.0"
},
"require-dev": {
"captainhook/captainhook": "^5.4",
"captainhook/plugin-composer": "^5.2.3",
"laminas/laminas-coding-standard": "^2.1.4",
"phpspec/prophecy-phpunit": "^2.0.1",
"phpunit/phpunit": "^9.5"
"captainhook/captainhook": "^5.18.3",
"captainhook/plugin-composer": "^5.3.3",
"laminas/laminas-coding-standard": "^2.5.0",
"phpspec/prophecy-phpunit": "^2.2.0",
"phpunit/phpunit": "^9.6.21"
},
"replace": {
"laminas/laminas-zendframework-bridge": "*"
Expand All @@ -47,7 +47,8 @@
},
"allow-plugins": {
"captainhook/plugin-composer": true,
"dealerdirect/phpcodesniffer-composer-installer": true
"dealerdirect/phpcodesniffer-composer-installer": true,
"php-http/discovery": false
}
},
"bin": [
Expand Down
Loading

0 comments on commit c4471d7

Please sign in to comment.